-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
108 lines (85 loc) · 2.2 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
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
baseURL = "https://studymakesmehappy.club/"
title = "Home"
# for smart copyright line, leave this blank and check [params.copyright]
copyright = ""
theme = "minimo"
publishDir = "docs"
defaultContentLanguage = "zh"
disqusShortname = ""
googleAnalytics = "UA-129765949-1"
hasCJKLanguage = true
Paginate = 10
preserveTaxonomyNames = true
enableRobotsTXT = true # generate robots.txt
# Syntax Highlighting ( https://gohugo.io/content-management/syntax-highlighting/ )
pygmentsstyle = "native"
PygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
enableEmoji = true
[params.info]
description = "Study makes me happy"
title404 = "Nothing's here!"
[params.assets]
favicon = "favicon.ico"
customCSS = ["css/custom.css"]
customJS = ["js/custom.js"]
gopher = "" # used in 404 template ( Generator: https://gopherize.me )
[params.copyright]
prefix = ""
holder = "ccccly"
startYear = "2017"
suffix = ""
[params.settings]
# date & time format: https://golang.org/pkg/time/
dateFormat = "2006, Jan 02"
listDateFormat = "2006, Jan 02"
archiveDateFormat = "Jan 02"
hideEntryNavigation = ["page"] # boolean / array of sections
showReadingTime = true
taxonomyCloudShuffle = true
accentColor = "#ffcd00"
hideMainMenu = false
[params.sidebar]
enable = false
[params.widgets]
homepage = ["recent_posts"]
sidebar = ["about","sidebar_menu","taxonomy_cloud"]
footer = ["social_menu"]
[params.seo]
# Title Separator: - – — · • * ⋆ | ~ « » < >
titleSeparator = "•"
[params.social]
email = "[email protected]"
github = "Excited-ccccly"
[taxonomies]
author = "authors"
category = "categories"
series = "series"
tag = "tags"
[permalinks]
page = "/:slug/"
[[menu.main]]
name = "Repo"
weight = -10
identifier = "repository"
url = "https://github.com/Excited-ccccly/studymakesmehappy.club"
[blackfriday]
hrefTargetBlank = true
[languages]
# edit this block for your own language
[languages.en]
lang = "en"
languageName = "English"
weight = 2
[languages.zh]
lang = "zh"
languageName = "Chinese"
weight = 1
[params.comments]
enable = true
[params.comments.utterances]
enable = true
issueTerm = "title" # pathname / url / title
[params.comments.utterances.github]
username = "Excited-ccccly"
repository = "studymakesmehappy.club"