-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
27 lines (27 loc) · 924 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Setting name and title fixes duplicated header issue
name: serranomorante
title: notes - serranomorante
plugins:
- jekyll-katex
- jekyll-default-layout
- jekyll-readme-index
- jekyll-titles-from-headings
- jekyll-optional-front-matter
- jekyll-pandoc
- jekyll-relative-links
markdown: Pandoc
theme: jekyll-theme-primer
# The GitHub repository that we are hosting our notes workspace from
repository: serranomorante/notes
# Generate permalinks in format specified in: https://jekyllrb.com/docs/permalinks/#built-in-formats
permalink: /:categories/:year/:month/:day/:slug:output_ext
pandoc:
extensions:
- mathjax
- filter: mermaid-filter
# - bibliography: myrefs.public.bib
katex:
rendering_options:
# Default KaTeX rendering options. See https://github.com/Khan/KaTeX#rendering-options
# Do not throw error at build but when rendering
throw_error: false