rachel.cafe/_config.yml

36 lines
599 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-minifier
2023-07-19 20:05:45 +02:00
- jekyll/agda
exclude:
- "*.agdai"
2022-01-27 20:20:23 +01:00
- "readme.md"
- "LICENSE"
2023-12-09 12:31:15 +01:00
- "deps.nix"
2023-08-02 17:04:41 +02:00
- "flake.nix"
- "flake.lock"
2023-12-09 12:31:15 +01:00
- "result"
katex:
rendering_options:
throw_error: true
2023-12-09 15:41:39 +01:00
highlighter: rouge
kramdown:
math_engine: katex
math_engine_opts:
throw_on_error: true
sass:
2022-04-01 20:11:04 +02:00
sourcemap: always
sass_dir: assets/css
excerpt_separator: <!--more-->