-
Notifications
You must be signed in to change notification settings - Fork 1
/
hugo.toml
56 lines (45 loc) · 1.06 KB
/
hugo.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
title = "akku's website"
copyright = "-akku-"
languageCode = 'ja-jp'
timeZone = "Asia/Tokyo"
hasCJKLanguage = true
theme = "hugo-bearhouse"
enableRobotsTXT = true
[permalinks]
blog = "/blog/:filename/"
[menus]
[[menus.main]]
name = 'Home'
pageRef = '/'
weight = 5
[[menus.main]]
name = 'About'
pageRef = '/about'
weight = 10
[[menus.main]]
name = 'Works'
pageRef = '/works'
weight = 15
[[menus.main]]
name = 'Blog'
pageRef = '/blog'
weight = 20
[[menus.main]]
name = 'Contact'
pageRef = '/contact'
weight = 25
[params]
description = "akku's website"
favicon = "images/favicon.png"
madeWith = "made with [Bear House](https://github.com/akku1139/hugo-bearhouse.git)"
[params.author]
name = "-akku-"
# email = "[email protected]"
[params.social]
twitter = "akku1139"
# https://budougumi0617.github.io/2020/03/10/hugo-render-raw-html/
# https://gohugo.io/getting-started/configuration-markup/#goldmark
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
#unsafe = true