-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
42 lines (35 loc) · 899 Bytes
/
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
baseURL = "https://ezeroms.com/"
languageCode = "ja"
title = "ezeroms.com"
enableDebug = true
disableAliases = true
[taxonomies]
month = "month"
subject = "subject"
topic = "topic"
[params]
description = "One thing I can tell you is you got to be free!"
keywords = ""
RSSLink = "index.xml"
ogImage = "images/common/og-image.png"
googleAnalytics = "G-K021MTL6NX"
[author]
name = "ezeroms"
[permalinks]
diary = "/diary/:slug/"
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss+xml"
baseName = "index"
isPlainText = true
[outputs]
home = ["HTML", "RSS", "JSON"]
section = ["HTML", "RSS", "JSON"]
taxonomy = ["HTML", "RSS", "JSON"]
taxonomyTerm = ["HTML", "RSS", "JSON"]
[markup]
[markup.goldmark]
[markup.goldmark.parser]
autoheadingid = true
autoheadingidtype = 'github'
wrapstandaloneimagewithinparagraph = false