-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
79 lines (66 loc) · 1.65 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
79
baseURL = "https://bioarchlinux.org/"
languageCode = "en-us"
title = "BioArchLinux"
theme = "hugo-theme-bioarchlinux"
[markup.goldmark.renderer]
unsafe= true
[[menu.main]]
Name = "Docker"
URL = "https://hub.docker.com/r/bioarchlinux/bioarchlinux"
Title = "Get BioArchLinux on docker"
weight = 1
[[menu.main]]
Name = "WSL"
URL = "https://github.com/BioArchLinux/wsl"
Title = "Get BioArchLinux on WSL"
weight = 0
[[menu.main]]
Name = "Status"
URL = "https://build.bioarchlinux.org/"
Title = "Find and track bugs"
weight = -1
[[menu.main]]
Name = "Repository"
URL = "https://repo.bioarchlinux.org"
Title = "BioArchLinux Database"
weight = -2
[[menu.main]]
Name = "Wiki"
URL = "https://wiki.bioarchlinux.org/"
Title = "Community documentation"
weight = -3
[[menu.main]]
Name = "Chat"
URL = "https://matrix.to/#/#bioarchlinux:matrix.org"
Title = "Community chat"
weight = -4
[[menu.main]]
Name = "Packages"
URL = "https://bioarchlinux.org/packages"
Title = "BioArchLinux Packages"
weight = -5
[[menu.main]]
Name = "Home"
URL = "https://bioarchlinux.org/"
Title = "Return to the main page"
weight = -6
[[menu.sidebar]]
Name = "Usage"
URL = "https://wiki.bioarchlinux.org/index.php?title=Usage"
Title = "Usage"
weight = -1
[[menu.sidebar]]
Name = "Mirror"
URL = "https://raw.githubusercontent.com/BioArchLinux/mirror/main/pacman.conf.bio"
Title = "Mirror"
weight = 0
[[menu.sidebar]]
Name = "Contribution"
URL = "https://wiki.bioarchlinux.org/index.php?title=Contribution"
Title = "Contribution"
weight = 1
[[menu.sponsor]]
Name = "xTom"
URL = "https://v.ps/"
Title = "xTom"
weight = 1