-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.toml
More file actions
35 lines (27 loc) · 797 Bytes
/
config.toml
File metadata and controls
35 lines (27 loc) · 797 Bytes
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
baseURL = "https://codelibrary.huwize.com"
languageCode = "en-us"
title = "Codelibrary"
sectionPagesMenu = "main"
googleAnalytics = "UA-41201218-21"
[taxonomies]
tag = "tags"
[outputFormats.Algolia]
baseName = "algolia"
isPlainText = true
mediaType = "application/json"
notAlternative = true
[params.algolia]
vars = ["title", "description", "content", "section", "permalink", "relpermalink"]
params = ["section", "tags"]
[outputs]
home = ["HTML", "RSS", "Algolia"]
[module]
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "node_modules/bulma"
target = "assets/scss/bulma"
# Disable Hugo Markdown code highlight to avoid conflicts with Prism.js (and therefore let Prism.js do the job)
[markup.highlight]
noClasses = false