secluded/config.yml

54 lines
1.0 KiB
YAML
Raw Normal View History

baseURL: https://secluded.site
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-11-10 08:12:48 +00:00
enableEmoji: 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:
2021-06-26 20:53:15 +00:00
goldmark:
renderer:
unsafe: true
2021-01-11 17:00:59 +00:00
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
- identifier: uses
name: Uses
url: /uses
weight: 130