-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.sample.toml
87 lines (76 loc) · 1.78 KB
/
config.sample.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
baseURL = "https://"
theme = "sk3"
title = ""
DefaultContentLanguage = "en"
enableGitInfo = true
enableInlineShortcodes = true
languageCode = "en"
paginate = 15
relativeURLs = true
#disqusShortname = ""
#googleAnalytics = ""
[Params]
customCss = ["/css/abc.css", "/css/def.css"]
customJs = ["/js/abc.js", "/js/def.js"]
enableExternalSvg = false
enableInfoBox = true
enableListLastModify = false
enableOpenToc = false
enableUserCanonical = false
favicon = "/favicon.ico"
mainSections = "post"
pagewidth = "1200px"
startdate = "2012-12-02"
subtitle = "A Hugo Theme"
# Fill in following if using Open Graph / Twitter Card
description = "A Hugo Theme"
enableOpenGraph = true
enableTwitterCard = true
title = "SK3"
[Params.google]
AdsenseId = ""
enablePageLevelAd = false
enableUA = false
[Params.paypal]
# amount = "5"
businessId = ""
currency = "CAD"
enableRecurring = true
[Params.card]
date = true
summary = true
width = "32%"
[Params.color]
bg = "#181a1b"
border = "white"
link = "#3d84ff"
text = "white"
[Params.sociallink]
facebook = ""
flickr = ""
github = ""
instagram = ""
linkedin = ""
pinterest = ""
reddit = ""
rss = true
stack-exchange = ""
stack-overflow = ""
tumblr = ""
twitter = ""
vimeo = ""
youtubechannel = ""
youtubeuser = ""
[Params.socialshare]
facebook = true
instagram = true
linkedin = true
pinterest = true
reddit = true
telegram = true
twitter = true
vk = true
[markup]
[markup.tableOfContents]
endLevel = 6
startLevel = 1