-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhugo.toml
71 lines (63 loc) · 1.9 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
title = "University of Stirling Computer Club"
baseURL = "https://stirlingcomputer.club"
languageCode = "en-gb"
theme = ["github.com/lower-elements/elemental", "github.com/dzello/reveal-hugo"]
[params]
shortTitle = "USCC"
description = """
We're the USCC, the University of Stirling's computing society. Join us to learn about trending technological topics,
get insight into what's popular at the moment in tech, and most of all, meet awesome people with similar interests.
"""
[params.author]
name = "USCC team"
email = "[email protected]"
url = "https://github.com/orgs/Stirling-uscc/people"
[menu]
[[menu.main]]
identifier = "linktree"
name = "Links"
weight = -10
url = "https://linktr.ee/stirlingcomputerclub"
[[menu.main]]
identifier = "membership"
name = "Buy Membership"
weight = 0
url = "https://www.stirlingstudentsunion.com/societies/6155/"
[[menu.social]]
identifier = "instagram"
name = "Instagram (stirlingcomputerclub)"
weight = -70
url = "https://www.instagram.com/computerclubstirling"
[[menu.social]]
identifier = "github"
name = "Github (stirling-uscc)"
weight = -50
url = "https://github.com/stirling-uscc"
[[menu.social]]
identifier = "youtube"
name = "YouTube (University of Stirling Computer Club)"
weight = -45
url = "https://www.youtube.com/channel/UC25J5Kd3A4wMmZ9UHxtf-FA"
[[menu.social]]
identifier = "whatsapp"
name = "WhatsApp group"
weight = -30
url = "https://chat.whatsapp.com/CeAfqpJUujo6IZIoJ8iMbG"
[[menu.social]]
identifier = "discord"
name = "Discord (USCC server)"
weight = -20
url = "https://discord.gg/DZnAvAnhKD"
[markup.goldmark.renderer]
unsafe = true
[outputFormats.Reveal]
baseName = "index"
mediaType = "text/html"
isHTML = true
[module]
[[module.imports]]
path = "github.com/lower-elements/elemental"
disable=false
[[module.imports]]
path = "github.com/dzello/reveal-hugo"
disable=false