-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
130 lines (111 loc) · 3.4 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
baseURL = 'https://www.hitsumabushi.org'
title = 'ひつまぶし食べたい'
theme = 'hugo-theme-cleanwhite'
enableEmoji = true
googleAnalytics = "G-JPYFS3RY30"
disqusShortname = "hitsumabushi"
preserveTaxonomyNames = true
copyright = "© 2024 hitsumabushi"
# lang
languageCode = 'ja'
defaultContentLanguage = 'ja'
hasCJKLanguage = true
enableInlineShortcodes = true # inline short code
[outputs]
home = ["HTML", "RSS", "Algolia"]
[permalinks]
post = "/blog/:year/:month/:day/:slug/"
# [languages]
# [languages.ja]
# weight = 10
# languageName = 'Japanese'
# [languages.en]
# weight = 20
# languageName = 'English'
[markup]
[markup.tableOfContents]
endLevel = 3
startLevel = 1
[markup.highlight]
style = "dracula"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
header_image = "img/home-bg-jeep.jpg"
SEOTitle = "ひつまぶし食べたい"
description = "Topic around SRE, Management, Cloud, Infrastructure Engineering, Software Engineering, Programming"
keyword = "hitsumabushi,SRE,Management,Cloud,Infrastructure,Software,Programming,Engineering"
slogan = "メモ代わりのブログ"
upstreamAttribution = false
image_404 = "img/404-bg.jpg"
title_404 = "404 Not Found :("
omit_categories = true
# leancloud storage for page view counter
page_view_counter = false
leancloud_app_id = ""
leancloud_app_key = ""
# algolia site search
algolia_search = true
algolia_appId = "QDYUDRXVCE"
algolia_indexName = "blog-hugo"
algolia_apiKey = "cbbbe16271381182bbac5e643c50d1d3"
# Sidebar settings
sidebar_about_description = "SRE Engineering Manager in Tokyo, Japan"
sidebar_avatar = "img/profile.jpg"
featured_tags = true
featured_condition_size = 5
# # Baidu Analytics
# ba_track_id = ""
# # We need a proxy to access Disqus api in China
# # Follow https://github.com/zhaohuabing/disqus-php-api to set up your own disqus proxy
# disqus_proxy = ""
# disqus_site = ""
# # Twikoo comments
# # Follow https://twikoo.js.org/ to set up your own env_id
# twikoo_env_id = ""
# # Artalk comments
# # Follow https://artalk.js.org/ to set up your own server
# artalk_enable = true
# artalk_server = "https://xxx.xxx.com"
# artalk_site = "xxx blog"
#Enable wechat pay & alipay to allow readers send reward money if they like the articles
reward = false
friends = false
bookmarks = false
about_me = true
# Include any custom CSS and/or JS files, url or relative to /static folder
custom_css = [
"css/hugo-theme-clearnwhite/custom-font.css",
"css/hugo-theme-clearnwhite/main.css",
]
#custom_js = ["js/lightbox.js", "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js", "js/main.js"]
[params.social]
rss = true
twitter = "https://x.com/_hitsumabushi_"
github = "https://github.com/hitsumabushi"
# [[params.addtional_menus]]
# title = "ARCHIVE"
# href = "/archive/"
# [[params.addtional_menus]]
# title = "NOTES"
# href = "/notes/"
# [[params.addtional_menus]]
# title = "ABOUT"
# href = "/about/"
[outputFormats.Algolia]
baseName = "algolia"
isPlainText = true
mediaType = "application/json"
notAlternative = true
[params.algolia]
vars = [
"title",
"summary",
"date",
"publishdate",
"expirydate",
"permalink",
"excerpt_html",
]
params = ["categories", "tags", "keywords"]