rachel.cafe/_config.yml

25 lines
430 B
YAML
Raw Normal View History

2023-03-03 23:37:48 +01:00
url: "https://rachel.cafe"
baseurl: "" # the subpath of your site, e.g. /blog
2023-03-03 23:37:48 +01:00
title: "rachel.cafe" # 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-->