-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
65 lines (57 loc) · 1.45 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
baseurl = "https://www.kofuk.org/"
title = "チラシの表の反対側"
languageCode = "ja-jp"
defaultContentLanguage = "ja"
theme = "Mainroad"
hasCJKLanguage = true
summaryLength = 300
disqusShortname = ""
googleAnalytics = ""
enableEmoji = true
[pagination]
pageSize = 10
[Params]
description = "主に技術的な情報を自分用のメモを兼ねて書いています。"
copyright = "kofuk"
opengraph = true
twitter_cards = true
readmore = true
authorbox = false
toc = false
pager = true
post_meta = ["date", "categories", "translations"]
mainSections = "blog"
dateformat = "2006-01-02"
mathjax = true
fediverseAcct = "@[email protected]"
ogBaseImage = "img/ogp.png"
# customJS = ['js/search.js']
[Params.style.vars]
highlightColor = "#0032a8"
[Params.sidebar]
home = "right"
list = "right"
single = "right"
widgets = ["site_search", "recent", "categories", "taglist", "social", "languages"]
[Params.widgets]
recent_num = 5
tags_counter = true
[Params.widgets.social]
facebook = ""
twitter = "man_2_fork"
instagram = ""
linkedin = ""
telegram = ""
github = "kofuk"
gitlab = "KoFuk"
bitbucket = ""
email = "ko.fu.dev+blog {a} gmail.com"
[[Params.widgets.social.custom]]
title = "Mastodon"
url = "https://don.kofuk.org/@kofuk"
icon = "svg/mastodon.svg"
rel = "me"
[[Params.widgets.social.custom]]
title = "View on GitHub"
url = "https://github.com/kofuk/www.kofuk.org"
icon = "svg/repo.svg"