forked from deginner/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
43 lines (36 loc) · 990 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
title = "Deginner"
baseurl = "http://deginner.com/"
languageCode = "en-us"
[params]
# Meta parameters.
language = "en"
encoding = "utf-8"
keywords = ["Python", "JavaScript", "Decentralized", "Decentralization", "System D", "Systeme D", "Blockchain", "open source"]
description = "Open source software development for decentralization, blockchains and system D"
# Top section of the website.
topAnchor = "top"
logo = "http://i.imgur.com/MINlVoa.png"
title = "Deginner"
tagline = "Building open source things and putting 'D's in the names instead of 'bit's and 'coin's"
[blackfriday]
hrefTargetBlank = true
[[menu.main]]
name = "Home"
weight = 1
identifier = "home"
url = "/"
[[menu.main]]
name = "Projects"
weight = 2
identifier = "projects"
url = "/projects"
[[menu.main]]
name = "Incubator"
weight = 3
identifier = "incubator"
url = "/incubator"
[[menu.main]]
name = "Contact"
weight = 4
identifier = "contact"
url = "/contact"