Push existing project to GitLab
This commit is contained in:
commit
dda9f07435
26 changed files with 1107 additions and 0 deletions
55
hugo.toml
Normal file
55
hugo.toml
Normal file
|
@ -0,0 +1,55 @@
|
|||
baseURL = 'https://peterdominguez.art'
|
||||
title = 'Peter Domínguez'
|
||||
theme = 'nightfall'
|
||||
languageCode = 'es-DO'
|
||||
defaultContentLanguage = 'es'
|
||||
[params]
|
||||
user = "webmaster"
|
||||
hostname = "peterdominguez.art"
|
||||
footerHtml = 'Este blog es posible gracias al poder de <a href="https://www.debian.org" target="_blank">Debian GNU/Linux</a> y <a href="https://gohugo.io" target="_blank">Hugo</a>. Todo su contenido está sujeto a una licencia <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-m"
|
||||
email = "correo@peterdominguez.art"
|
||||
[params.styles]
|
||||
color = "red"
|
||||
[[params.social]]
|
||||
key = 0
|
||||
name = "gitlab"
|
||||
url = "https://gitlab.com/putridpete"
|
||||
target = "_blank"
|
||||
aria = "Perfil de Gitlab"
|
||||
|
||||
[[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.goldmark]
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
[permalinks]
|
||||
post = "https://peterdominguez.art/blog/"
|
||||
[menu]
|
||||
[[menu.header]]
|
||||
name = "Sobre Mí"
|
||||
weight = 0
|
||||
url = "https://peterdominguez.art/sobre-mi"
|
||||
[[menu.header]]
|
||||
name = "blog"
|
||||
weight = 0
|
||||
url = "https://peterdominguez.art/blog"
|
Loading…
Add table
Add a link
Reference in a new issue