peterdominguez.art/hugo.toml

75 lines
2 KiB
TOML

baseURL = 'https://peterdominguez.art'
title = 'Peter Domínguez'
theme = 'nightfall'
languageCode = 'es-DO'
defaultContentLanguage = 'es'
[params]
user = "peter"
hostname = "peterdominguez.art"
sitedescription = 'Un blog de Linux, videojuegos, cine, ciencia ficción y todo lo demás que se me ocurra.'
footerHtml = 'Hecho con <a href="https://gohugo.io" target="_blank">Hugo</a> y <a href="https://github.com/LordMathis/hugo-theme-nightfall" target="_blank">Nightfall</a>; alojado en <a href="https://www.debian.org" target="_blank">Debian</a>. Licencia del contenido publicado: <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.es" target="_blank">CC BY-SA 4.0</a>.'
[params.author]
name = "Peter Domínguez"
avatar = "/simon.png"
avatarSize = "size-xl"
email = "correo@peterdominguez.art"
[params.styles]
color = "#50fa7b"
[[params.social]]
key = 0
name = "forgejo"
url = "https://git.peterdominguez.art/peter"
target = "_blank"
aria = "Perfil de Forgejo"
[[params.social]]
key = 1
name = "steam"
url = "https://steamcommunity.com/id/putridpete"
aria = "Perfil de Steam"
[[params.social]]
key = 2
name = "liberapay"
url = "https://liberapay.com/vimelitist/donate"
aria = "Perfil de Liberapay"
[[params.social]]
key = 3
name = "email"
url = "mailto:correo@peterdominguez.art"
aria = "Mi correo electrónico"
[markup]
[markup.highlight]
style = 'dracula'
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[permalinks]
post = "/blog"
[permalinks.term]
categories = "/categorias/:slug/"
tags = "/etiquetas/:slug/"
[menu]
[[menu.header]]
name = "blog"
weight = 1
url = "/blog"
[[menu.header]]
name = "literatura"
weight = 2
url = "/categorias/literatura/"
[[menu.header]]
name = "autor"
weight = 3
url = "/autor"
[[menu.header]]
name = "fuente"
weight = 4
url = "https://git.peterdominguez.art/peter/peterdominguez.art"
[outputs]
home = ["HTML", "JSON"]
taxonomy = ["HTML"]
[pagination]
path = 'pagina'