anonymousland/_config.yml
NebulaOnion c555f8fdfd Combine CSS, convert to Sass and minify (#65)
Co-authored-by: deathrow <privatedeathrow@protonmail.com>
Co-authored-by: NebulaOnion <84784521+nebulaonion@users.noreply.github.com>
Reviewed-on: https://git.anonymousland.org/anonymousland/anonymousland/pulls/65
2023-01-08 15:06:00 +00:00

44 lines
798 B
YAML

repository: anonymousland/anonymousland
theme: jekyll-theme-potato-hacker
theme_base: "dark"
theme_switch: off
title: Anonymousland
email: admin@anonymousland.org
url: https://anonymousland.org
github_username: "anonyland"
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
- jekyll-sitemap
feed:
collections:
- changelog
- information
- items
excerpt_separator: "<!--more-->"
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
sass:
style: compressed