diff --git a/hugo.toml b/hugo.toml index 7156d09..dfd13ed 100644 --- a/hugo.toml +++ b/hugo.toml @@ -7,7 +7,7 @@ defaultContentLanguage = 'es' 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 = 'Todo contenido bajo una licencia CC BY-SA 4.0. Para buscar en este sitio: presiona Alt + /' + footerHtml = 'Hecho con Hugo y Nightfall; alojado en Debian. Licencia del contenido publicado: CC BY-SA 4.0.' [params.author] name = "Peter Domínguez" avatar = "/simon.png" diff --git a/layouts/partials/custom-head.html b/layouts/partials/custom-head.html index 015ea47..fe378b8 100644 --- a/layouts/partials/custom-head.html +++ b/layouts/partials/custom-head.html @@ -9,12 +9,13 @@ code { padding: 2px 4px; font-size: 90%; border-radius: 4px; color: #f8f8f2; bac a:hover { color: #f8f8f2; } + .headerWrapper { background: #44475a; } .headerWrapper a { - color: #bd93f9; + color: #50FA7B; } .headerWrapper a:hover { @@ -25,9 +26,15 @@ a:hover { } .headerLinks ul li a { - color: #bd93f9; + color: #BD93F9; } +.headerLinks ul:hover li:hover a:hover { + color: #f8f8f2; +} +.postTitle { + color: #FF79C6; +} .postListItem { background: #44475a; } @@ -48,6 +55,11 @@ a:hover { color: #f8f8f2; } +.hints { + color: #6272a4; + font: 0.85em FiraMono; +} + .footer { background: #44475a; } @@ -84,6 +96,7 @@ body { } .pagination a { + color: #8BE9FD; display: block; padding: 0.1em 0.8em; margin: 1px; @@ -94,7 +107,7 @@ body { .pagination a:hover { color: #282A36; - background-color: #50fa7b; + background-color: #8BE9FD; } #fastSearch { diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..84c9200 --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,15 @@ +