Spaces:
Sleeping
Sleeping
Delete config
Browse files- config/_default/_languages.toml +0 -6
- config/_default/config.toml +0 -18
- config/_default/markup.toml +0 -26
- config/_default/menu.toml +0 -24
- config/_default/module.toml +0 -2
- config/_default/params.toml +0 -150
- config/_default/permalinks.toml +0 -3
- config/_default/related.toml +0 -12
config/_default/_languages.toml
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
# Rename this file to languages.toml to enable multilingual support
|
2 |
-
[en]
|
3 |
-
languageName = "English"
|
4 |
-
languagedirection = "ltr"
|
5 |
-
title = "Example Site"
|
6 |
-
weight = 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config/_default/config.toml
DELETED
@@ -1,18 +0,0 @@
|
|
1 |
-
# Change baseurl before deploy
|
2 |
-
baseurl = "/"
|
3 |
-
languageCode = "en-us"
|
4 |
-
title = "Hugo Theme Stack Starter"
|
5 |
-
|
6 |
-
# Theme i18n support
|
7 |
-
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, es, de, nl, it, th, el, uk, ar
|
8 |
-
defaultContentLanguage = "en"
|
9 |
-
|
10 |
-
# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
|
11 |
-
# This will make .Summary and .WordCount behave correctly for CJK languages.
|
12 |
-
hasCJKLanguage = false
|
13 |
-
|
14 |
-
# Change it to your Disqus shortname before using
|
15 |
-
disqusShortname = "hugo-theme-stack"
|
16 |
-
|
17 |
-
[pagination]
|
18 |
-
pagerSize = 5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config/_default/markup.toml
DELETED
@@ -1,26 +0,0 @@
|
|
1 |
-
# Markdown renderer configuration
|
2 |
-
[goldmark.renderer]
|
3 |
-
unsafe = true
|
4 |
-
|
5 |
-
[goldmark.extensions.passthrough]
|
6 |
-
enable = true
|
7 |
-
|
8 |
-
# LaTeX math support
|
9 |
-
# https://gohugo.io/content-management/mathematics/
|
10 |
-
[goldmark.extensions.passthrough.delimiters]
|
11 |
-
block = [['\[', '\]'], ['$$', '$$']]
|
12 |
-
inline = [['\(', '\)']]
|
13 |
-
|
14 |
-
[tableOfContents]
|
15 |
-
endLevel = 4
|
16 |
-
ordered = true
|
17 |
-
startLevel = 2
|
18 |
-
|
19 |
-
[highlight]
|
20 |
-
noClasses = false
|
21 |
-
codeFences = true
|
22 |
-
guessSyntax = true
|
23 |
-
lineNoStart = 1
|
24 |
-
lineNos = true
|
25 |
-
lineNumbersInTable = true
|
26 |
-
tabWidth = 4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config/_default/menu.toml
DELETED
@@ -1,24 +0,0 @@
|
|
1 |
-
# Configure main menu and social menu
|
2 |
-
#[[main]]
|
3 |
-
#identifier = "home"
|
4 |
-
#name = "Home"
|
5 |
-
#url = "/"
|
6 |
-
#[main.params]
|
7 |
-
#icon = "home"
|
8 |
-
#newtab = true
|
9 |
-
|
10 |
-
[[social]]
|
11 |
-
identifier = "github"
|
12 |
-
name = "GitHub"
|
13 |
-
url = "https://github.com/CaiJimmy/hugo-theme-stack"
|
14 |
-
|
15 |
-
[social.params]
|
16 |
-
icon = "brand-github"
|
17 |
-
|
18 |
-
[[social]]
|
19 |
-
identifier = "twitter"
|
20 |
-
name = "Twitter"
|
21 |
-
url = "https://twitter.com"
|
22 |
-
|
23 |
-
[social.params]
|
24 |
-
icon = "brand-twitter"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config/_default/module.toml
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
[[imports]]
|
2 |
-
path = "hugo-brewm"
|
|
|
|
|
|
config/_default/params.toml
DELETED
@@ -1,150 +0,0 @@
|
|
1 |
-
# Pages placed under these sections will be shown on homepage and archive page.
|
2 |
-
mainSections = ["post"]
|
3 |
-
# Output page's full content in RSS.
|
4 |
-
rssFullContent = true
|
5 |
-
favicon = "/favicon.png"
|
6 |
-
|
7 |
-
[footer]
|
8 |
-
since = 2020
|
9 |
-
customText = ""
|
10 |
-
|
11 |
-
[dateFormat]
|
12 |
-
published = "Jan 02, 2006"
|
13 |
-
lastUpdated = "Jan 02, 2006 15:04 MST"
|
14 |
-
|
15 |
-
[sidebar]
|
16 |
-
emoji = "🍥"
|
17 |
-
subtitle = "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
18 |
-
|
19 |
-
[sidebar.avatar]
|
20 |
-
enabled = true
|
21 |
-
local = true
|
22 |
-
src = "img/avatar.png"
|
23 |
-
|
24 |
-
[article]
|
25 |
-
headingAnchor = false
|
26 |
-
math = false
|
27 |
-
readingTime = true
|
28 |
-
|
29 |
-
[article.license]
|
30 |
-
enabled = true
|
31 |
-
default = "Licensed under CC BY-NC-SA 4.0"
|
32 |
-
|
33 |
-
## Widgets
|
34 |
-
[[widgets.homepage]]
|
35 |
-
type = "search"
|
36 |
-
|
37 |
-
[[widgets.homepage]]
|
38 |
-
type = "archives"
|
39 |
-
|
40 |
-
[widgets.homepage.params]
|
41 |
-
limit = 5
|
42 |
-
|
43 |
-
[[widgets.homepage]]
|
44 |
-
type = "categories"
|
45 |
-
|
46 |
-
[widgets.homepage.params]
|
47 |
-
limit = 10
|
48 |
-
|
49 |
-
[[widgets.homepage]]
|
50 |
-
type = "tag-cloud"
|
51 |
-
|
52 |
-
[widgets.homepage.params]
|
53 |
-
limit = 10
|
54 |
-
|
55 |
-
[[widgets.page]]
|
56 |
-
type = "toc"
|
57 |
-
|
58 |
-
[opengraph.twitter]
|
59 |
-
site = ""
|
60 |
-
card = "summary_large_image"
|
61 |
-
|
62 |
-
[defaultImage.opengraph]
|
63 |
-
enabled = false
|
64 |
-
local = false
|
65 |
-
src = ""
|
66 |
-
|
67 |
-
[colorScheme]
|
68 |
-
toggle = true
|
69 |
-
default = "auto"
|
70 |
-
|
71 |
-
[imageProcessing.cover]
|
72 |
-
enabled = true
|
73 |
-
|
74 |
-
[imageProcessing.content]
|
75 |
-
enabled = true
|
76 |
-
|
77 |
-
## Comments
|
78 |
-
[comments]
|
79 |
-
enabled = true
|
80 |
-
provider = "disqus"
|
81 |
-
|
82 |
-
[comments.disqusjs]
|
83 |
-
shortname = ""
|
84 |
-
apiUrl = ""
|
85 |
-
apiKey = ""
|
86 |
-
admin = ""
|
87 |
-
adminLabel = ""
|
88 |
-
|
89 |
-
[comments.utterances]
|
90 |
-
repo = ""
|
91 |
-
issueTerm = "pathname"
|
92 |
-
label = ""
|
93 |
-
|
94 |
-
[comments.remark42]
|
95 |
-
host = ""
|
96 |
-
site = ""
|
97 |
-
locale = ""
|
98 |
-
|
99 |
-
[comments.vssue]
|
100 |
-
platform = ""
|
101 |
-
owner = ""
|
102 |
-
repo = ""
|
103 |
-
clientId = ""
|
104 |
-
clientSecret = ""
|
105 |
-
autoCreateIssue = false
|
106 |
-
|
107 |
-
[comments.waline]
|
108 |
-
serverURL = ""
|
109 |
-
lang = ""
|
110 |
-
visitor = ""
|
111 |
-
avatar = ""
|
112 |
-
emoji = ["https://cdn.jsdelivr.net/gh/walinejs/emojis/weibo"]
|
113 |
-
requiredMeta = ["name", "email", "url"]
|
114 |
-
placeholder = ""
|
115 |
-
|
116 |
-
[comments.waline.locale]
|
117 |
-
admin = "Admin"
|
118 |
-
|
119 |
-
[comments.twikoo]
|
120 |
-
envId = ""
|
121 |
-
region = ""
|
122 |
-
path = ""
|
123 |
-
lang = ""
|
124 |
-
|
125 |
-
[comments.cactus]
|
126 |
-
defaultHomeserverUrl = "https://matrix.cactus.chat:8448"
|
127 |
-
serverName = "cactus.chat"
|
128 |
-
siteName = ""
|
129 |
-
|
130 |
-
[comments.giscus]
|
131 |
-
repo = ""
|
132 |
-
repoID = ""
|
133 |
-
category = ""
|
134 |
-
categoryID = ""
|
135 |
-
mapping = ""
|
136 |
-
lightTheme = ""
|
137 |
-
darkTheme = ""
|
138 |
-
reactionsEnabled = 1
|
139 |
-
emitMetadata = 0
|
140 |
-
|
141 |
-
[comments.gitalk]
|
142 |
-
owner = ""
|
143 |
-
admin = ""
|
144 |
-
repo = ""
|
145 |
-
clientID = ""
|
146 |
-
clientSecret = ""
|
147 |
-
|
148 |
-
[comments.cusdis]
|
149 |
-
host = ""
|
150 |
-
id = ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config/_default/permalinks.toml
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
# Permalinks format of each content section
|
2 |
-
post = "/p/:slug/"
|
3 |
-
page = "/:slug/"
|
|
|
|
|
|
|
|
config/_default/related.toml
DELETED
@@ -1,12 +0,0 @@
|
|
1 |
-
# Related contents configuration
|
2 |
-
includeNewer = true
|
3 |
-
threshold = 60
|
4 |
-
toLower = false
|
5 |
-
|
6 |
-
[[indices]]
|
7 |
-
name = "tags"
|
8 |
-
weight = 100
|
9 |
-
|
10 |
-
[[indices]]
|
11 |
-
name = "categories"
|
12 |
-
weight = 200
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|