AstraOS commited on
Commit
46e4f38
·
verified ·
1 Parent(s): bcd9fd2

Delete config

Browse files
config/_default/hugo.toml DELETED
@@ -1,213 +0,0 @@
1
- ## Base URL for the site
2
- baseURL = '/'
3
- ## Site title
4
- title = 'Example'
5
- ## Use hugo-brewm theme
6
- theme = 'hugo-brewm'
7
- ## Enable Git information for pages, (e.g. lastMod date information)
8
- enableGitInfo = true
9
- ## Convert all URLs to absolute URLs
10
- canonifyURLs = true
11
- ## Default language for content
12
- defaultContentLanguage = 'en'
13
- ## Put default language in subdirectory
14
- defaultContentLanguageInSubdir = true
15
- ## Show placeholder for missing translations
16
- enableMissingTranslationPlaceholders = true
17
- ## Use sections for main menu
18
- # sectionPagesMenu = 'main'
19
- ## Files to ignore when building site
20
- ignoreFiles = [ '\.redacted', '\.old','\.bak', '\.tmp', '\.swp', '\.DS_Store']
21
- ## Errors to ignore in logs
22
- # ignoreLogs = ['err-youtube-remote']
23
- ## Copyright notice
24
- copyright = 'Copyright 2025 (c) Foxxi'
25
-
26
- ## Front matter field configurations
27
- [frontmatter]
28
- ## Publication date fields
29
- date = [':default']
30
- ## Expiry date fields
31
- expiryDate = ['expiryDate', 'unpublishdate', ':default']
32
- ## Last modified date fields
33
- lastmod = ['lastmod', ':default'] ## ":fileModTime"
34
-
35
- ## Markup configuration
36
- [markup]
37
-
38
- ## Table of contents settings
39
- [markup.tableOfContents]
40
- ## Minimum heading level to include
41
- startLevel = 2
42
- ## Maximum heading level to include
43
- endLevel = 3
44
- ## Use ordered list for TOC
45
- ordered = false
46
-
47
- ## Code highlighting settings
48
- [markup.highlight]
49
- ## Enable code fence highlighting
50
- codeFences = true
51
- ## Lines to highlight
52
- hl_Lines = ""
53
- ## Starting line number
54
- lineNoStart = 1
55
- ## Show line numbers
56
- lineNos = false
57
- ## Put line numbers in table
58
- lineNumbersInTable = true
59
- ## Use classes for styling
60
- noClasses = false
61
- ## Width of tab character
62
- tabWidth = 4
63
-
64
- ## Goldmark markdown processor settings
65
- [markup.goldmark]
66
- [markup.goldmark.renderer]
67
- ## Allow HTML in markdown
68
- unsafe = true
69
-
70
- ## Sitemap configuration
71
- [sitemap]
72
- ## Change frequency setting (will affect posts listings layout): 'always', 'hourly', 'daily', 'weekly', 'monthly', 'yearly', 'never'
73
- # changeFreq = 'monthly'
74
- ## Disable sitemap generation
75
- # disable = false
76
- ## Output filename
77
- # filename = 'sitemap.xml'
78
- ## Priority setting
79
- # priority = -1
80
-
81
- ## RSS configuration
82
- [services.rss]
83
- ## Limit RSS item
84
- limit = -1
85
-
86
- ## Taxonomy configuration
87
- [taxonomies]
88
- ## Category taxonomy
89
- category = "categories"
90
- ## Tag taxonomy
91
- tag = "tags"
92
- ## Series taxonomy
93
- series = "series"
94
-
95
- ## Site parameters
96
- [params]
97
- ## Site title
98
- title = "Example"
99
- ## Site description
100
- description = "An ExampleSite built with Hugo and Hugo-Brewm theme"
101
- ## Copyright notice
102
- copyright = "Copyright 2025 (c) Foxxi"
103
- ## Enable extended metadata (social cards)
104
- extMeta = true
105
- ## Enable coffee metric
106
- coffeeStat = true
107
-
108
- ## Author information
109
- [params.author]
110
- ## site author's name
111
- name = 'Author Name'
112
- ## Author's email (will be used for RSS feed)
113
- email = '[email protected]'
114
- ## Co-authors information (optional)
115
- coauthor = [
116
- {name = "A.N. Other", bio = "This quick paragraph is written in site configuration (hugo.toml). Therefore, no markdown support. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."}
117
- ]
118
-
119
- ## Comments configuration
120
- [params.comments]
121
- ## Disable comments (disable fediverse comments)
122
- disabled = false
123
- ## Comment platform selection, currently only 'fediverse' is supported, further options to be determined
124
- # platform = 'fediverse'
125
-
126
- ## Fediverse integration settings
127
- [params.fediverse]
128
- ## Fediverse instance URL
129
- # instance = 'example.com'
130
- ## Fediverse username
131
- # username = 'username'
132
-
133
- ## Logo configuration
134
- [params.logo]
135
- ## Light mode logo mark
136
- # logoMark = 'https://example.com/logoMark.svg'
137
- ## Dark mode logo mark
138
- # logoMarkDark = 'https://example.com/logoMarkDark.svg'
139
- ## Enable logo type
140
- logoType = true
141
-
142
- ## Feed display settings
143
- [params.feed]
144
- ## Enable flowlines
145
- flowlines = true
146
- ## Limit number of flowlines
147
- flowlinesLimit = 21
148
-
149
- ## Home page display settings
150
- [params.home]
151
- ## Enable slide carousel
152
- disableSlide = false
153
- ## Enable taxonomy listing carousel
154
- disableListing = false
155
-
156
- ## Post display settings
157
- [params.posts]
158
- ## Enable text justification
159
- justifying = false
160
- ## Disable paragraph indentation
161
- noIndent = false
162
- ## Show colophon section (including QR code)
163
- colophon = true
164
- ## disable redaction history
165
- disableHistory = false
166
- ## SHow related content
167
- related = true
168
- ## Show share buttons
169
- share = true
170
-
171
- ## Search configuration
172
- [params.search]
173
- ## Enable search functionality, use duckduckgo (no javascript)
174
- enable = true
175
- ## Use pagefind search when javascript enabled, currently only 'pagefind' is supported, further options to be determined
176
- pagefind = true
177
-
178
- ## Typography settings
179
- [params.typeface]
180
- ## Use web safe fonts (will overide font selection below)
181
- webSafe = false
182
- ## Serif font selection
183
- roman = 'crimson'
184
- ## Sans-serif font selection
185
- sans = 'inter'
186
- ## use typeface stored in local server (pleaase download font's uri first)
187
- localHost = false
188
-
189
- ## Extended Metadata and Social card configuration
190
- [params.socialCard]
191
- ## Enable twitter and opengraph social cards (same .params.extMeta setting)
192
- enable = true
193
- ## Default social card image
194
- # image = "img/social-share.jpg" ## recommended resolution: 1200 x 630px
195
-
196
- ## Enable Twitter cards
197
- # twitter = true
198
- ## Twitter creator handle
199
- # twitterCreator = "@username"
200
- ## Twitter site handle
201
- # twitterSite = "@username"
202
-
203
- ## Enable OpenGraph
204
- # opengraph = true
205
- ## Facebook App ID
206
- # facebookAppID = "123456789"
207
- ## Facebook Admin ID
208
- # facebookAdmin = "USER_ID"
209
-
210
- ## Schema.org (only meta, not fully supported)
211
- # schema = true
212
- ## JsonLD (cannot validate permalink)
213
- # jsonLD = true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
config/_default/languages.toml DELETED
@@ -1,35 +0,0 @@
1
- [en]
2
- contentDir = 'content/en'
3
- disabled = false
4
- languageCode = 'en-GB'
5
- languageDirection = 'ltr'
6
- languageName = 'English'
7
- [en.pagination]
8
- disableAliases = false
9
- pagerSize = 12
10
- path = 'page'
11
- [en.taxonomies]
12
- author = 'author'
13
- category = 'categories'
14
- series = 'series'
15
- tag = 'tags'
16
-
17
- [id]
18
- contentDir = 'content/id'
19
- disabled = false
20
- languageCode = 'id-ID'
21
- languageDirection = 'ltr'
22
- languageName = 'Bahasa Indonesia'
23
- [id.pagination]
24
- disableAliases = false
25
- pagerSize = 12
26
- path = 'laman'
27
- [id.params.feed]
28
- flowlines = false
29
-
30
- [it]
31
- contentDir = 'content/it'
32
- disabled = false
33
- languageCode = 'it-IT'
34
- languageDirection = 'ltr'
35
- languageName = 'Italian'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
config/_default/menus.en.toml DELETED
@@ -1,275 +0,0 @@
1
- [[main]]
2
- name = 'Fork!'
3
- identifier = 'fork'
4
- weight = 3
5
- url = 'https://github.com/foxihd/hugo-brewm'
6
- pre = 'github'
7
-
8
- [[main]]
9
- name = 'Series'
10
- identifier = 'series'
11
- pageRef = '/series'
12
- weight = 1
13
-
14
- [[main]]
15
- name = 'A Series'
16
- identifier = 'series1'
17
- pageRef = '/'
18
- parent = 'series'
19
- Post = 'Example with post/description'
20
-
21
- [[main]]
22
- name = 'Another series'
23
- identifier = 'series2'
24
- pageRef = '/'
25
- parent = 'series'
26
-
27
- [[main]]
28
- name = 'Sustainable Development'
29
- identifier = 'series.sdg'
30
- pageRef = '/'
31
- parent = 'series'
32
- Post = 'Nested Menu example'
33
-
34
- [[main]]
35
- name = 'No Poverty'
36
- identifier = 'series.sdg.1'
37
- pageRef = '/'
38
- parent = 'series.sdg'
39
-
40
- [[main]]
41
- name = 'Zero Hunger'
42
- identifier = 'series.sdg.2'
43
- pageRef = '/'
44
- parent = 'series.sdg'
45
-
46
- [[main]]
47
- name = 'Good Health and Well-being'
48
- identifier = 'series.sdg.3'
49
- pageRef = '/'
50
- parent = 'series.sdg'
51
-
52
- [[main]]
53
- name = 'Quality Education'
54
- identifier = 'series.sdg.4'
55
- pageRef = '/'
56
- parent = 'series.sdg'
57
-
58
- [[main]]
59
- name = 'Gender Equality'
60
- identifier = 'series.sdg.5'
61
- pageRef = '/'
62
- parent = 'series.sdg'
63
-
64
- [[main]]
65
- name = 'Clean Water and Sanitation'
66
- identifier = 'series.sdg.6'
67
- pageRef = '/'
68
- parent = 'series.sdg'
69
-
70
- [[main]]
71
- name = 'Affordable and Clean Energy'
72
- identifier = 'series.sdg.7'
73
- pageRef = '/'
74
- parent = 'series.sdg'
75
-
76
- [[main]]
77
- name = 'Decent Work and Economic Growth'
78
- identifier = 'series.sdg.8'
79
- pageRef = '/'
80
- parent = 'series.sdg'
81
-
82
- [[main]]
83
- name = 'Industry, Innovation and Infrastructure'
84
- identifier = 'series.sdg.9'
85
- pageRef = '/'
86
- parent = 'series.sdg'
87
-
88
- [[main]]
89
- name = 'Reduced Inequalities'
90
- identifier = 'series.sdg.10'
91
- pageRef = '/'
92
- parent = 'series.sdg'
93
-
94
- [[main]]
95
- name = 'Sustainable Cities and Communities'
96
- identifier = 'series.sdg.11'
97
- pageRef = '/'
98
- parent = 'series.sdg'
99
-
100
- [[main]]
101
- name = 'Responsible Consumption and Production'
102
- identifier = 'series.sdg.12'
103
- pageRef = '/'
104
- parent = 'series.sdg'
105
-
106
- [[main]]
107
- name = 'Climate Action'
108
- identifier = 'series.sdg.13'
109
- pageRef = '/'
110
- parent = 'series.sdg'
111
-
112
- [[main]]
113
- name = 'Life Below Water'
114
- identifier = 'series.sdg.14'
115
- pageRef = '/'
116
- parent = 'series.sdg'
117
-
118
- [[main]]
119
- name = 'Life on Land'
120
- identifier = 'series.sdg.15'
121
- pageRef = '/'
122
- parent = 'series.sdg'
123
-
124
- [[main]]
125
- name = 'Peace, Justice and Strong Institutions'
126
- identifier = 'series.sdg.16'
127
- pageRef = '/'
128
- parent = 'series.sdg'
129
-
130
- [[main]]
131
- name = 'Partnerships for the Goals'
132
- identifier = 'series.sdg.17'
133
- pageRef = '/'
134
- parent = 'series.sdg'
135
-
136
- [[main]]
137
- name = 'Works'
138
- identifier = 'works'
139
- pageRef = '/'
140
- weight = 2
141
-
142
- [[main]]
143
- name = 'Commission'
144
- identifier = 'commission'
145
- pageRef = '/'
146
- parent = 'works'
147
- Post = 'Example Menu'
148
- weight = 1
149
-
150
- [[main]]
151
- name = 'Project'
152
- identifier = 'project'
153
- pageRef = '/'
154
- parent = 'works'
155
- Post = 'My current projects'
156
- weight = 2
157
-
158
- [[main]]
159
- name = 'Gallery'
160
- identifier = 'gallery'
161
- pageRef = '/'
162
- parent = 'works'
163
- Post = 'Well, actually, silly stuff'
164
- weight = 3
165
-
166
- [[more]]
167
- name = 'Resources'
168
- identifier = 'resources'
169
- pageRef = '/'
170
- weight = 3
171
-
172
- [[more]]
173
- name = 'About'
174
- identifier = 'about'
175
- pageRef = '/'
176
- weight = 5
177
-
178
- [[more]]
179
- name = 'Sustainability'
180
- identifier = 'sustainability'
181
- pageRef = '/'
182
- parent = 'about'
183
- weight = 1
184
-
185
- [[more]]
186
- name = 'Author'
187
- identifier = 'author'
188
- pageRef = '/author'
189
- parent = 'about'
190
- weight = 2
191
-
192
- [[author-name]]
193
- name = ''
194
- identifier = '@user-name'
195
- pageRef = '/'
196
- weight = 1
197
- pre = 'bluesky'
198
-
199
- [[author-name]]
200
- identifier = 'discord'
201
- pageRef = '/'
202
- weight = 2
203
- pre = 'discord'
204
-
205
- [[author-name]]
206
- name = ''
207
- identifier = 'mastodon'
208
- pageRef = '/'
209
- weight = 3
210
- pre = 'mastodon'
211
-
212
- [[more]]
213
- name = 'More Menu'
214
- identifier = 'more.menu'
215
- pageRef = '/'
216
- weight = 99
217
-
218
- [[more]]
219
- name = 'That'
220
- identifier = 'more.menu.that'
221
- parent = 'more.menu'
222
- pageRef = '/'
223
-
224
- [[more]]
225
- name = 'Never'
226
- identifier = 'more.menu.that.never'
227
- parent = 'more.menu.that'
228
- pageRef = '/'
229
-
230
- [[more]]
231
- name = 'Too'
232
- identifier = 'more.menu.that.never.too'
233
- parent = 'more.menu.that.never'
234
- pageRef = '/'
235
-
236
- [[more]]
237
- name = 'Deep'
238
- identifier = 'more.menu.that.never.too.deep'
239
- parent = 'more.menu.that.never.too'
240
- pageRef = '/'
241
-
242
- [[footer]]
243
- identifier = 'figma'
244
- pageRef = '/'
245
- weight = 1
246
- name = 'figma'
247
- pre = 'figma'
248
-
249
- [[footer]]
250
- identifier = 'hashnode'
251
- pageRef = '/'
252
- weight = 2
253
- name = 'hashnode'
254
- pre = 'hashnode'
255
-
256
- [[footer]]
257
- identifier = 'email'
258
- pageRef = '/'
259
- weight = 3
260
- name = 'email'
261
- pre = 'email'
262
-
263
- [[footer]]
264
- identifier = 'linkedin'
265
- pageRef = '/'
266
- weight = 4
267
- name = 'linkedin'
268
- pre = 'linkedin'
269
-
270
- [[footer]]
271
- identifier = 'karyakarsa'
272
- pageRef = '/'
273
- weight = 5
274
- name = 'karya karsa'
275
- pre = 'karyakarsa'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
config/_default/menus.id.toml DELETED
File without changes