-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
91 lines (84 loc) · 2.73 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
baseURL = 'https://0g0.xyz/'
languageCode = 'ja-JP'
title = 'g-kariのブログ'
theme = 'github-style'
[params]
author = "g-kari"
github = "g-kari"
avatar = "https://0g0.xyz/images/avatar.png"
twitter = "@gizensya_kari"
favicon = "/images/favicon.ico"
rss = true
lastmod = true
headerIcon = "/images/github-mark-white.png"
location = "Japan"
enableGitalk = true
userStatusEmoji = "😀"
enableSearch = true
enableEmoji = true
description = "g-kariのテックブログ。プログラミング、インフラ、DevOpsなどの技術情報を発信しています。"
keywords = ["プログラミング", "技術ブログ", "DevOps", "インフラ", "開発"]
copyright = "© 2024 g-kari"
enableRobotsTXT = true
canonifyURLs = true
enableOpenGraph = true
enableTwitterCards = true
[[params.links]]
title = "Resonite.love"
href = "https://misskey.resonite.love/@g_kari"
icon = "https://misskey.resonite.love/favicon.ico"
[[params.links]]
title = "Misskey.io"
href = "https://misskey.io/@gizensya_kari"
icon = "https://media.misskeyusercontent.jp/io/48c1dd5a-877b-4626-98e7-76cd404282fa.png"
[[params.links]]
title = "VRChat"
href = "https://vrchat.com/home/user/usr_35f3b7c2-f1cb-414a-a806-351caeb3db38"
icon = "https://assets.vrchat.com/www/favicons/favicon.ico"
[[params.links]]
title = "Bluesky"
href = "https://bsky.app/profile/gizensyakari.bsky.social"
icon = "https://bsky.app/static/favicon-32x32.png"
[[params.links]]
title = "Steam"
href = "https://steamcommunity.com/profiles/76561198314211985/"
icon = "https://steamcommunity.com/favicon.ico"
[[params.links]]
title = "Discord"
href = "https://discord.gg/5KDJZeqzxw"
icon = "https://0g0.xyz/images/discord.svg"
[[params.links]]
title = "YouTube"
href = "https://www.youtube.com/@g_kari"
icon = "https://www.gstatic.com/youtube/img/branding/favicon/favicon_144x144_v2.png"
[[params.links]]
title = "Twitch"
href = "https://www.twitch.tv/g_kari_live"
icon = "https://www.twitch.tv/favicon.ico"
[params.gitalk]
owner = "g-kari"
repo = "0g0-blog"
clientId = "Ov23liuVwnvwmsG9vGb8"
clientSecret = "b7e923985b8b73874492637759dee6e0cb730d11"
admin = ["g-kari"]
labels = "gitalk"
createIssueManually = true
id = "location.pathname"
perPage = 15
pagerDirection = "last"
distractionFreeMode = false
[outputs]
home = ["html", "json"]
[outputFormats.json]
mediaType = "application/json"
baseName = "index"
isPlainText = false
[frontmatter]
lastmod = ["lastmod", ":fileModTime", ":default"]
[services]
[services.googleAnalytics]
ID = "G-KWJWY2F54L"
[sitemap]
changefreq = "weekly"
priority = 0.5
filename = "sitemap.xml"