22 lines
No EOL
589 B
YAML
22 lines
No EOL
589 B
YAML
name: my blog
|
|
baseUrl: https://example.com/blog
|
|
|
|
# You'll probably have more than 3, this is just for demonstration
|
|
articlesPerPage: 3
|
|
|
|
# Whether to apply Pebble templating to posts.
|
|
# Disabled by default
|
|
templateArticles: true
|
|
|
|
# Whether to render page 1 as separate page, using page template.
|
|
# If false (default), index.html is page 1 and url_to_page(1) links to /index.html
|
|
# If true, /page/1.html is rendered and url_to_page(1) links to /page/1.html
|
|
separateFirstPage: false
|
|
|
|
coolProperty: hello
|
|
coolerProperty:
|
|
isMap: true
|
|
aList:
|
|
- a value
|
|
- 123
|
|
- check out site.yml! |