55 lines
946 B
YAML
55 lines
946 B
YAML
|
baseURL: "https://hibbian.org/"
|
||
|
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
|
||
|
- Shipping up-to-date software
|
||
|
|
||
|
To get started, please head to the [Guide](https://guide.foxk.it/repo).
|
||
|
|
||
|
|
||
|
outputFormats:
|
||
|
RSS:
|
||
|
mediatype: "application/rss"
|
||
|
baseName: "feed"
|
||
|
|
||
|
menu:
|
||
|
main:
|
||
|
- name: Home
|
||
|
url: /
|
||
|
weight: 1
|
||
|
- name: Guide
|
||
|
url: "https://guide.hibbian.org"
|
||
|
weight: 2
|
||
|
- name: Git
|
||
|
url: "https://git.hibbian.org"
|
||
|
weight: 3
|
||
|
- name: Posts
|
||
|
url: /posts/
|
||
|
weight: 4
|
||
|
|
||
|
languages:
|
||
|
en:
|
||
|
languageName: "English"
|
||
|
|
||
|
markup:
|
||
|
goldmark:
|
||
|
renderer:
|
||
|
unsafe: true
|
||
|
highlight:
|
||
|
style: dracula
|
||
|
lineNos: false
|
||
|
noClasses: false
|
||
|
|