-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
68 lines (55 loc) · 1.33 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
baseURL = "https://ix.labitat.dk/"
languageCode = "en-us"
title = "LabIX"
copyright = "LabIX project. [website Git repository](https://github.com/labitat/ix.labitat.dk)"
enableRobotsTXT = true
timezone = "Europe/Copenhagen"
enableGitInfo = true
[[module.imports]]
path = "github.com/willfaught/paige"
[paige.analytics]
disable = true
[paige.comments]
disable = true
[paige.date]
format = ":date_long"
source = "modified"
[paige.menu]
breakpoint = "sm"
style = "tabs"
[languages.en]
weight = 10
staticDir = "static"
[[languages.en.menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 10 # Sort by weight, left side weighs less
[[languages.en.menu.main]]
identifier = "members"
name = "Members"
url = "/members/"
weight = 20
[[languages.en.menu.main]]
identifier = "documentation"
name = "Documentation"
url = "/documentation/"
weight = 30
[[languages.en.menu.main]]
identifier = "bornhack"
name = "BornHack"
url = "/BornHack/"
weight = 40
[languages.en.menu.main.params.paige]
divider_below = true
# Git dates
[frontmatter]
date = ['date', 'publishDate', 'lastmod']
expiryDate = ['expiryDate']
lastmod = [':git', 'lastmod', 'date', 'publishDate']
publishDate = ['publishDate', 'date']
[outputs]
home = ["html", "json", "rss"]
members = ["html", "json", "rss"]
documentation = ["html", "json", "rss"]
bornhack = ["html", "json", "rss"]