-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
97 lines (83 loc) · 2.2 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
baseURL = "https://wantit.gcreate.jp/"
languageCode = "ja"
title = "イイモノ"
theme = "aether"
googleAnalytics = "G-RPBBYX4WEG"
hasCJKLanguage = true
paginate = 10
rssLimit = 10
summaryLength = 200
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xHTML = false
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = true
useSessionStorage = false
[privacy.twitter]
disable = false
enableDNT = false
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = true
[params]
description = "パソコン、PC周辺機器、カメラ、自転車、コーヒー、本、ライフハック術など、私が日々生活する中で買ったもの、使ってみたものを記録し紹介するブログです。興味をもった理由を絡めて、実際の使い心地をレポートしていきます。"
images = ["images/screenshot.jpg"]
bgimg = "images/screenshot.jpg"
rssFullContent = false
homeFullContent = false
archive-paginate = 3
dateFormat = "2006/01/02"
googleAutoAd = true
githubBaseUrl = "https://github.com/gen0083/blog_wantit.gcreate.jp/tree/master/content/"
[frontmatter]
date = ["date","publishDate", ":fileModTime"]
lastmod = ["lastmod", ":fileModTime", "date"]
[sitemap]
changefreq = "weekly"
priority = 0.5
filename = "sitemap.xml"
[outputFormats]
[outputFormats.RSS]
baseName = "rss"
[author]
name = "gen0083"
email = "[email protected]"
[social]
twitter = "gen0083"
github = "gen0083"
[permalinks]
post = "/:slug/"
forsite = "/forsite/:filename/"
[taxnomies]
tag = "tags"
# Related contents
[related]
threshold = 70
includeNewer = true
toLower = false
[[related.indices]]
name = "tags"
weight = 100
[[related.indices]]
name = "date"
weight = 10