rachel.cafe/_config.yml

25 lines
432 B
YAML
Raw Normal View History

url: "https://depsterr.com"
baseurl: "" # the subpath of your site, e.g. /blog
title: "depsterr.com" # the name of your site, e.g. ACME Corp.
plugins:
- jekyll-feed
- jekyll-katex
- jekyll/agda
- jekyll-minifier
exclude:
- "*.agdai"
2022-01-27 20:20:23 +01:00
- "readme.md"
- "LICENSE"
katex:
rendering_options:
throw_error: true
sass:
2022-04-01 20:11:04 +02:00
sourcemap: always
sass_dir: assets/css
excerpt_separator: <!--more-->