-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.toml
79 lines (64 loc) · 1.26 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
69
70
71
72
73
74
75
76
77
78
baseURL = "https://go-fed.org/"
languageCode = "en-us"
title = "Go-Fed"
disableKinds = ["taxonomy", "term"]
[markup.goldmark.renderer]
unsafe = true
[markup]
[markup.tableOfContents]
ordered = true
[markup.highlight]
# style previews at https://xyproto.github.io/splash/docs/
style = "friendly"
tabWidth = 3
guessSyntax = true
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 10
[[menu.main]]
identifier = "glance"
name = "ActivityPub At A Glance"
url = "/activitypub-glance/"
weight = 30
[[menu.main]]
identifier = "overview"
name = "Overview"
url = "/overview/"
weight = 20
[[menu.main]]
identifier = "app-tutorial"
name = "App Tutorial"
url = "/activitypub-tutorial/"
weight = 40
[[menu.main]]
identifier = "reference"
name = "Reference"
url = "/ref/"
weight = 50
[[menu.main]]
identifier = "streams"
name = "activity/streams"
url = "/ref/activity/streams/"
weight = 51
parent = "reference"
[[menu.main]]
identifier = "pub"
name = "activity/pub"
url = "/ref/activity/pub/"
weight = 52
parent = "reference"
[[menu.main]]
identifier = "httpsig"
name = "httpsig"
url = "/ref/httpsig/"
weight = 53
parent = "reference"
[[menu.main]]
identifier = "apcore"
name = "apcore"
url = "/ref/apcore/"
weight = 54
parent = "reference"