rachel.cafe/_config.yml
2022-01-27 20:20:23 +01:00

22 lines
375 B
YAML

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
exclude:
- "*.agdai"
- "readme.md"
katex:
rendering_options:
throw_error: true
sass:
sass_dir: assets/css
excerpt_separator: <!--more-->