-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
54 lines (42 loc) · 1.06 KB
/
config.toml
File metadata and controls
54 lines (42 loc) · 1.06 KB
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
baseurl = "https://yPin9.github.io"
languageCode = "en"
title = "λ66"
theme = "charaka"
disqusShortname = ""
relativeURLs = true
preserveTaxonomyNames = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.extensions]
table = true
strikethrough = true
linkify = true
[markup.highlight]
lineNos = true
lineNumbersInTable = true # 必須為 true 才能套用上面的表格美化
noClasses = true # 直接輸出樣式
style = "dracula" # 推薦 dracula 或 monokai 很有 Carbon 感
[services.googleAnalytics]
googleAnalytics = ""
[build]
buildFuture = true
buildDrafts = false
buildExpired = false
[author]
name = "yiπng"
homepage = "https://yPin9.github.io"
[permalinks]
posts = ":slug/"
[params.share]
enabled = "false"
[[params.social]]
url = "about"
fa_icon = "fas fa-info"
[[params.social]]
url = "https://github.com/yPin9"
fa_icon = "fab fa-github"
[[params.social]]
url = "https://x.com/ypp_tw"
fa_icon = "fa-brands fa-x-twitter"