-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
67 lines (57 loc) · 1.5 KB
/
Copy pathhugo.toml
File metadata and controls
67 lines (57 loc) · 1.5 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
baseurl = "https://qwyng.dev"
languageCode = "ja"
hasCJKLanguage = true
title = "QWYNG.dev"
theme = "hugo_theme_pickles"
googleAnalytics = "G-9JVVYL7X5D"
[params]
paginate = 5
hideWordCount = 1
hideReadingTime = 1
# OGP default image (used when page doesn't specify og_image/images)
# Can be absolute URL (https://...) or a path under /static (e.g. "/android-chrome-384x384.png").
default_og_image = "/android-chrome-384x384.png"
# Social accounts. Links to these accounts are displayed in the header and footer.
twitter = "qwyngg"
github = "QWYNG"
# Uncomment and add accounts if needed.
# facebook = ""
# instagram = ""
# googleplus = ""
# npm = ""
# codepen = ""
# dribbble = ""
# fivehundredpx = ""
# flickr = ""
# pinterest = ""
# tumblr = ""
# vimeo = ""
# youtube = ""
# linkedin = ""
# Author information
author = "QWYNG (Hiroaki Osawa)"
authorwebsite = "https://qwyng.dev"
avatar = "android-chrome-384x384.png"
contact = "mailto:hiroaki@qwyng.dev"
bio = "QWYNG(Hiroaki Osawa)という人間のブログです ワイワイ"
# Short subtitle/tagline
subtitle = "クワイング"
# Logo and favicon
logo = "android-chrome-384x384.png"
favicon = "favicon.ico"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 1
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts/"
weight = 2
[[menu.main]]
identifier = "rss"
name = "RSS"
url = "/index.xml"
weight = 3