-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
83 lines (65 loc) · 2.16 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
77
78
79
80
81
82
83
baseurl = "https://blog.puckwang.com/"
title = "Puck's Blog"
author = "Puck Wang"
copyright = "Copyright © 2017-2024, Puck Wang; all rights reserved."
canonifyurls = true
paginate = 10
theme = "silhouette-hugo"
enableRobotsTXT = true
pygmentsUseClasses = false
pygmentsCodeFences = true
pygmentsCodeFencesGuessSyntax = true
pygmentsStyle = "vs"
disqusShortname = ""
googleAnalytics = ""
enableGitInfo = true
[markup.goldmark.renderer]
unsafe= true
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
[Params]
author = "Puck Wang"
author_photo = "/images/author.jpg"
images = ["/images/og_image.png"]
mainSections = ["posts"]
introDescription = "Hi! 我是 Puck Wang,這個部落格的作者,是一位全端網站開發者,常使用 .Net 和 React 進行開發,專注於架構研究,你可以在這個部落格看到我精選的筆記內容,希望對你會有所幫助。"
contentSharing = "Opinions expressed here are my own and may not reflect those of the company I work for, or the people I work with."
data_format = "2006-01-02 15:04"
description = "這裡是一個筆記型的部落格,內容由 Puck Wang 撰寫 ,主題較常為程式類筆記、問題紀錄、套件介紹等,而有時也會出現活動紀錄、攝影、遊記等文章,歡迎訂閱關注。"
[[Params.socials]]
icon = "fab fa-facebook-square"
link = "//www.facebook.com/puckwang14"
[[Params.socials]]
icon = "fab fa-twitter"
link = "//twitter.com/puckwang14"
[[Params.socials]]
icon = "fab fa-github"
link = "//github.com/puckwang"
[[Params.socials]]
icon = "fab fa-linkedin"
link = "//linkedin.com/in/puckwang"
[[Params.socials]]
icon = "fab fa-stack-overflow"
link = "//stackoverflow.com/users/7699156/puckwang?tab=profile"
[[Params.socials]]
icon = "fab fa-google"
link = "//g.dev/puckwang"
[[Params.menus]]
name = "Home"
link = "/"
[[Params.menus]]
name = "About"
link = "/about"
[[Params.menus]]
name = "Archives"
link = "/archives"
[[Params.menus]]
name = "Categories"
link = "/categories"
[[Params.menus]]
name = "Tags"
link = "/tags"
[[Params.menus]]
name = "MyProjects"
link = "/projects"