31 lines
461 B
YAML
31 lines
461 B
YAML
###########
|
||
# site.url, site.title
|
||
|
||
title: 'EUromat | JEF Sachsen'
|
||
|
||
## note:
|
||
# use site.path in your templates to make it work for both protocols e.g. http and https
|
||
# use site.url only inside the web feed template (e.g. requires full url incl. protocol)
|
||
path: '/wahlprogramme'
|
||
url: 'https://eurom.at/wahlprogramme'
|
||
|
||
|
||
########
|
||
# more settings
|
||
|
||
markdown: kramdown
|
||
|
||
sass:
|
||
sass_dir: css
|
||
style: expanded
|
||
|
||
|
||
|
||
exclude:
|
||
- README.md
|
||
|
||
|
||
safe: true
|
||
lsi: false
|
||
|