rachel.cafe/_config.yml

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