adjust favicon to proper size, tweak image on main site and some other tweaks
This commit is contained in:
parent
ca69a65980
commit
a586833f65
3 changed files with 22 additions and 22 deletions
44
hugo.toml
44
hugo.toml
|
@ -4,40 +4,40 @@ theme = 'nightfall'
|
||||||
languageCode = 'es-DO'
|
languageCode = 'es-DO'
|
||||||
defaultContentLanguage = 'es'
|
defaultContentLanguage = 'es'
|
||||||
[params]
|
[params]
|
||||||
user = "peter"
|
user = "peter"
|
||||||
hostname = "peterdominguez.art"
|
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>'
|
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]
|
[params.author]
|
||||||
name = "Peter Domínguez"
|
name = "Peter Domínguez"
|
||||||
avatar = "/simon.png"
|
avatar = "/simon.png"
|
||||||
avatarSize = "size-m"
|
avatarSize = "size-xl"
|
||||||
email = "correo@peterdominguez.art"
|
email = "correo@peterdominguez.art"
|
||||||
[params.styles]
|
[params.styles]
|
||||||
color = "red"
|
color = "red"
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
key = 0
|
key = 0
|
||||||
name = "gitlab"
|
name = "gitlab"
|
||||||
url = "https://gitlab.com/putridpete"
|
url = "https://gitlab.com/putridpete"
|
||||||
target = "_blank"
|
target = "_blank"
|
||||||
aria = "Perfil de Gitlab"
|
aria = "Perfil de Gitlab"
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
key = 1
|
key = 1
|
||||||
name = "steam"
|
name = "steam"
|
||||||
url = "https://steamcommunity.com/id/putridpete"
|
url = "https://steamcommunity.com/id/putridpete"
|
||||||
aria = "Perfil de Steam"
|
aria = "Perfil de Steam"
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
key = 2
|
key = 2
|
||||||
name = "liberapay"
|
name = "liberapay"
|
||||||
url = "https://liberapay.com/vimelitist/donate"
|
url = "https://liberapay.com/vimelitist/donate"
|
||||||
aria = "Perfil de Liberapay"
|
aria = "Perfil de Liberapay"
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
key = 3
|
key = 3
|
||||||
name = "email"
|
name = "email"
|
||||||
url = "mailto:correo@peterdominguez.art"
|
url = "mailto:correo@peterdominguez.art"
|
||||||
aria = "Mi correo electrónico"
|
aria = "Mi correo electrónico"
|
||||||
[markup]
|
[markup]
|
||||||
[markup.highlight]
|
[markup.highlight]
|
||||||
style = 'dracula'
|
style = 'dracula'
|
||||||
|
@ -56,7 +56,7 @@ aria = "Mi correo electrónico"
|
||||||
weight = 2
|
weight = 2
|
||||||
url = "/autor"
|
url = "/autor"
|
||||||
[[menu.header]]
|
[[menu.header]]
|
||||||
name = "código fuente"
|
name = "código-fuente"
|
||||||
weight = 3
|
weight = 3
|
||||||
url = "https://gitlab.com/putridpete/hugo-website"
|
url = "https://gitlab.com/putridpete/hugo-website"
|
||||||
[[menu.header]]
|
[[menu.header]]
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 145 KiB After Width: | Height: | Size: 120 KiB |
Loading…
Add table
Add a link
Reference in a new issue