secluded/config.yml

53 lines
1022 B
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:
email: amolith@secluded.site
2023-03-22 04:37:29 +00:00
pgp: amolith.asc
2021-01-11 17:00:59 +00:00
# Visit http://gnuterrypratchett.com for explanation
# List names as an array
clacks:
- 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
2023-01-17 19:58:04 +00:00
- identifier: projects
name: Projects
url: /projects
weight: 120
- identifier: uses
name: Uses
url: /uses
weight: 130