2023-03-03 23:37:48 +01:00
|
|
|
url: "https://rachel.cafe"
|
2022-01-26 21:35:10 +01:00
|
|
|
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.
|
2022-01-26 21:35:10 +01:00
|
|
|
|
|
|
|
plugins:
|
|
|
|
- jekyll-feed
|
|
|
|
- jekyll-katex
|
2022-04-01 19:51:48 +02:00
|
|
|
- jekyll-minifier
|
2023-07-19 20:05:45 +02:00
|
|
|
- jekyll/agda
|
2022-01-26 21:35:10 +01:00
|
|
|
|
|
|
|
exclude:
|
|
|
|
- "*.agdai"
|
2022-01-27 20:20:23 +01:00
|
|
|
- "readme.md"
|
2022-04-01 19:51:48 +02:00
|
|
|
- "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"
|
2022-01-26 21:35:10 +01:00
|
|
|
|
|
|
|
katex:
|
|
|
|
rendering_options:
|
|
|
|
throw_error: true
|
2022-01-27 18:34:28 +01:00
|
|
|
|
2023-12-09 15:41:39 +01:00
|
|
|
highlighter: rouge
|
|
|
|
|
2023-12-09 15:05:40 +01:00
|
|
|
kramdown:
|
|
|
|
math_engine: katex
|
|
|
|
math_engine_opts:
|
|
|
|
throw_on_error: true
|
|
|
|
|
2022-01-27 18:34:28 +01:00
|
|
|
sass:
|
2022-04-01 20:11:04 +02:00
|
|
|
sourcemap: always
|
2022-01-27 18:34:28 +01:00
|
|
|
sass_dir: assets/css
|
|
|
|
|
|
|
|
excerpt_separator: <!--more-->
|