-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml
More file actions
133 lines (110 loc) · 2.91 KB
/
config.toml
File metadata and controls
133 lines (110 loc) · 2.91 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
baseURL = "https://loongarchlinux.org/"
languageCode = "zh-cn"
title = "Loong Arch Linux"
#theme = "arch"
theme = "loongarchlinux"
description = "LoongArch ArchLinux"
copyright = "Copyright © 2022-{year} Community Team. All Rights Reserved."
dateFormat = "2006年01月02日"
hasCJKLanguage = true
pagination.pagerSize = 5
lang="zh-cn"
[archive]
dateFormat = "01-02"
[markup.goldmark.renderer]
unsafe= true
[[menu.main]]
Name = "首页"
URL = "/"
Title = "返回到主页面"
weight = -7
[[menu.main]]
Name = "下载"
URL = "/pages/download/"
Title = "下载 Loong Arch Linux"
weight = 0
[[menu.main]]
Name = "AUR"
URL = "https://aur.archlinux.org/"
Title = "Arch Linux User Repository"
weight = -1
[[menu.main]]
Name = "软件包"
URL = "/packages/"
Title = "Loong Arch Linux 软件包数据库"
weight = -6
[[menu.sidebar_user]]
Name = "用户论坛"
URL = "https://bbs.loongarch.org/t/archlinux-distro"
Title = "Loong Arch Linux 用户论坛"
weight = 1
[[menu.sidebar_user]]
Name = "安装指南"
URL = "/pages/install/"
Title = "Loong Arch Linux 安装指南"
weight = 2
[[menu.sidebar_user]]
Name = "镜像列表"
URL = "/pages/mirrorlist/"
Title = "Loong Arch Linux 镜像列表"
weight = 3
[[menu.sidebar_user]]
Name = "归档文章"
URL = "/posts/"
Title = "Loong Arch Linux 归档文章"
weight = 8
[[menu.sidebar_develop]]
Name = "GitHub 仓库"
URL = "https://github.com/loongarchlinux"
Title = "GitHub 源码包仓库"
weight = 1
[[menu.sidebar_develop]]
Name = "补丁集仓库"
URL = "https://github.com/lcpu-club/loongarch-packages"
Title = "软件包补丁集"
weight = 2
[[menu.sidebar_develop]]
Name = "软件包状态"
URL = "https://loongarchlinux.lcpu.dev/status"
Title = "软件包开发状态查询"
weight = 3
[[menu.sidebar_develop]]
Name = "软件包统计"
URL = "https://loongarchlinux.lcpu.dev/stat"
Title = "发行版软件包完成度对比统计"
weight = 4
[[menu.sidebar_develop]]
Name = "开发者论坛"
URL = "https://github.com/orgs/loongarchlinux/discussions"
Title = "Loong Arch Linux 开发者论坛"
weight = 5
[[menu.sidebar_resource]]
Name = "Great Loongson Union"
URL = "https://github.com/loongson"
Title = "Great Loongson Union"
weight = 1
[[menu.sidebar_resource]]
Name = "LoongArch64"
URL = "https://github.com/loongarch64"
Title = "LoongArch64"
weight = 2
[[menu.sidebar_resource]]
Name = "LoongArch 开放社区"
URL = "https://loongarch.dev"
Title = "LoongArch 开放社区"
weight = 3
[[menu.sidebar_resource]]
Name = "LA UOSC"
URL = "https://bbs.loongarch.org"
Title = "LA UOSC社区"
weight = 4
[[menu.sidebar_resource]]
Name = "龙芯爱好者社区"
URL = "https://www.loongbbs.cn"
Title = "龙芯爱好者社区"
weight = 5
[[menu.sidebar_resource]]
Name = "咱龙了吗?"
URL = "https://areweloongyet.com"
Title = "咱龙了吗?"
weight = 6