-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
66 lines (59 loc) · 1.76 KB
/
config.toml
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
baseurl = "https://blog.pythoner.work/"
title = "hanson.blog();"
copyright = "Copyright © 2009–2022 Hanson Hu"
canonifyurls = true
theme = "kiera"
paginate = 3
summaryLength = 30
enableEmoji = true
pygmentsCodeFences = true
#disqusShortname = "myShortName"
[author]
name = "Hanson Hu"
github = "hanson2010"
#gitlab = "username"
#linkedin = "username"
#facebook = "username"
twitter = "hanson2010"
#instagram = "username"
#stackoverflow = "username"
#youtube = "user/username" # or channel/channelname
#devto = "username"
[params]
tagline = "A lifelong programmer."
description = "Knowledge, fun, and random thoughts."
#images = [""] #This is used for opengraph/twitter cards.
customCSS = ["css/custom.css"]
favicon = "/favicon.ico"
utterancesRepo = "hanson2010/hanson2010.github.io"
utterancesIssueTerm = "pathname"
#homepageLength = 10
#commentAutoload = true #This mean reader don't need click, disqus comment autoload
#mathjax = true #Enable display of mathematics using mathjax (LaTeX syntax)
#katex = true #Enable display of mathematics using katex (Faster LaTeX rendering)
#google_fonts = ["Staatliches"] # Adds additional google fonts
#disableDarkModeCSS = false # disables css style for users using dark-mode
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[[menu.main]]
identifier = "archive"
name = "Archive"
url = "/posts"
weight = 1
[[menu.main]]
identifier = "categories"
name = "Categories"
url = "/categories"
weight = 2
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags"
weight = 3
[[menu.main]]
identifier = "rss"
name = "RSS Feed"
url = "/index.xml"
weight = 4