forked from darlinghq/www.darlinghq.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
43 lines (40 loc) · 863 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
baseurl = "https://www.darlinghq.org/"
languageCode = "en-us"
title = "Darling"
theme = "darlinghq"
[[menu.main]]
name = "Introduction"
url = "/introduction/"
weight = 0
[[menu.main]]
name = "Project Status"
url = "/project-status/"
weight = 1
[[menu.main]]
name = "Source Code"
url = "/source-code/"
weight = 2
[[menu.main]]
name = "FAQ"
url = "/faq/"
weight = 3
[[menu.main]]
name = "Developer Zone"
url = "/developer-zone/"
weight = 4
[[menu.main]]
name = "Contact"
url = "/contact/"
weight = 5
[[menu.sites]]
name = "Wiki"
url = "https://wiki.darlinghq.org"
[[menu.sites]]
name = "GitHub Site"
url = "https://github.com/darlinghq/darling"
[[menu.sites]]
name = "Issue Tracker"
url = "https://github.com/darlinghq/darling/issues"
[[menu.sites]]
name = "Google Group"
url = "https://groups.google.com/forum/#!forum/darling-project"