-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
125 lines (94 loc) · 2.3 KB
/
config.yaml
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
baseURL: "https://lix.systems/"
theme: "lix"
languageCode: "en-us"
title: "Lix"
summaryLength: 20
params:
title: "Lix"
description: "Lix is an independent variant of the Nix package manager, developed by a team of open-source volunteers, and maintained by and for a passionate community of users."
images:
- "images/hero-image.png"
logo: "lix_logo.png"
favicons:
themeColor: "#FFFFFF"
backgroundColor: "#FFFFFF"
faviconColor: "#000000"
social:
twitter: "https://twitter.com/LixProject"
mastodon: "https://chaos.social/@lix_project"
matrix: "https://matrix.to/#/#space:lix.systems"
github: "https://github.com/lix-project"
git: "https://git.lix.systems/lix-project"
contact:
- "General Inquiries: [email protected]"
- "Security Reports: [email protected]"
copyright: "Content licensed under CC-BY-SA-4.0 or LGPL-2.0-or-later."
menus:
main:
- name: "Home"
url: "/#hero"
weight: 1
- name: "About Lix"
url: "/about"
weight: 2
- name: "FAQs"
url: "/faq"
weight: 2
- name: "Resources"
url: "/resources"
weight: 3
- name: "Community"
url: "/community"
weight: 4
- name: News
url: "/blog"
weight: 5
- name: "Docs"
url: "https://docs.lix.systems/manual/lix/stable"
weight: 6
- name: "Code"
url: "https://git.lix.systems/lix-project/lix"
weight: 7
- name: "Wiki"
url: "https://wiki.lix.systems/books"
weight: 8
buttons:
- name: "Install Lix"
url: "/install"
weight: 5
pre: "btn btn-primary text-light"
aboutus:
- name: "Why Lix?"
url: "/about#why-lix"
weight: 1
- name: "About Lix"
url: "/about"
weight: 2
- name: "The Lix Team"
url: "/team"
weight: 4
- name: "FAQs"
url: "/faq"
weight: 5
resources:
- name: "Wiki"
url: "https://wiki.lix.systems"
weight: 1
- name: "Community"
url: "/community"
weight: 2
- name: "Nix Resources"
url: "/resources"
weight: 2
- name: "Source Repositories"
url: "https://git.lix.systems/lix-project"
weight: 4
taxonomies:
series: "series"
tags: "tags"
markup:
goldmark:
renderer:
unsafe: true
highlight:
style: manni