Files
liquid/_config.yml
T
Tetsuro 6028ddb189 Changing sidebar to deeplinks
Fixed up navigation, collection contents are now output on one page. CSS cleanup
2015-08-26 19:07:51 -04:00

22 lines
427 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:
output: true
tags:
output: true
exclude:
- README.md
- CNAME
- node_modules
keep_files: ['css']
defaults:
-
scope:
path: ""
values:
layout: "default"