Website/config.yml

55 lines
951 B
YAML

baseURL: "https://www.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 [Intro Post](posts/hibbian-announce).
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