secluded/config.yml

46 lines
901 B
YAML
Raw Normal View History

baseURL: /
2021-01-11 17:00:59 +00:00
languageCode: en-us
title: Secluded.Site
theme: secluded
relativeURLs: true
permalinks:
posts: "/:title/"
2021-01-11 17:43:35 +00:00
enableGitInfo: true
2021-01-11 17:00:59 +00:00
params:
author: Amolith
description: Blog of a pseudonymous netizen
2021-01-11 17:43:35 +00:00
gitUrl: "https://git.nixnet.services/Amolith/secluded/commit/"
2021-01-11 17:00:59 +00:00
contact:
2021-02-20 16:54:49 +00:00
fediverse: https://nixnet.social/amolith
2021-01-11 17:00:59 +00:00
email: amolith@secluded.site
# Visit http://gnuterrypratchett.com for explanation
# List names as an array
clacks:
- Lloyd Barlowe
- Trabajo Taco
markup:
highlight:
anchorLineNos: true
codeFences: true
2021-02-02 07:37:34 +00:00
lineNumbersInTable: true
2021-01-11 17:00:59 +00:00
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