hugo-git-links/config.toml
2023-10-27 14:07:29 +01:00

36 lines
922 B
TOML

# Site Config
baseURL = "https://oscar.blue/git" # Add /reponame for project site
languageCode = "en-gb"
title = "Oscar Pocock | Git"
theme = "Lynx"
enableRobotsTXT = true
[outputs]
home = ["HTML", "JSON"]
# SEO
[params]
env = "production"
title = "page title"
author = "Oscar Pocock"
description = "My social links, powered by Hugo & Lynx"
keywords = [ "Lynx", "Linktree", "About", "Git" ]
# Lynx Config
[author]
image = "author.png" # Image path or link
name = "Oscar Blue"
headline = "Oscar's Git Accounts"
links = [
{ forgejo = { href = "https://git.oscar.blue/noble", text = "Forgejo" } },
{ gitlab = { href = "https://gitlab.com/oscarpocock", text = "Gitlab" } },
{ github = { href = "https://github.com/NoirNoble", text = "Github" } },
]
enableEmoji = true
disableKinds = ["taxonomy", "term"]
[markup.highlight]
noClasses = false
[markup.goldmark.renderer]
unsafe = true