-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhugo.toml
76 lines (65 loc) · 1.95 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
baseURL = 'https://stlgame.dev/'
languageCode = 'en-us'
title = 'STLGameDev'
enableEmoji = true
[params]
keywords = "st louis, stl, saint louis, missouri, mo, video game, game development, games, video games, tabletop games, board games, gamedev, game dev, indie dev, indie game dev, community, club, group"
description ="STLGameDev is a community run organization dedicated to providing social, educational, and professional resources for game developers in the St. Louis area."
tagline = "The Home for Game Developers in and around St. Louis, Mo"
title = 'STLGameDev'
author = 'The STLGameDev Admin Team'
images = ['meta-image.png']
[params.social]
twitter = 'STLGameDev'
relativeURLs = false
publishDir = "public/"
[[menus.main]]
name = "About"
pageref = "/about"
weight = 10
[[menus.main]]
name = "News"
pageref = "/news"
weight = 20
[[menus.main]]
name = "Blog"
pageref = "/blog"
weight = 30
[[menus.main]]
name = "Events"
pageref = "/events"
weight = 40
[[menus.main]]
name = "Directory"
pageref = "/directory"
weight = 60
[[menus.main]]
name = "Resources"
pageref = "/resources"
weight = 60
[ menus.main.params ]
disabled = true
[markup.goldmark.renderer]
unsafe = true
[taxonomies]
tag = "tags"
author = 'authors'
[module]
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "node_modules/bootstrap/scss"
target = "assets/scss/bootstrap"
[[module.mounts]]
source = "node_modules/jquery/dist/jquery.min.js"
target = "assets/js/jquery.min.js"
[[module.mounts]]
source = "node_modules/rss-parser/dist/rss-parser.min.js"
target = "assets/js/rss-parser.min.js"
[[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"