forked from kat0h/hugo-blog-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
66 lines (53 loc) · 1.5 KB
/
config.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
# 公開するページのURL
baseURL = "https://csreviser.github.io/CS2-blog"
languageCode = "ja"
DefaultContentLanguage = "ja"
HasCJKLanguage = true
enableRobotsTXT = true
# ブログのタイトル
title = "語学講座CS2のブログ"
theme = "mainroad"
paginate = 20
# 自己紹介
[Author]
name = "CSReviser"
bio = "語学講座CS2のブログです"
avatar = "https://avatars.githubusercontent.com/u/46049273?s=96&v=4"
[Params]
customCSS = ["css/custom.css"]
copyright = "Author"
readmore = true
authorbox = true
post_meta = ["date", "categories"]
twitter_cards = true
# ページのテーマカラー
[Params.style.vars]
highlightColor = "#e22d30"
# SNS等のユーザー名
[Params.widgets.social]
twitter = "CSReviser"
github = "CSReviser/CaptureStream2"
x = "CSReviser"
x-twitter = "CSReviser"
[[Params.widgets.social.custom]]
title = "My Home Page"
url = "https://csreviser.github.io/CaptureStream2/"
# icon = "https://avatars.githubusercontent.com/u/46049273?v=4"
[[Parmas.widgets.social.custom]]
title = "X (旧Twitter)"
url = "https://x.com/CSReviser"
[Params.sidebar]
home = "right"
list = "right"
single = "right"
widgets = ["search", "recent", "categories", "taglist", "social"]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[permalinks]
posts = '/:year/:month/:day/'
[outputs]
home = [ "HTML", "AMP", "RSS" ]
page = [ "HTML", "AMP", "RSS" ]
section = ["JSON", "HTML", "RSS"]