secluded/config.yml

62 lines
1.2 KiB
YAML
Raw Permalink 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
2023-04-11 23:16:23 +00:00
description: Personal corner of the web for a musician, developer, sysadmin, podcaster, and small business owner
2021-01-11 17:43:35 +00:00
gitUrl: "https://git.nixnet.services/Amolith/secluded/commit/"
2023-04-11 21:33:48 +00:00
cover: /cover.png
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
2023-05-03 16:15:59 +00:00
privacy:
youtube:
privacyEnhanced: true
2021-01-11 17:00:59 +00:00
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
2023-05-01 17:19:03 +00:00
- identifier: feeds
name: Feeds
url: /feeds
weight: 140