mirror of
https://github.com/kemko/liquid.git
synced 2026-01-06 10:15:40 +03:00
Fixing up Grunt file to watch for directories Exclude node modules folder from Jekyll built site
13 lines
310 B
YAML
13 lines
310 B
YAML
# Build settings
|
|
baseurl: "" # the subpath of your site, e.g. /blog/
|
|
url: "http://liquidmarkup.org" # the base hostname & protocol for your site
|
|
markdown: kramdown
|
|
permalink: /:year/:month/:day/:basename:output_ext
|
|
collections:
|
|
- filters
|
|
exclude:
|
|
- README.md
|
|
- CNAME
|
|
- node_modules
|
|
keep_files: ['css']
|