-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
325 lines (258 loc) · 7.02 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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
######################## default configuration ####################
# テスト用URL(公開する前にコメント戻す)
# baseURL = "http://example.org/"
# 公開用URL(github-pages)
# baseURL = "https://nutfes.github.io/blog/"
# 公開用URL(nutmeg.cloud)
baseURL = "https://blog.nutmeg.cloud/"
canonifyurls = true
languageCode = "ja"
title = "NUTMEG | 長岡技術科学大学 技大祭実行委員会 情報局"
theme = "liva-hugo"
summaryLength = "2"
paginate = 8
disqusShortname = ""
publishDir = "docs"
[outputs]
home = ["HTML", "RSS", "JSON"]
############################# Plugins ##############################
[params.plugins]
# CSS Plugins
[[params.plugins.css]]
URL = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
URL = "plugins/slick/slick.css"
[[params.plugins.css]]
URL = "plugins/themify-icons/themify-icons.css"
[[params.plugins.css]]
URL = "plugins/venobox/venobox.css"
# JS Plugins
[[params.plugins.js]]
URL = "plugins/jQuery/jquery.min.js"
[[params.plugins.js]]
URL = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
URL = "plugins/slick/slick.min.js"
[[params.plugins.js]]
URL = "plugins/venobox/venobox.min.js"
[[params.plugins.js]]
URL = "plugins/search/fuse.min.js"
[[params.plugins.js]]
URL = "plugins/search/mark.js"
[[params.plugins.js]]
URL = "plugins/search/search.js"
############################## navigation ###############################
[menu]
# main menu
[[menu.main]]
name = "About"
URL = "about"
weight = 1
[[menu.main]]
name = "Post"
URL = "blog"
weight = 2
[[menu.main]]
name = "Products"
URL = "products"
weight = 3
[[menu.main]]
name = "Members"
URL = "members"
weight = 4
# footer menu
[[menu.footer]]
name = "About"
URL = "about"
weight = 1
[[menu.footer]]
name = "Post"
URL = "blog"
weight = 2
[[menu.footer]]
name = "Products"
URL = "products"
weight = 3
[[menu.footer]]
name = "Members"
URL = "members"
weight =4
#################### default parameters ################################
[params]
logo = "images/NUTMEG-logo_all_color_horizontal.png"
home = "Home"
# Meta data
description = "長岡技術科学大学に所属する学生によって構成されたエンジニア団体、NUTMEGが普段の活動を発信するために始めたブログです!技大祭実行委員会の有志のみによって構成されており,普段は長岡技術大学のサークルの1つ,技大祭実行委員会として活動しています.技大祭をより効率的に,より楽しくできるように,技大祭に向けたプロダクトの開発や技育展への参加を行うなどやる気次第でとことん楽しめるそんな団体です.実行委員会の業務のDXはもちろん,外部での活動にも意欲的に参加しています."
author = "NUTMEG"
# Google Analitycs
googleAnalitycsID = "Your ID"
# Contact Information
# mobile = "仮0124857985320"
# email = "仮[email protected]"
# location = "仮Dhaka, Bangladedsh"
# copyright
copyright = "© NUTMEG 2024"
images = ["images/OGP.png"]
defaultAuthor = "NUTMEG"
# レイアウト変更用css
customCSS = ["css/custom_post.css"]
# Preloader
[params.preloader]
enable = true
preloader = "" # use .png , .svg or .gif format
# search
[params.search]
enable = true
[params.authors]
[params.authors.ryota5884]
name = "ryota5884"
bio = "Designer"
[params.authors.rin]
name = "りん"
bio = ""
[params.authors.fukumitsu]
name = "ふくみつ"
bio = ""
[params.authors.paladin]
name = "パラディン"
bio = ""
[params.authors.ichinose]
name = "ichinose"
bio = ""
[params.authors.nobu]
name = "のぶ"
bio = ""
[params.authors.kubo]
name = "くぼ"
bio = ""
[params.authors.sota]
name = "ソウタ"
bio = ""
[params.authors.JOJO]
name = "JOJO"
bio = ""
[params.authors.tsukki]
name = "つっきー"
bio = ""
[params.authors.nana]
name = "なな"
bio = ""
[params.authors.goku]
name = "悟空"
bio = ""
[params.authors.onoD]
name = "オノディー"
bio = ""
[params.authors.demachi]
name = "まっちー"
bio = ""
[params.authors.yo-chan]
name = "よーーーちゃん"
bio = ""
[params.authors.taka-chan]
name = "たかちゃん"
bio = ""
[params.authors.hikahana]
name = "比嘉華"
bio = ""
[params.authors.hayate]
name = "はやて"
bio = ""
[params.authors.izumi]
name = "いずみ"
bio = ""
[params.authors.yama]
name = "やま"
bio = ""
[params.authors.uccti]
name = "うっちー"
bio = ""
[params.authors.akari]
name = "あかりん"
bio = ""
[params.authors.purin]
name = "ぷりん"
bio = ""
[params.authors.junkyoju]
name = "准教授"
bio = ""
[params.authors.nakataku]
name = "なかたく"
bio = ""
[params.authors.syochan]
name = "しょうちゃん"
bio = ""
[params.authors.etyu]
name = "松浦瑛太"
bio = ""
[params.authors.wako]
name = "酒井和子"
bio = ""
[params.authors.harujo]
name = "はるじょー"
bio = ""
[params.authors.chikuwa]
name = "ちくわ"
bio = ""
[params.authors.yumemi]
name = "ゆめみん"
bio = ""
[params.authors.kageya]
name = "かげや"
bio = ""
[params.authors.mike]
name = "みけ"
bio = ""
[params.authors.f]
name = "F"
bio = ""
[params.authors.NUTMEG]
name = "NUTMEG"
bio = "複数人で作成"
############################ news letter ########################
[params.newsletter]
enable = false
title = "Join Our Newsletter"
content = "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero"
# cookies
[params.cookies]
enable = false
expire_days = 2
############################# social site ########################
[[params.social]]
title = "twitter"
icon = "ti-twitter-alt" # themify icon : https://themify.me/themify-icons
link = "https://twitter.com/nutfes_nutmeg"
[[params.social]]
title = "instagram"
icon = "ti-instagram" # themify icon : https://themify.me/themify-icons
link = "https://www.instagram.com/nutfes/?hl=ja"
[[params.social]]
title = "github"
icon = "ti-github" # themify icon : https://themify.me/themify-icons
link = "https://github.com/orgs/NUTFes"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
endLevel = 5 # どのレベルまで目次に表示するか。現在h5
startLevel = 2 # どのレベルから目次に表示するか。現在h2
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = false
noHl = false
style = 'monokai'
tabWidth = 4
[taxonomies]
tag = "tags"
category = "categories"
author = "authors"