-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
72 lines (63 loc) · 1.97 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
baseURL = "https://android.gcreate.jp/"
languageCode = "ja"
hasCKLLanguage = true
title = "Genのプログラム日誌"
theme = "hugo-geekblog"
googleAnalytics = "G-N1ZGWDK63M"
rssLimit = 10
summaryLength = 100
# Geekblog required configuration
pygmentsUseClasses = true
pygmentsCodeFences = true
disablePathToLower = true
enableGitInfo = true
[Author]
name = "gen0083"
email = "archiherewego@gmail.com"
[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
[permalinks]
post = "/:slug/"
forsite = "/forsite/:filename/"
[params]
dateFormat = "2006-01-02"
subtitle = "主にAndroidについての備忘録"
description = "gen0083が運営する技術ブログです。AndroidやKotlinの話題が中心ですが、その他の言語の話題も備忘録として残しています。基本的にはプログラミングに関する話題のみを取り扱っています。"
twitter = "https://twitter.com/gen0083"
github = "https://github.com/gen0083"
showsRSS = true
profile = "/images/profile.jpg"
workstatus = "ちょっと忙しいですがご相談は受け付けてます"
copyright = "copyright gen0083"
googleAutoAd = true
images = ["images/site-cover.jpg"]
githubBaseUrl = "https://github.com/gen0083/blog_android.gcreate.jp/tree/master/content/"
[frontmatter]
date = ["date","publishDate", ":fileModTime"]
lastmod = ["lastmod", ":fileModTime", "date"]
[markup]
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
startLevel = 1
endLevel = 9
[markup.highlight]
lineNos = true
[taxonomies]
tag = "tags"
[outputFormats]
[outputFormats.RSS]
baseName = "rss"