anonymousland/_config.yml

45 lines
816 B
YAML
Raw Normal View History

repository: anonymousland/anonymousland
2022-11-13 04:03:50 +00:00
theme: jekyll-theme-potato-hacker
2022-05-20 22:27:04 +00:00
theme_base: "dark"
2022-05-20 22:35:12 +00:00
theme_switch: off
title: Anonymousland
email: admin@anonymousland.org
url: https://anonymousland.org
github_username: "anonyland"
2022-05-20 22:27:04 +00:00
blog: on
highlighter_theme: monokai
toolbar_priority:
- blog
2022-05-01 01:17:18 +00:00
collections:
2022-06-04 23:01:41 +00:00
.well-known:
output: true
2022-06-04 23:51:13 +00:00
permalink: /:collection/:path/
items:
output: true
changelog:
2022-05-01 01:17:18 +00:00
output: true
pages:
output: true
2022-08-03 12:13:16 +00:00
information:
output: true
exclude:
2022-12-29 04:21:17 +00:00
# - Gemfile
- Gemfile.lock
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
feed:
collections:
2022-08-03 12:13:16 +00:00
- changelog
- information
2022-11-13 03:33:25 +00:00
- items
excerpt_separator: "<!--more-->"
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
sass:
2023-01-17 23:45:42 +00:00
sass_dir: _sass
style: compressed