-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
86 lines (82 loc) · 1.74 KB
/
config.yaml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
languageCode: "en-us"
baseUrl: ""
relativeUrls: "true"
# title: "Jarbus.net"
theme: "anubis"
publishDir: "docs"
minify:
minifyOutput: true
pagination:
pagerSize: 10
menu:
main:
- identifier: home
name: ' ~jarbus'
title: home
url: /
weight: 0
- identifier: archive
name: posts
title: posts
url: /blog/
weight: 1
- identifier: list
name: list
title: list
url: /list
weight: 2
- identifier: rss
name: rss
title: Rss
url: /index.xml
weight: 3
params:
author: "jarbus"
email: [email protected] # used for microformats
math: true
#avatar: "/images/me.png" # used for microformats
description: ""
# Uncomment if you need this
# images:
# - images/og-featured.png # relative path to "static" directory
# customCSS:
# - css/my.css # relative path to "assets" directory (don't use main.css filename)
# customJS:
# - js/main.js # relative path to "assets" directory
dateFormat: "2006-01-02"
paginationSinglePost: true
style: dark
readMore: true # show read more button
readNextPosts: 5 # show 5 related posts, 0 by default
disableSummary: false
copyCodeButton: true # true by default
markup:
goldmark:
renderer:
unsafe: true # enable raw HTML in Markdown
extensions:
passthrough:
delimiters:
block:
- - \[
- \]
- - $$
- $$
inline:
- - \(
- \)
enable: true
highlight:
anchorLineNos: false
codeFences: true
guessSyntax: false
hl_Lines: ""
hl_inline: false
lineAnchors: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: true
noHl: false
style: modus-vivendi
tabWidth: 4