forked from madskjeldgaard/hyaline.systems-public
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
92 lines (69 loc) · 1.91 KB
/
hugo.toml
File metadata and controls
92 lines (69 loc) · 1.91 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
baseURL = 'https://hyaline.systems/'
languageCode = 'en-us'
title = 'hyaline.systems'
theme = ["hugo-video","hyaline-theme", "hugo-audio", "hugo-shop"]
pygmentsCodefences = true
pygmentsStyle = "nord"
description = "A tiny creative technology studio based in Copenhagen, Denmark."
# Add links to the footer
# Format: [[params.footerLinks]]
[[params.footerLinks]]
title = "📟 Open Source Hardware"
url = "https://codeberg.org/hyaline-systems"
[[params.footerLinks]]
title = "madskjeldgaard.dk"
url = "https://madskjeldgaard.dk"
[params.social]
# instagram = "https://instagram.com/madskjeld"
mastodon = "https://mastodon.social/@hyalinesystems"
# bandcamp = "https://mads-kjeldgaard.bandcamp.com/"
github = "https://github.com/hyaline-systems"
[outputs]
home = ["html", "rss"]
# Site parameters
[params]
email = "hi@hyaline.systems"
siteSourceCode = "https://github.com/madskjeldgaard/hyaline.systems-public"
# Sub title
subtitle = ''
# Description
description = ''
purchaseInfo = "For now, you can purchase products by simply sending an email with the products you want to buy, the quantity and your shipping info, and we will get back to you with payment details :)"
purchaseEmail = "hi@hyaline.systems"
# Menu
[[menu.main]]
identifier = "hyaline.systems"
name = "⊂(◉‿◉)つ"
url = "/"
weight = 1
[[menu.main]]
identifier = "blog"
name = "blog"
url = "/blog"
weight = 2
[[menu.main]]
identifier = "electronics"
name = "electronics"
url = "/electronics"
weight = 3
[[menu.main]]
identifier = "mastodon"
name = "mastodon"
url = "https://mastodon.social/@hyalinesystems"
weight = 4
[[menu.main]]
identifier = "rss"
name = "rss"
url = "/index.xml"
weight = 5
[[menu.main]]
# Minify all output
[minify]
minifyOutput = true
disableHTML = false
disableCSS = false
disableJS = false
disableJSON = false
disableSVG = false
disableXML = false
disableMedia = true