Files
liquid/_config.yml
Tetsuro 82249c99b3 Set up Grunt
Fixing up Grunt file to watch for directories

Exclude node modules folder from Jekyll built site
2015-07-25 13:48:45 -04:00

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']