copy config from secluded.site

This commit is contained in:
Amolith 2021-09-23 00:55:23 -04:00
parent 88ddcb8b17
commit 7d602d976f
Signed by: Amolith
GPG Key ID: 5548AD9930655715
1 changed files with 49 additions and 2 deletions

View File

@ -2,6 +2,53 @@
#
# SPDX-License-Identifier: BSD-3-Clause
baseURL: http://example.org/
baseURL: https://redacted.life
languageCode: en-us
title: My New Hugo Site
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