-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
41 lines (36 loc) · 1.05 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
theme = "github-style"
baseURL = "https://mitsuboshi.github.io/blog/"
title = "mitsubosh's blog"
copyright = "© 2020 MITSUBOSHI Yuya"
languageCode = "ja"
enableRobotsTXT = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
hardWraps = true
[params]
author = "MITSUBOSHI/bosshi"
description = "MITSUBOSHIのブログです。主に技術や子育てに関する記事を書いています。"
github = "MITSUBOSHI"
twitter = "Y_MITSUBOSHI"
# url = ""
keywords = "blog, software engineer, child"
rss = true
lastmod = true
favicon = "https://avatars.githubusercontent.com/u/8204936"
avatar = "https://avatars.githubusercontent.com/u/8204936"
headerIcon = "https://avatars.githubusercontent.com/u/8204936"
location = "Kamakura"
userStatusEmoji = "⚾️"
enableSearch = false
[frontmatter]
lastmod = ["lastmod", ":fileModTime", ":default"]
[services]
[services.googleAnalytics]
ID = "G-QEYQM5D9KJ"
[sitemap]
changeFreq = 'monthly'
disable = false
filename = 'sitemap.xml'
priority = 0.7