lix-website/config.yaml

122 lines
2.2 KiB
YAML
Raw Permalink Normal View History

baseURL: "https://lix.systems/"
2024-04-27 03:39:10 +00:00
theme: "lix"
languageCode: "en-us"
title: "Lix"
summaryLength: 20
params:
title: "Lix"
2024-04-27 21:37:33 +00:00
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."
2024-04-27 03:39:10 +00:00
images:
- "images/hero-image.png"
logo: "lix_logo.png"
favicons:
themeColor: "#FFFFFF"
backgroundColor: "#FFFFFF"
faviconColor: "#000000"
social:
twitter: "https://twitter.com/LixProject"
2024-05-02 03:03:58 +00:00
mastodon: "https://chaos.social/@lix_project"
matrix: "https://matrix.to/#/#space:lix.system"
github: "https://github.com/lix-project"
2024-05-05 17:06:04 +00:00
git: "https://git.lix.systems/lix-project"
2024-04-27 03:39:10 +00:00
contact:
2024-04-28 03:48:13 +00:00
- "General Inquiries: info@lix.systems"
- "Security Reports: security@lix.systems"
2024-04-27 03:39:10 +00:00
2024-04-27 21:59:51 +00:00
copyright: "Content licensed under CC-BY-SA-4.0 or LGPL-2.0-or-later."
2024-04-27 03:39:10 +00:00
menus:
main:
- name: "Home"
url: "/#hero"
weight: 1
- name: "About Lix"
url: "/about"
weight: 2
2024-05-01 23:43:25 +00:00
- name: "FAQs"
url: "/faq"
weight: 2
2024-04-27 03:39:10 +00:00
2024-04-28 01:20:05 +00:00
#- name: "Docs"
# url: "/#"
# weight: 4
2024-04-27 03:39:10 +00:00
2024-04-28 03:48:13 +00:00
- name: "Resources"
url: "/resources"
2024-04-28 05:21:16 +00:00
weight: 5
2024-04-28 03:48:13 +00:00
2024-04-27 03:39:10 +00:00
- name: "Community"
url: "/community"
2024-04-28 05:21:16 +00:00
weight: 6
- name: "Code"
url: "https://git.lix.systems/lix-project/lix"
weight: 7
2024-04-27 03:39:10 +00:00
- name: "Wiki"
2024-04-28 03:24:34 +00:00
url: "https://wiki.lix.systems/books"
2024-04-28 05:21:16 +00:00
weight: 8
2024-04-27 03:39:10 +00:00
buttons:
2024-05-01 23:43:25 +00:00
- name: "Install Lix (beta)"
2024-04-28 02:32:25 +00:00
url: "/install"
2024-04-27 03:39:10 +00:00
weight: 5
pre: "btn btn-primary text-light"
2024-04-28 03:48:13 +00:00
aboutus:
- name: "Why Lix?"
url: "/about#why-lix"
weight: 1
2024-04-27 03:39:10 +00:00
- name: "About Lix"
url: "/about"
weight: 2
- name: "The Lix Team"
url: "/team"
weight: 4
2024-04-28 03:48:13 +00:00
- name: "FAQs"
2024-05-05 17:13:34 +00:00
url: "/faq"
2024-04-27 03:39:10 +00:00
weight: 5
2024-04-28 03:48:13 +00:00
resources:
2024-04-27 03:39:10 +00:00
- name: "Wiki"
url: "https://wiki.lix.systems"
2024-04-28 03:48:13 +00:00
weight: 1
- name: "Community"
url: "/community"
weight: 2
- name: "Nix Resources"
url: "/resources"
weight: 2
- name: "Source Repositories"
2024-05-05 17:06:04 +00:00
url: "https://git.lix.systems/lix-project"
2024-04-28 03:48:13 +00:00
weight: 4
2024-04-27 03:39:10 +00:00
taxonomies:
series: "series"
tags: "tags"
2024-04-28 02:32:25 +00:00
markup:
goldmark:
renderer:
unsafe: true
2024-04-28 03:24:34 +00:00
highlight:
style: manni