secluded-old/config.toml

81 lines
2.2 KiB
TOML

baseURL = "/"
languageCode = "en-GB"
title = "Secluded.Site"
theme = "hello-friend-ng"
copyright = "This work is licensed under Creative Commons Attribution 4.0 International License."
homeSubtitle = "A simple static website and blog that serves as Amolith's comfy corner of the internet."
enableGitInfo = true
[markup]
[markup.highlight]
style = "native"
guessSyntax = true
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
dnd = "dnd"
[permalinks]
posts = "/:title/"
[author]
name = "Amolith"
[params]
dateform = "2 January 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0500"
disableReadOtherPosts = false
defaultTheme = "dark"
description = "Blog of a pseudonymous netizen"
homeSubtitle = "Welcome"
keywords = "sysadmin, privacy, opsec, infosec, linux, floss, foss, libre"
images = [""]
contentTypeName = "posts"
gitUrl = "https://git.nixnet.xyz/Amolith/secluded/commit/"
cover = "/assets/pngs/a.png"
[languages]
[languages.en]
title = "Secluded.Site"
subtitle = ""
keywords = ""
copyright = "<a href='https://creativecommons.org/licenses/by/4.0/' rel='noreferrer'>CC-BY 4.0</a>"
readOtherPosts = "← Prev | Read more | Next →"
[languages.en.params.logo]
logoText = "z home"
logoHomeLink = "/"
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/posts"
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"
[[menu.main]]
identifier = "books"
name = "Books"
url = "/books"
[[menu.main]]
identifier = "pipes"
name = "Pipes"
url = "/pipes"
[[params.social]]
name = "email"
text = "Email"
url = "mailto:amolith@secluded.site"
[[params.social]]
name = "mastodon"
text = "Mastodon"
url = "https://nixnet.social/@amolith"
[[params.social]]
name = "git"
text = "Git"
url = "https://git.nixnet.services/Amolith"
[[params.social]]
name = "camera"
text = "Livestream"
url = "/live/"
[[params.social]]
name = "gnupg"
text = "GPG"
url = "/amolith.txt"