You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
410 B
YAML
21 lines
410 B
YAML
2 years ago
|
# Example Site settings
|
||
|
|
||
|
#google_analytics: UA-NNNNNNNN-N
|
||
|
|
||
|
header_pages:
|
||
|
- index.md
|
||
|
- blog.md
|
||
|
- pbx.md
|
||
|
- dev.md
|
||
|
- git.md
|
||
|
- about.md
|
||
|
|
||
|
footer: 'powered by linux | twitter: <a href="https://twitter.com/music_onhold">@Music_OnHold</a>'
|
||
|
|
||
|
theme: jekyll-theme-console
|
||
|
style: hacker # dark (default) or light
|
||
|
#listen_for_clients_preferred_style: true # true or false (default)
|
||
|
|
||
|
plugins:
|
||
|
- jekyll-seo-tag
|