-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathterminal.toml
120 lines (96 loc) · 2.92 KB
/
terminal.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
baseurl = "https://nblog.cong.moe/"
languageCode = "en-us"
# theme = "terminal"
paginate = 5
# googleAnalytics = "UA-92092104-2" # UA-XXXXXXXX-X
# [markup]
# defaultMarkdownHandler = "goldmark"
# [markup.goldmark]
# [markup.goldmark.renderer]
# unsafe = true
[params]
# dir name of your blog content (default is `content/posts`)
contentTypeName = "post"
# ["orange", "blue", "red", "green", "pink"]
themeColor = "orange"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 5
# show selector to switch language
showLanguageSelector = false
# set theme to full screen width
fullWidthTheme = false
# center theme with default width
centerTheme = true
# set a custom favicon (default is a `themeColor` square)
# favicon = "favicon.ico"
# set all headings to their default size (depending on browser settings)
# it's set to `true` by default
# oneHeadingSize = false
showLastUpdated = true
enableGitInfo = true
# whether to show a page's estimated reading time
readingTime = true # default
# whether to show a table of contents
# can be overridden in a page's front-matter
# Toc = true # default
# set title for the table of contents
# can be overridden in a page's front-matter
# TocTitle = "Table of Contents" # default
[params.twitter]
# set Twitter handles for Twitter cards
# see https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started#card-and-content-attribution
# do not include @
creator = "CongZhangDev"
site = "/"
[params.utteranc]
enable = false
repo = "zcong1993/blog"
issueTerm = "pathname"
theme = "github-dark"
[params.giscus]
enable = true
[params.custom]
js = []
[params.vercelAnalytics]
enable = false
[languages]
[languages.en]
languageName = "English"
title = "Cong"
subtitle = "Personal blog of zcong1993."
owner = "zcong1993"
keywords = ""
copyright = ""
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "Cong"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "posts"
name = "Posts"
url = "/post"
weight = -3
[[languages.en.menu.main]]
identifier = "categories"
name = "Categories"
url = "/categories"
weight = -2
[[languages.en.menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags"
weight = -1
# # See https://gohugo.io/about/hugo-and-gdpr/
# [privacy]
# [privacy.googleAnalytics]
# anonymizeIP = true # 12.214.31.144 -> 12.214.31.0
# [privacy.youtube]
# privacyEnhanced = true
[module]
# this is needed when you fetch the theme as a submodule to your repo.
# replacements = "github.com/panr/hugo-theme-terminal -> themes/terminal"
[[module.imports]]
path = 'github.com/panr/hugo-theme-terminal/v3'