-
Notifications
You must be signed in to change notification settings - Fork 19
/
config.toml
47 lines (39 loc) · 1.06 KB
/
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
baseURL = "http://nav-e.me/"
languageCode = "en-us"
title = "nav-e"
theme = "minimal"
[params]
accent = "green"
showBorder = true
backgroundColor = "white"
font = "Roboto" # should match the name on Google Fonts!
highlight = true
highlightStyle = "solarized-dark"
highlightLanguages = ["go", "javascript"]
[[menu.main]]
url = "/landing_page"
name = "Home"
weight = 1
[[menu.main]]
url = "/docs/"
name = "Docs"
weight = 2
# Social icons to be shown on the right-hand side of the navigation bar
# The "name" field should match the name of the icon to be used
# The list of available icons can be found at http://fontawesome.io/icons/
[[menu.icon]]
url = "https://github.com/nav-e/"
name = "github"
weight = 1
[[menu.icon]]
url = "https://twitter.com/username/"
name = "twitter"
weight = 3
[[menu.icon]]
url = "https://www.linkedin.com/in/username/"
name = "linkedin"
weight = 4
[[menu.icon]]
url = "https://www.stackoverflow.com/username/"
name = "stack-overflow"
weight = 5