forked from AuroraEmiya/npee_learning_log.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
95 lines (80 loc) · 1.88 KB
/
hugo.toml
File metadata and controls
95 lines (80 loc) · 1.88 KB
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
baseURL = "https://auroraemiya.github.io/npee_learning_log.github.io/"
languageCode = 'zh-cn'
title = 'shyの考研日志'
theme = "stack"
enableRobotsTXT = true
[taxonomies]
category = "categories"
tag = "tags"
[params]
mainSections = ["posts","diary","memo","update","interests"]
toc = true
[params.article]
math = true
readingTime = true
toc = true
[params.sidebar]
emoji = "🎧"
subtitle = "無職受験生 ~408に挑んだら本気だす~"
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$']]
inline = [['\(', '\)']]
[params.sidebar.avatar]
enabled = true
local = true
src = "img/shiki.png"
[params.widgets]
[[params.widgets.page]]
type = "toc"
[[params.widgets.homepage]]
type = "search"
[[params.widgets.homepage]]
type = "archives"
[[params.widgets.homepage]]
type = "tag-cloud"
[params.widgets.homepage.params]
limit = 10
[[menu.main]]
name = "主页"
url = "/"
weight = 1
[menu.main.params]
icon = "home"
[[menu.main]]
name = "日记"
url = "/categories/diary"
weight = 2
[menu.main.params]
icon = "date"
[[menu.main]]
name = "日志"
url = "/categories/log"
weight = 3
[menu.main.params]
icon = "archives"
[[menu.main]]
name = "笔记"
url = "/categories/memo"
weight = 3
[menu.main.params]
icon = "messages"
[[menu.main]]
name = "兴趣"
url = "/categories/interests"
weight = 4
[menu.main.params]
icon = "infinity"
[[menu.main]]
name = "更新"
url = "/categories/update"
weight = 5
[menu.main.params]
icon = "clock"
[params.footer]
customText='Blogroll:<a href="https://void-island-site.vercel.app/">舍友的雾岛电台</a>'
since = 2025