Website/config.yml

65 lines
1.2 KiB
YAML
Raw Permalink Normal View History

2024-08-27 01:00:56 +01:00
baseURL: "https://www.hibbian.org/"
2024-08-27 00:57:20 +01:00
languageCode: en-GB
theme: PaperModX
enableRobotsTXT: true
params:
author: Hibby
title: Hibbian Linux
description: Debian, tailored for hams
defaultTheme: auto
homeInfoParams:
Title: "Hibbian"
Content: |
Linux, tailored to hams.
- Built on Strong Foundations
2024-11-26 22:38:57 +00:00
- Built with Strong Opinions
2024-08-27 00:57:20 +01:00
- Shipping up-to-date software
2024-11-26 22:38:57 +00:00
To lean more, please head to the [Intro Post](articles/hibbian-announce).
To get started, please head to the current [installation instructions](https://guide.hibbian.org/repo/)
2024-08-27 00:57:20 +01:00
outputFormats:
RSS:
mediatype: "application/rss"
baseName: "feed"
menu:
main:
- name: Home
url: /
weight: 1
2024-11-26 22:38:57 +00:00
- name: Install
url: "https://guide.hibbian.org/repo/"
weight: 2
- name: News
url: /news/
weight: 3
- name: Articles
url: /articles/
weight: 4
2024-08-27 00:57:20 +01:00
- name: Guide
url: "https://guide.hibbian.org"
2024-11-26 22:38:57 +00:00
weight: 5
2024-08-27 00:57:20 +01:00
- name: Git
url: "https://git.hibbian.org"
2024-11-26 22:38:57 +00:00
weight: 6
2024-08-27 00:57:20 +01:00
languages:
en:
languageName: "English"
markup:
goldmark:
renderer:
unsafe: true
highlight:
style: dracula
lineNos: false
noClasses: false