mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-10-01 11:49:49 -04:00
25 lines
586 B
YAML
25 lines
586 B
YAML
repository: d-eathrow/anonymousland
|
|
remote_theme: luxedo/jekyll-theme-potato-hacker
|
|
theme_base: "dark"
|
|
theme_switch: off
|
|
blog: on
|
|
avatar: off
|
|
highlighter_theme: monokai # Theme of the syntax_highlighter [base16 |
|
|
# colorful | github | gruvbox | molokai |
|
|
# monokai | pastie | thankful_eyes | tulip ]
|
|
toolbar_priority:
|
|
- Guides
|
|
- dropdown1
|
|
- dropdown2
|
|
- blog
|
|
|
|
collections:
|
|
.well-known:
|
|
output: true
|
|
permalink: /:collection/:path/
|
|
guide:
|
|
output: true
|
|
dropdown:
|
|
output: true
|
|
items:
|
|
output: true |