-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
48 lines (37 loc) · 932 Bytes
/
config.toml
File metadata and controls
48 lines (37 loc) · 932 Bytes
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
baseURL = 'https://madelongorter.github.io/'
languageCode = 'en-us'
title = 'Portfolio website'
theme= 'PaperMod'
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/about"
weight = 2
[[menu.main]]
name = "Documentation"
url = "/documentation"
weight = 3
[[menu.main]]
name = "Contribute"
url = "/contribute"
weight = 4
[[menu.main]]
name = "Blog"
url = "/blog"
weight = 5
[[menu.main]]
name = "Post"
url = "/post"
weight = 6
[params]
defaultTheme = "dark"
[params.homeInfoParams]
Title = "Hi there 👋"
Content = "Welcome to the coat assistant website! You are able to find all the information to make your own coat assistant. Currently the website is a work in progress which means that many things are not finished."
[[params.socialIcons]]
name = "email"
url = "mailto:m.gorter@student.utwente.nl"