-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
77 lines (66 loc) · 1.6 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
67
68
69
70
71
72
73
74
75
76
baseURL = "https://littlecube8152.github.io/"
languageCode = "zh-tw"
relativeURLs = true
title = "Little Cube Blog"
theme = "cactus"
paginate = 8
pygmentsUseClasses = true
hasCJKLanguage = 1
summaryLength = -1000000000000
# Navigation
## Main menu which appears below site header.
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Posts"
url = "/posts"
weight = 2
[[menu.main]]
name = "Working"
url = "/working"
weight = 3
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 4
[[menu.main]]
name = "Resources"
url = "/resources"
weight = 5
[params]
description = "如果我也能成為電神就好了..."
colortheme = "dark"
googleAnalyticsAsync = true
GoogleAnalytics = 'G-ZPQGDNSYSX'
mathjax = true
# Custom CSS applied to default styles.
css = ["css/prism.css"]
js = ["js/prism.js", "js/prism-line-numbers.js"]
[[params.social]]
name = "discord"
link = "https://discordapp.com/users/582151572646133770/"
[[params.social]]
name = "email"
link = "froakie20161113@gmail.com" # no need for "mailto:" in the head
[[params.social]]
name = "codeforces"
link = "https://codeforces.com/profile/LittleCube"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
anchorLineNos = false
codeFences = false
# guessSyntax = false
# hl_Lines = ""
# lineAnchors = ""
# lineNoStart = ""
# lineNos = false
# lineNumbersInTable = false
# noClasses = false
# style = ""
# tabWidth = ""