redacted.life/config.yaml

55 lines
1.1 KiB
YAML

# SPDX-FileCopyrightText: 2021 Amolith <amolith@secluded.site>
#
# SPDX-License-Identifier: BSD-3-Clause
baseURL: https://redacted.life
languageCode: en-us
title: Redacted Life
theme: redacted
relativeURLs: true
#permalinks:
# posts: "/:title/"
enableGitInfo: true
params:
author: Amolith
description: Netcast on Linux and libre software with a hard spin on personal privacy and security
gitUrl: "https://git.nixnet.services/Amolith/redacted.life/commit/"
contact:
email: hello@redacted.life
# Visit http://gnuterrypratchett.com for explanation
# List names as an array
clacks:
- Lloyd Barlowe
markup:
goldmark:
renderer:
unsafe: true
highlight:
anchorLineNos: true
codeFences: true
lineNumbersInTable: true
noClasses: true
style: algol_nu
tabWidth: 4
menu:
main:
- identifier: home
name: Home
url: /
weight: 100
- identifier: posts
name: Posts
url: /posts
weight: 110
- identifier: pipes
name: Pipes
url: /pipes
weight: 120
- identifier: uses
name: Uses
url: /uses
weight: 130