-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
52 lines (44 loc) · 967 Bytes
/
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
baseURL = "https://qwyng.dev"
languageCode = "ja"
title = "QWYNG.dev"
theme = "hugo-blog-awesome"
hasCJKLanguage = true
[params]
[[parms.author]]
name = "QWYNG"
description = "QWYNG(Hiroaki Osawa)という人間のブログです各種SNSのリンクはヘッダー参照"
dateFormat = "2006-01-02"
paginationSinglePost = true
readMore = false
disableSummary = true
image = "android-chrome-384x384.png"
[[params.socialIcons]]
name = "github"
url = "https://github.com/QWYNG"
[[params.socialIcons]]
name = "twitter"
url = "https://twitter.com/qwyngg"
[[params.socialIcons]]
name = "Rss"
url = "/index.xml"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 1
[[menu.main]]
name = "記事一覧"
identifier = "記事一覧"
url = "/posts/"
weight = 2
[[menu.main]]
name = "RSS"
identifier = "rss"
url = "/index.xml"
weight = 3
[services]
[services.googleAnalytics]
id = 'G-9JVVYL7X5D'
[markup.goldmark.renderer]
unsafe = true