-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
74 lines (65 loc) · 1.86 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
# config.toml
baseURL = "https://blog.fairy-lettuce.com/"
title = "Growth Record of Lettuce Farm: Extended"
theme = "hugo-primer"
languageCode = "ja"
# If you are using Chinese, Japanese, or Korean, I highly recommend you to set this true.
hasCJKLanguage = true
summaryLength = 140
# Code pen
# pygmentsCodeFences = true
# pygmentsUseClasses = true
# googleAnalytics = "U-12345678-0"
# Enter a copyright notice to display in the site footer.
# To display a copyright symbol, type `©`.
copyright = "©fairy-lettuce 2023"
[frontmatter]
# update sitemap.xml's lastmod datetime by file change time, instead of git.
# lastmod = ["lastmod", ":fileModTime", ":default"]
[params]
description = "れたすのブログ"
twitter = "fairy_lettuce"
# You can use favicon by adding `favicon-64.png` to `static` directory.
# You can also add `apple-touch-icon.png` and `pinned-icon.svg`.
useIcon = true
useTwitterCard = true
# Use MathJax.js. Disabling site-wide and you still can enable in indivisual pages
math = true
shareTo = ["Twitter", "Hatena", "Facebook", "Pocket"]
showFooterCredits = true
showDate = true
publishDir = "docs"
canonifyurls = true
[markup.goldmark.renderer]
unsafe = true
[[menu.main]]
name = "About"
pre = "<i class='fa fa-about'></i>"
weight = 10
identifier = "about"
url = "/about"
[[menu.main]]
name = "Diary"
pre = "<i class='fa fa-diary'></i>"
weight = 20
url = "/diary"
[[menu.main]]
name = "Competitive"
pre = "<i class='fa fa-cp'></i>"
weight = 30
url = "/cp"
[[menu.main]]
name = "Game"
pre = "<i class='fa fa-cp'></i>"
weight = 40
url = "/game"
[[menu.main]]
name = "Links"
pre = "<i class='fa fa-diary-old'></i>"
weight = 120
url = "/links"
[[menu.main]]
name = "GitHub"
pre = "<i class='fa fa-github'></i>"
weight = 210
url = "https://github.com/fairy-lettuce"