-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
63 lines (52 loc) · 1.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
baseURL = 'https://azulika.github.io'
languageCode = 'en-us'
title = 'azulicat'
theme = "github-style"
HasCJKLanguage = true
[params]
avatar = "/images/cocktail-export.gif"
author = "azulicat"
nickName = "indigo372"
description = "Nec audiendi qui solent dicere, Vox populi, vox Dei, quum tumultuositas vulgi semper insaniae proxima sit."
#github = "MeiK2333"
#facebook = "MeiK2333"
#twitter = "MeiK2333"
#linkedin = "MeiK2333"
#instagram = "MeiK2333"
#tumblr = "MeiK2333"
#email = "[email protected]"
#url = "https://meik2333.com"
#keywords = "blog, google analytics"
rss = true
lastmod = true
favicon = "/favicon.ico"
location = "Japan"
#userStatusEmoji = "😀"
[frontmatter]
lastmod = ["lastmod", ":fileModTime", ":default"]
[taxonomies]
tag = "tags"
archive = "archives"
# 空白直改行
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
hardWraps = true
unsafe = true
# 関連
[related]
includeNewer = true
threshold = 90
toLower = true
[[related.indices]]
name = "keywords"
weight = 10
[[related.indices]]
name = "tags"
weight = 60
[[related.indices]]
name = "logos"
weight = 80
[[related.indices]]
name = "date"
weight = 10