-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
46 lines (39 loc) · 982 Bytes
/
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
baseurl = "/"
disablePathToLower = true
languageCode = "ja-JP"
title = "FONOのサイト"
cannonifyurls = true
paginate = 4
theme = "hugo-dusk"
hasCJKLanguage = true
[author]
name = "ふぉの"
#SectionPagesManu = "main"
#pygmentStyle = "vim"
#pygmentCodeFences = true
[[menu.main]]
name = "Posts"
weight = -120
identifier = "post"
url = "/post/"
[[menu.main]]
name = "Tags"
weight = -110
identifier = "tag"
url = "/tags/"
[params.meta]
keywords = "blog, tech, てくろぐ, 趣味"
description = "雑記"
[params]
github = "fono09"
twitter = "fono0c"
email = "fono(at)fono.jp"
mastodon = "https://ma.fono.jp/@fono"
mainSections = ["post"]
[params.colors]
# hugo-dusk colors
background = "#101010" # background color for the site
main = "#99cc66"
text = "#dbdbdb"
code-quote-bg = "#1D1F21" # background color for quotes and code blocks
copyright = "#404040" # copyright text color