-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
50 lines (41 loc) · 878 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
45
46
47
48
49
50
baseURL = "https://gg-scm.io/"
languageCode = "en-us"
title = "gg"
disableKinds = ["taxonomy", "taxonomyTerm"]
copyright = "Copyright © 2018–2024 The gg Authors"
[permalinks]
commands = "/cmd/:filename/"
workflows = "/workflow/:filename/"
[markup.highlight]
style = "github"
[markup.goldmark.renderer]
unsafe = true
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "workflows"
name = "Workflows"
url = "/workflow/"
weight = 2
[[menu.main]]
identifier = "commands"
name = "Commands"
url = "/cmd/"
weight = 3
[[menu.main]]
identifier = "install"
name = "Install"
url = "/install/"
weight = 4
[[menu.main]]
identifier = "github"
name = "GitHub"
url = "https://github.com/gg-scm/gg"
weight = 5
[params]
licenseURL = "https://github.com/gg-scm/gg-scm.io/blob/main/LICENSE"
latestRelease = "1.3.1"
releaseDate = "2023-12-01"