2023-10-27 14:07:29 +01:00
|
|
|
# Site Config
|
|
|
|
baseURL = "https://oscar.blue/git" # Add /reponame for project site
|
|
|
|
languageCode = "en-gb"
|
2023-10-27 15:49:54 +01:00
|
|
|
title = "Oscar Pocock | Git Links"
|
2023-10-27 14:07:29 +01:00
|
|
|
theme = "Lynx"
|
|
|
|
|
2023-10-27 15:49:54 +01:00
|
|
|
enableRobotsTXT = false
|
|
|
|
#[outputs]
|
|
|
|
# home = ["HTML", "JSON"]
|
2023-10-27 14:07:29 +01:00
|
|
|
|
|
|
|
# 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
|