-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
56 lines (45 loc) · 1.62 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
theme = "blist"
languageCode = "en-US"
baseurl = "https://eodd.prewired.org"
title = "Prewired++ Emporium"
enableEmoji = true
[params]
description = "Prewired Emporium of Digital Delights project showcase"
name = "The Emporium of Digital Delights"
# Enable the darkmode toggle in header
darkModeToggle = false
# Enable search in header
enableSearch = true
# Custom copyright - optional
copyright = "Prewired is a Scottish Charity, SC047780 | © 2021 Prewired. Powered by Hugo & Blist. "
favicon = "favicon-32x32.png"
# Color for the intro details and social links block, not applicable for dark mode
# Supported values: Any color from TailwindCSS default colors
# Reference: https://tailwindcss.com/docs/customizing-colors
ascentColor = "bg-eodd-green"
backgroundColour = "bg-white"
footerColour = "bg-prewired-orange"
[params.homepage]
# title = "WELCOME TO THE EMPORIUM OF DIGITAL DELIGHTS!"
description = "PROJECTS DEVELOPED DURING THE PREWIRED++ 2021 HACKATHON"
photo = "/logo-colour-horizontal-large.png"
[params.homepage.social]
title = "Social"
description = "Follow us on Twitter for event updates, or check out our GitHub to see how we create websites like this!"
twitter = "https://twitter.com/prewired/"
linkedin = "https://linkedin.com/company/prewired/"
github = "https://github.com/prewired/"
[[menu.main]]
name = "About EoDD"
url = "/about"
[build]
writeStats = true
[outputs]
home = ["HTML", "RSS", "JSON"]
# syntax highlight settings
[markup]
[markup.highlight]
style = "dracula"
[markup.goldmark.renderer]
# Enable to include inline HTML
unsafe = true