-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
167 lines (135 loc) · 3.33 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
baseURL = "https://chaspy.me"
languageCode = "en"
DefaultContentLanguage = "en"
title = "Website of chaspy"
# theme as hugo module
#theme = "github.com/lxndrblz/anatole"
# theme as git submodule
theme = "anatole"
summarylength = 10
enableEmoji = true
enableRobotsTXT = true
# Enable Disqus
#disqusShortname = ""
# Google Analytics
#googleAnalytics = "UA-123-45"
# Syntax highlighting
pygmentsUseClasses = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
# Localized dates requires Hugo version 0.87.0
localizedDates = false
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe=true
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
[related]
includeNewer = true
threshold = 80
toLower = true
[[related.indices]]
name = 'keywords'
weight = 100
[[related.indices]]
name = 'tags'
weight = 80
[params]
title = "Takeshi Kondo"
author = "Takeshi Kondo"
copyright = "Copyright © 2023 Takeshi Kondo"
description = """
Director of Engineering, StudySapuri K12
Call me chaspy
"""
profilePicture = "img/chaspy.jpg"
keywords = ""
favicon = "favicons/"
customCss = ["css/custom.css"]
# example ["js/custom.js"]
customJs = []
mainSections = [""]
images = ["images/site-feature-image.png"]
doNotLoadAnimations = false
# Form Spree Contact Form
#contactFormAction = "https://formspree.io/f/your-form-hash-here"
#contactFormReCaptcha = "your-site-key-here"
# Google Fonts
googleFonts = ["Noto+Sans+JP:wght@200", "Noto+Serif+JP:wght@200"]
# Google Site Verify
#googleSiteVerify = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
singleDateFormat = "2/1/2006"
indexDateFormat = "2/1/2006"
listDateFormat = "2/1/2006"
# Commento Comments
# CommentoURL = "https://commento.example.com/js/commento.js"
# Read More links for truncated summaries
# readMore = true
# postSectionName = "blog"
# relatedPosts = true
# numberOfRelatedPosts = 3
reversepagetitle = true # When set to 'true', the Window Title will be reversed to 'Title | Author' instead of the default 'Author | Title'
# hidesidebar = true
## Social links
# use 'fab' when brand icons, use 'fas' when standard solid icons.
[[params.socialIcons]]
icon = "fab fa-linkedin"
title = "Linkedin"
url = "https://www.linkedin.com/in/chaspy/"
[[params.socialIcons]]
icon = "fab fa-github"
title = "GitHub"
url = "https://github.com/chaspy/chaspy"
[[params.socialIcons]]
icon = "fas fa-envelope"
title = "e-mail"
url = "mailto:[email protected]"
[[params.socialIcons]]
icon = "fa-brands fa-twitter"
title = "twitter"
url = "https://twitter.com/chaspy_"
[[params.socialIcons]]
icon = "fa-brands fa-facebook"
title = "facebook"
url = "https://www.facebook.com/takeshi.kondo.18041"
[mermaid]
# enable = true
[menu]
[[menu.main]]
name = "home"
identifier = ""
weight = 100
url = "/"
[[menu.main]]
name = "About"
weight = 200
identifier = "about"
url = "/about/"
[[menu.main]]
name = "Article"
weight = 300
identifier = "artricle"
url = "/artricle/"
[[menu.main]]
name = "Blog"
weight = 400
identifier = "blog"
url = "/blog/"
[[menu.main]]
name = "Contribution"
weight = 500
identifier = "contribution"
url = "/contribution/"
[[menu.main]]
name = "Slide"
weight = 600
identifier = "Slide"
url = "/Slide/"
[[menu.main]]
name = "Service"
weight = 600
identifier = "Service"
url = "/Service/"