-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
49 lines (39 loc) · 1.13 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
baseURL = "https://gitai.me/"
languageCode = "zh-Hans-CN"
title = "Gitai.me"
theme = "kiss"
copyright = "© <a href=\"https://github.com/GitaiQAQ\">Gitai</a> 2011"
disqusShortname = "gitaisblog"
hasCJKLanguage = true
[permalinks]
posts = "/:year/:month/:filename/"
[params]
logo = "/img/logo.gif"
# [params.sections]
# [params.sections.left]
# archives = "Archives"
# tags = "Tags"
# [params.sections.right]
# about = "About"
[params.info]
adsense = "" # Adsense ID (ID only, without ca-pub-)
enableSocial = true # Adds OpenGraph and Twitter cards
homeTitle = "" # Title for home page
poweredby = true # Adds powered by hugo and kiss below Copyright
related = true # Includes related articles at the bottom of the article
codeCopy = true # Add copy button above code blocks
taxonomiesCount = true # Add taxonomies count
[params.features]
disqusOnDemand = false # Load Disqus comments on click
[params.social.config]
platforms = ["github","twitter","email"]
[params.social]
twitter = "_gitai"
github = "GitaiQAQ"
email = "i@gitai.me"
[taxonomies]
category = "categories"
series = "series"
tags = "tags"
[blackfriday]
hrefTargetBlank = true