-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
54 lines (47 loc) · 1.21 KB
/
_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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
title: Krater
email: paolo.brasolin+krater@gmail.com
description: >-
Krater is a template for math-intensive Jekyll websites.
baseurl: &baseurl "/krater"
url: "https://paolobrasolin.github.io/"
twitter_username: paolobrasolin
github_username: paolobrasolin
theme: minima
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
math_engine: null # disable math engine and let the client side use KaTeX for simple LaTeX
katex:
macros:
"\\MyGlobalMacro": "\\LaTeX"
delimiters:
- { left: "$", right: "$", display: false }
- { left: "$$", right: "$$", display: true }
- { left: "\\(", right: "\\)", display: false }
- { left: "\\[", right: "\\]", display: true }
antex:
url_path_prefix: *baseurl
aliases: # disable most aliases and use server side AnTeX only for complex LaTeX
display_math: false
inline_math: false
inline_macro: false
plugins:
- jekyll-feed
exclude:
# non default values:
- README.md
- krater.png
# default values:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
include:
- .nojekyll # tells GHP not to run Jekyll again on the build