-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
56 lines (46 loc) · 1.41 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
baseurl = "https://blog.upinus.dev"
languageCode = "en"
title = "Upinus Tech Blog"
theme = "kiss"
copyright = "© <a href=\"https://github.com/upinus\">Upinus</a> 2019"
disqusShortname = "upinus-tech-blog"
googleAnalytics = ""
# Number of posts per page
Paginate = 10
enableRobotsTXT = true
[params.features]
disqusOnDemand = false # Load Disqus comments on click
[params.assets]
customCSS = ["css/custom.css"]
[params.rss]
includeContent = true # Includes whole content in rss
authorName = "Bao Ho" # Site author's full name
authorEmail = "[email protected]"
[params.info]
adsense = "" # Adsense ID (ID only, without ca-pub-)
enableSocial = true # Adds OpenGraph and Twitter cards
homeTitle = "Upinus Tech Blog" # Title for home page
poweredby = true # Adds powered by Hugo and Kiss below Copyright section
related = true # Includes related articles
description = "Things about software craftsmanship, personal development and life at Upinus"
[params.opengraph.facebook]
admins = [] # array of Facebook IDs
appID = ""
pageID = ""
[params.opengraph.twitter]
page = "" # Twitter Page username. If not set, params.social.twitter will be used.
[params.social]
twitter = ""
github = "upinus"
email = ""
linkedin = ""
gitlab = ""
instagram = "__upinusdev"
codepen = ""
facebook = ""
[params.social.config]
platforms = ["twitter","github","email","linkedin","instagram"]
[taxonomies]
tag ="tags"
[blackfriday]
hrefTargetBlank = true