16 lines
No EOL
351 B
YAML
16 lines
No EOL
351 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
|
|
|
|
coolProperty: 1231
|
|
coolerProperty:
|
|
isMap: true
|
|
aList:
|
|
- a value
|
|
- another value
|
|
- check out site-config.yml! |