vampysite/_config.yml

48 lines
736 B
YAML
Raw Normal View History

2022-07-14 10:12:30 +00:00
timezone: Europe/Berlin
2022-03-04 15:29:02 +00:00
source: 'source'
2022-07-14 10:12:30 +00:00
layouts_dir: _layouts
2022-03-04 16:04:53 +00:00
keep_files: ['cv.pdf']
2022-07-14 10:12:30 +00:00
collections:
pages:
output: true
permalink: /:collection/:title/
order:
- Links.md
defaults:
-
scope:
path: "_pages/*.md"
values:
layout: "page"
toc: true
plugins:
- jekyll-toc
toc:
max_level: 1
jekyll_image_optim:
image_optim:
allow_lossy: true
advpng:
level: 2
pngout: false
svgo: false
oxipng: false
2022-03-04 15:29:02 +00:00
kramdown:
syntax_highlighter: rouge
syntax_highlighter_opts:
guess_lang: true
css_class: 'highlight'
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
math_engine: katex