diff --git a/config.toml b/config.toml
index 10e5b3a..0f8bf96 100644
--- a/config.toml
+++ b/config.toml
@@ -8,7 +8,7 @@ defaultContentLanguage = "en"
copyright = "Kevin Jerebica 2022"
[params]
- author = "Kevin Jerebica"
+ #author = "Kevin Jerebica"
description = "Coding, Cyber Security, Unix, Psychology, Japan 🤍"
posts = "posts"
@@ -20,6 +20,7 @@ copyright = "Kevin Jerebica 2022"
icon512 = "/logo-scaled.png"
imageInArticlePreview = false
+ showTags = false
[menu]
[[menu.icons]]
diff --git a/static/logo-scaled.png b/static/logo-scaled.png
index f78755e..9b4c1cb 100644
Binary files a/static/logo-scaled.png and b/static/logo-scaled.png differ
diff --git a/static/logo.png b/static/logo.png
index efd2ede..58cc75e 100644
Binary files a/static/logo.png and b/static/logo.png differ
diff --git a/themes/ficurinia/data/colors.yml b/themes/ficurinia/data/colors.yml
index a7f9545..871480c 100644
--- a/themes/ficurinia/data/colors.yml
+++ b/themes/ficurinia/data/colors.yml
@@ -1,12 +1,12 @@
default: dark # light
auto_switch: false # set to true to respect the user preference
dark:
- bg: '#0d0d0d' # main site background
- hl_bg: '#34363b' # card and circle navigation background color for paper card mode
+ bg: '#000000' # main site background
+ hl_bg: '#000000' # card and circle navigation background color for paper card mode
fg: 'white' # font color
dim_fg: '#bababa' # will be used for secondary information like dates and tags
stroke: '#4f4f4f' # stroke/border color used mostly in the icon menu tooltip
- accent: '#14ff99' # pervasive accent color
+ accent: '#bdbdff' # pervasive accent color
sidebar:
bg: '#34363b' # sidebar background
fg: 'white' # sidebar font color
@@ -16,7 +16,7 @@ light:
fg: '#262625'
dim_fg: '#40403e'
stroke: '#575754'
- accent: '#14ff99'
+ accent: '#db5793'
sidebar:
bg: '#e6e6e6'
fg: '#121211'
diff --git a/themes/ficurinia/i18n/en.toml b/themes/ficurinia/i18n/en.toml
index c3b7490..1463e5b 100644
--- a/themes/ficurinia/i18n/en.toml
+++ b/themes/ficurinia/i18n/en.toml
@@ -35,7 +35,7 @@ other = "Cancel"
other = "Share"
[themeCopyrightNotice]
-other = "Ficurinia theme for Hugo by Gabriele Musco. Licensed under GNU AGPLv3."
+other = ""
[home]
other = "Home"
diff --git a/themes/ficurinia/i18n/es.toml b/themes/ficurinia/i18n/es.toml
new file mode 100644
index 0000000..f2e869f
--- /dev/null
+++ b/themes/ficurinia/i18n/es.toml
@@ -0,0 +1,59 @@
+[404message]
+other = "Esta no es la página que está buscando"
+
+[searchbarTxt]
+other = "Buscar"
+
+[tags]
+other = "Etiquetas"
+
+[date]
+other = "Fecha"
+
+[continueReading]
+other = "Continuar leyendo"
+
+[previousPage]
+other = "Página anterior"
+
+[nextPage]
+other = "Página siguiente"
+
+[shareOnTheFediverse]
+other = "Compartir en el Fediverse"
+
+[enterFediverseInstanceAddress]
+other = "Ingrese la direcciĂłn de su instancia"
+
+[fediverseInstanceExample]
+other = "Por ej.: mastodon.social"
+
+[cancel]
+other = "Cancelar"
+
+[share]
+other = "Compartir"
+
+[themeCopyrightNotice]
+other = ""
+
+[home]
+other = "Principal"
+
+[posts]
+other = "Posts"
+
+[search]
+other = "Buscar"
+
+[tagsColumn]
+other = "Etiquetas:"
+
+[tagColumn]
+other = "Etiqueta:"
+
+[morePostsLikeThis]
+other = "Más posts como este"
+
+[noResultsFound]
+other = "No se encontraron resultados"
diff --git a/themes/ficurinia/i18n/fr.toml b/themes/ficurinia/i18n/fr.toml
new file mode 100644
index 0000000..d8d5baf
--- /dev/null
+++ b/themes/ficurinia/i18n/fr.toml
@@ -0,0 +1,59 @@
+[404message]
+other = "Ceci n'est pas la page que vous cherchez..."
+
+[searchbarTxt]
+other = "Chercher"
+
+[tags]
+other = "Tags"
+
+[date]
+other = "Date"
+
+[continueReading]
+other = "Continuer la lecture"
+
+[previousPage]
+other = "Page précédente"
+
+[nextPage]
+other = "Page suivante"
+
+[shareOnTheFediverse]
+other = "Partager sur Fediverse"
+
+[enterFediverseInstanceAddress]
+other = "Saisissez votre adresse d'instance"
+
+[fediverseInstanceExample]
+other = "Eg. mastodon.social"
+
+[cancel]
+other = "Annuler"
+
+[share]
+other = "Partager"
+
+[themeCopyrightNotice]
+other = ""
+
+[home]
+other = "Accueil"
+
+[posts]
+other = "Posts"
+
+[search]
+other = "Rechercher"
+
+[tagsColumn]
+other = "Tags:"
+
+[tagColumn]
+other = "Tag:"
+
+[morePostsLikeThis]
+other = "Plus de posts comme celui-ci"
+
+[noResultsFound]
+other = "Aucun résultat trouvé"
diff --git a/themes/ficurinia/i18n/it.toml b/themes/ficurinia/i18n/it.toml
index 57cd38b..69b8044 100644
--- a/themes/ficurinia/i18n/it.toml
+++ b/themes/ficurinia/i18n/it.toml
@@ -35,7 +35,7 @@ other = "Annulla"
other = "Condividi"
[themeCopyrightNotice]
-other = "Tema Ficurinia per Hugo creato da Gabriele Musco. Disponibile con licenza GNU AGPLv3."
+other = ""
[home]
other = "Home"
diff --git a/themes/ficurinia/layouts/_default/search.html b/themes/ficurinia/layouts/_default/search.html
index c33016e..266469f 100644
--- a/themes/ficurinia/layouts/_default/search.html
+++ b/themes/ficurinia/layouts/_default/search.html
@@ -7,7 +7,7 @@
{{- partial "js_paginator.html" . -}}