-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
58 lines (46 loc) · 1.74 KB
/
hugo.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
baseURL = 'https://roundup.stlgame.dev' # this will change eventually
languageCode = 'en-us'
title = 'St Louis Game Developer RoundUp'
enableEmoji = true
[params]
explanation = "The St Louis Game Developer RoundUp is a monthly news aggregator for the St Louis Game Development community. It is a collection of news, events, and other items of interest to the community."
github = "https://github.com/AxolStudio/STLGameDevRoundUp"
shareText = "Check out St Louis Game Dev RoundUp № %s!"
keywords = "indie game development, game development, game developers, game dev, indie games, indie game developers, indie game dev, st louis, saint louis, missouri, mo"
[params.author]
name = "Tim I Hely"
email = "tim@axolstudio.com"
relativeURLs = false
publishDir = "public/"
disableKinds = ["taxonomy", "term", "RSS", "taxonomyTerm","section"]
ignoreErrors = ["error-disable-taxonomy", "error-no-layout"]
[taxonomies]
[markup.goldmark.renderer]
unsafe = true
[outputFormats.email]
mediaType = "text/html"
isHTML = true
name = "email"
permalinkable = false
baseName = "email"
notAlternative = true
[outputs]
home = ["HTML", "RSS", "json"]
section = ["HTML", "RSS"]
page = ["HTML", "EMAIL"]
[module]
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "node_modules/bootstrap/scss"
target = "assets/scss/bootstrap"
[[module.mounts]]
source = "node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
target = "assets/js/bootstrap.bundle.min.js"
[[module.mounts]]
source = "node_modules/bootstrap/dist/js/bootstrap.bundle.js"
target = "assets/js/bootstrap.bundle.js"
[[module.mounts]]
source = "node_modules/bootstrap-icons/font/fonts"
target = "static/css/fonts"