mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-10-01 11:49:49 -04:00
31 lines
527 B
YAML
31 lines
527 B
YAML
repository: d-eathrow/anonymousland
|
|
remote_theme: luxedo/jekyll-theme-potato-hacker
|
|
theme_base: "dark"
|
|
theme_switch: off
|
|
blog: on
|
|
highlighter_theme: monokai
|
|
toolbar_priority:
|
|
- blog
|
|
collections:
|
|
.well-known:
|
|
output: true
|
|
permalink: /:collection/:path/
|
|
items:
|
|
output: true
|
|
changelog:
|
|
output: true
|
|
pages:
|
|
output: true
|
|
information:
|
|
output: true
|
|
exclude:
|
|
- Gemfile
|
|
- Gemfile.lock
|
|
plugins:
|
|
- jekyll-feed
|
|
- jekyll-seo-tag
|
|
feed:
|
|
collections:
|
|
- changelog
|
|
- information
|
|
- items |