forked from chizuchizu/chizu_blog_hugo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
154 lines (131 loc) · 4.58 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
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# For a description of these parameters, please visit the theme wiki.
# https://github.com/pacollins/hugo-future-imperfect-slim/wiki/config.toml
baseurl = "https://chizuchizu.com/"
DefaultContentLanguage = "ja"
title = "I'm chizuchizu"
theme = "hugo-future-imperfect-slim"
paginate = 3
disqusShortname = "chizu-blog-hugo"
googleAnalytics = "UA-130443536-1"
pluralizeListTitles = false
disableLanguages = ["en"]
[params]
enableCDN = false
cssFiles = ["default"]
jsFiles = ["default"]
highlightjs = true
highlightjsTheme = "solarized-dark"
highlightjsLang = ["html", "css", "js", "toml","python","bash"]
viewMorePostsLink = "/blog/"
readingTime = true
socialShare = ["twitter","facebook","line","email"]
[params.meta]
description = "A theme by HTML5 UP, ported by Julio Pescador. Slimmed and enhanced by Patrick Collins. Multilingual by StatnMap. Powered by Hugo."
author = "HTML5UP and Hugo"
favicon = false
svg = true
faviconVersion = "1"
msColor = "#ffffff"
iOSColor = "#ffffff"
[params.header]
navbarTitle = "I'm chizuchizu"
dynamicTitles = false
searchMenu = true
shareMenu = true
languageMenu = false
[params.intro]
header = "チズチズ(chizuchizu)"
paragraph = "14yo 統計学/Kaggle/Python/Linux"
rssIntro = false
socialIntro = true
hideWhenSingleColumn = false
alwaysOnHomepage = false
[params.intro.pic]
src = "img/main/icon.png"
shape = "circle"
width = ""
alt = "Chizuchizu's icon"
[params.sidebar]
about = "チズチズという人が書いているブログです。気ままに技術系だったりまったり系の記事を投稿します。"
postAmount = 5
categories = true
categoriesByCount = true
[params.footer]
rssFooter = true
socialFooter = true
[params.staticman]
enabled = true
api = "" # No Trailing Slash
gitProvider = ""
username = ""
repo = ""
branch = ""
[params.staticman.recaptcha]
siteKey = ""
encryptedKey = ""
[menu]
[[menu.main]]
name = "Home"
identifier = "home"
url = "/"
pre = "<i class='fa fa-home'></i>"
weight = 1
[[menu.main]]
name = "About"
identifier = "about"
url = "/about/"
pre = "<i class='far fa-id-card'></i>"
weight = 2
[[menu.main]]
name = "Blog"
identifier = "blog"
url = "/blog/"
pre = "<i class='far fa-newspaper'></i>"
weight = 3
[[menu.main]]
name = "Categories"
identifier = "categories"
url = "/categories/"
pre = "<i class='fas fa-sitemap'></i>"
weight = 5
[[menu.main]]
name = "Contact"
identifier = "contact"
url = "/contact/"
pre = "<i class='far fa-envelope'></i>"
weight = 6
[Languages]
[Languages.en]
LanguageCode = "en"
LanguageName = "English"
weight = 1
[Languages.ja]
LanguageCode = "ja"
LanguageName = "日本語"
weight = 9
[social]
# Coding Communities
github = "chizuchizu"
# stackoverflow = "" # User Number
# behance = ""
# dribbble = ""
# Publishing Communities
# Professional/Business Oriented Communities
# foursquare = ""
# xing = ""
# slideshare = ""
# Social Networks
#reddit = "example"
#quora = ""
youtube = "channel/UCUgUfVoiunYg48F7D3NRiRg"
instagram = "chizuchizu6"
twitter = "chizu_potato"
#mastodon = "example.com/@example"
# Email
email = "[email protected]"
atcoder = "chizuchizu"
kaggle = "chizuchizu"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true