-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-toml-hugo-tanka
49 lines (43 loc) · 1010 Bytes
/
config-toml-hugo-tanka
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
baseurl = "/"
title = "Life-Lessons.in"
author = "Gurpreet Luthra"
canonifyurls = true
languagecode = "en"
theme = "hugo-tanka"
enableEmoji = true
hasCJKLanguage = false
pygmentsstyle = "vs"
pygmentscodefences = true
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
[params]
sitename = "Life-Lessons.in"
faviconfile = "images/favicon.png"
highlightjs = true
highlightjslanguages = ["r", "python", "stan"]
uselatex = true
progressively = false
# commentsrepo = "user/repo"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[[menu.primary]]
name = "Home"
url = "/"
weight = 1
[[menu.primary]]
name = "About"
url = "/about/"
weight = 2
[[menu.primary]]
name = "GitHub"
url = "https://github.com/nanxstats"
weight = 3
[[menu.primary]]
name = "Twitter"
url = "https://twitter.com/nanxstats"
weight = 4
[[menu.primary]]
name = "Subscribe"
url = "/index.xml"
weight = 5