-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
50 lines (40 loc) · 888 Bytes
/
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
baseURL = "https://www.quickprint.io/"
languageCode = "en-us"
title = "QuickPrint.IO"
theme = "beautifulhugo"
metaDataFormat = "yaml"
[params]
logo = "logo.png"
[Author]
name = "Caio dos Santos Cotts Quintão"
email = "[email protected]"
facebook = "quickprint.io"
# snapchat = "quickprint.io"
# instagram = "quickprint.io"
# 3dhubs = "quickprint.io"
[[menu.main]]
name = "About"
url = "page/about/"
weight = 3
# [[menu.main]]
# identifier = "learn"
# name = "Learn"
# weight = 2
# [[menu.main]]
# parent = "learn"
# name = "How to print"
# url = "page/how-to-print/"
# weight = 1
# [[menu.main]]
# parent = "learn"
# name = "Slicing"
# url = "page/slicing/"
# weight = 2
[[menu.main]]
name = "Home"
url = ""
weight = 1
# [[menu.main]]
# name = "Buy"
# url = "/page/buy/"
# weight = 4