diff --git a/hugo.toml b/hugo.toml index 6a28fb9..f463daa 100644 --- a/hugo.toml +++ b/hugo.toml @@ -4,40 +4,40 @@ theme = 'nightfall' languageCode = 'es-DO' defaultContentLanguage = 'es' [params] -user = "peter" -hostname = "peterdominguez.art" -footerHtml = 'Este blog es posible gracias al poder de Debian GNU/Linux y Hugo. Todo su contenido está sujeto a una licencia CC BY-SA 4.0.' + user = "peter" + hostname = "peterdominguez.art" + footerHtml = 'Este blog es posible gracias al poder de Debian GNU/Linux y Hugo. Todo su contenido está sujeto a una licencia CC BY-SA 4.0.' [params.author] name = "Peter Domínguez" avatar = "/simon.png" - avatarSize = "size-m" + avatarSize = "size-xl" 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" + 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" + 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" + 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" + key = 3 + name = "email" + url = "mailto:correo@peterdominguez.art" + aria = "Mi correo electrónico" [markup] [markup.highlight] style = 'dracula' @@ -56,7 +56,7 @@ aria = "Mi correo electrónico" weight = 2 url = "/autor" [[menu.header]] - name = "código fuente" + name = "código-fuente" weight = 3 url = "https://gitlab.com/putridpete/hugo-website" [[menu.header]] diff --git a/static/alucard.png b/static/alucard.png deleted file mode 100644 index 16d4b31..0000000 Binary files a/static/alucard.png and /dev/null differ diff --git a/static/favicon.ico b/static/favicon.ico index cb9948d..c95dd2d 100644 Binary files a/static/favicon.ico and b/static/favicon.ico differ