-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
44 lines (37 loc) · 886 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
MetaDataFormat = "yaml"
theme = "solstice"
languageCode = "en-us"
title = "Project - website template"
baseurl = "https://ttoine.github.io/hugo-template-test/"
[params]
description = "A empty Hugo template to build static websites for the Eclipse projects"
author = "Antoine THOMAS and the Eclipse Foundation"
logo = "images/logo.png"
[taxonomies]
tag = "tags"
group = "groups"
[[menu.main]]
name = "Home"
weight = -200
identifier = "home"
url= "/"
[[menu.main]]
name = "Getting Started"
weight = -150
identifier = "gettingstarted"
url= "/gettingstarted/"
[[menu.main]]
name = "Documentation"
weight = -120
identifier = "documentation"
url= "/documentation/"
[[menu.main]]
name = "Community"
weight = -110
identifier = "community"
url= "/community/"
[[menu.main]]
name = "About"
weight = -100
identifier = "About"
url= "/about/"