forked from bep/hugo-alpine-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
33 lines (30 loc) · 818 Bytes
/
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
baseURL = "https://agitated-kilby-da786e.netlify.com/"
disableKinds = ["section", "taxonomy", "taxonomyTerm"]
[permalinks]
posts = "/:2006/:01/:02/:title/"
[module]
[[module.imports]]
path = "github.com/gohugoio/hugo-mod-jslibs/alpinejs/v3"
[[module.imports]]
path="github.com/bep/portable-hugo-links"
[[module.imports]]
path = "github.com/jgthms/bulma"
[[module.imports.mounts]]
source = "bulma.sass"
target = "assets/bulma.sass"
[[module.imports.mounts]]
source = "sass"
target = "assets/sass"
[[module.imports]]
path = "github.com/FortAwesome/Font-Awesome"
[[module.imports.mounts]]
source = "scss"
target = "assets/fontawesome/scss"
[[module.imports.mounts]]
source = "webfonts"
target = "static/webfonts"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
hardWraps = false
unsafe = true