mirror of
https://github.com/kemko/liquid.git
synced 2026-01-04 09:15:41 +03:00
15 lines
282 B
YAML
15 lines
282 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
|
|
collections:
|
|
filters:
|
|
output: true
|
|
|
|
defaults:
|
|
-
|
|
scope:
|
|
type: filters
|
|
values:
|
|
layout: page
|