-
Notifications
You must be signed in to change notification settings - Fork 10
/
config.yaml
87 lines (81 loc) · 1.66 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
87
baseURL: https://coalton-lang.github.io/
languageCode: en-us
title: The Coalton Language
theme: vanilla-bootstrap-hugo-theme
#googleAnalytics: UA-123456789-1
taxonomies:
tag: tags
permalinks:
post: /:filename/
# See https://feathericons.com/
# The value of pre is the icon name
menu:
nav:
- name: Home
pre: home
url: /
weight: 1
- name: Blog
pre: edit
url: /post/
weight: 2
# - name: Tags
# pre: tag
# url: /tags/
# weight: 3
- name: GitHub
pre: github
url: https://www.github.com/coalton-lang/coalton
weight: 3
- name: About
pre: smile
url: /about/
weight: 4
- name: Reference
identifier: Reference
pre: file-text
url: /reference/
weight: 5
# - name: RSS
# pre: rss
# url: /index.xml
# weight: 5
params:
includeBootstrapJs: false
showActiveNav: true
containerMaxWidth: 700px
dateFormat: Jan 2, 2006
homeText: The Coalton Language
footerText: Copyright © 2018–2022 Coalton Developers. [source](https://github.com/coalton-lang/coalton-website) · [rss](/index.xml)
hideFooter: false
# katex: true
markup:
defaultMarkdownHandler: goldmark
goldmark:
extensions:
definitionList: true
footnote: true
linkify: true
strikethrough: true
table: true
taskList: true
typographer: true
parser:
attribute: true
autoHeadingID: true
renderer:
hardWraps: false
unsafe: true
xHTML: false
highlight:
codeFences: true
hl_Lines: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: true
style: bw
tabWidth: 4
tableOfContents:
endLevel: 6
startLevel: 2