This repository has been archived by the owner on Aug 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
121 lines (103 loc) · 2.23 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
baseURL = "https://www.kittycash.com/blog"
languageCode = "en-us"
title = "KittyCash Blog"
defaultContentLanguage = "en"
relativeURLs = true
canonifyURLs = true
googleAnalytics = "UA-112845083-2"
#disqusShortname = ""
# hugo-xmin specific variables
theme = "kittycash-new"
ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
preserveTaxonomyNames = true
footnotereturnlinkcontents = "↩"
# enables ```lang ``` style syntax highlighted blocks
pygmentsCodeFences = true
pygmentsStyle = "murphy"
[permalinks]
post = "/post/:year/:month/:day/:slug/"
note = "/note/:year/:month/:day/:slug/"
[[menu.main]]
name = "Posts"
identifier = "posts"
url = "/"
weight = 1
[[menu.main]]
name = "Categories"
identifier = "categories"
url = "/categories/"
weight = 2
[[menu.main]]
name = "Tags"
identifier = "tags"
url = "/tags/"
weight = 3
[[menu.footer]]
name = "kittycash.com"
url = "https://www.kittycash.com/"
weight = 1
[[menu.footer]]
name = "Github"
url = "https://github.com/kittycash"
weight = 2
[author]
name = "KittyCash"
[params]
keywords = "kittycash"
rss = "/index.xml"
telegram = "https://t.me/kittycash"
description = "KittyCash Project Updates"
email = ""
github = "kittycash"
[Languages]
[Languages.en]
weight = -1
title = "KittyCash Blog"
languageName = "English"
[Languages.es]
weight = 4
title = "KittyCash Blog"
languageName = "Español"
[Languages.de]
weight = 5
title = "KittyCash Blog"
languageName = "Deutsch"
[Languages.fr]
weight = 8
title = "KittyCash Blog"
languageName = "Français"
[Languages.pt]
weight = 9
title = "KittyCash Blog"
languageName = "Português"
[Languages.it]
weight = 10
title = "KittyCash Blog"
languageName = "Italiano"
[[menu.languages]]
name = "English"
weight = -1
url = "/"
[[menu.languages]]
name = "Español"
weight = 4
url = "/es/"
[[menu.languages]]
name = "Deutsch"
weight = 5
url = "/de/"
[[menu.languages]]
name = "Français"
weight = 8
url = "/fr/"
[[menu.languages]]
name = "Português"
weight = 9
url = "/pt/"
[[menu.languages]]
name = "Italiano"
weight = 10
url = "/it/"
[outputs]
home = [ "HTML", "JSON"]
page = [ "HTML"]