rachel.cafe/_config.yml
2023-03-03 23:37:48 +01:00

25 lines
430 B
YAML

url: "https://rachel.cafe"
baseurl: "" # the subpath of your site, e.g. /blog
title: "rachel.cafe" # the name of your site, e.g. ACME Corp.
plugins:
- jekyll-feed
- jekyll-katex
- jekyll/agda
- jekyll-minifier
exclude:
- "*.agdai"
- "readme.md"
- "LICENSE"
katex:
rendering_options:
throw_error: true
sass:
sourcemap: always
sass_dir: assets/css
excerpt_separator: <!--more-->