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.

22 lines
621 B
YAML

2 years ago
# Example Site settings
#google_analytics: UA-NNNNNNNN-N
2 years ago
header_pages:
- menu.md
2 years ago
- blog.md
- pbx.md
- dev.md
- git.md
- about.md
2 years ago
footer: '<?php
1 year ago
$message_array = file("/var/www/pickmy/tails.txt"); $message = array_rand($message_array); echo "$message_array[$message]"; ?> | <a href="https://git.pickmy.org/dewdude/pickmy-dot-org-jekyll-site">site source</a> | powered by: xcp-ng, nginx, jekyll, rage, & gitea | mail: dewdude(at)pickmy.org'
2 years ago
theme: jekyll-theme-console
style: default # dark (default) or light
2 years ago
#listen_for_clients_preferred_style: true # true or false (default)
plugins:
- jekyll-seo-tag