anonymousland/_config.yml
NebulaOnion c9e7c6ae93 revert 8b53cce898
revert Fix and harden HTTP headers (#57)

Reviewed-on: https://git.anonymousland.org/anonymousland/anonymousland/pulls/57
2022-12-30 14:01:34 +00:00

37 lines
640 B
YAML

repository: anonymousland/anonymousland
theme: 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
excerpt_separator: "<!--more-->"
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge