diff --git a/.gitmodules b/.gitmodules index 568b049..f62d5fa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "themes/ananke"] path = themes/ananke url = https://github.com/budparr/gohugo-theme-ananke.git +[submodule "themes/kozmo-dark"] + path = themes/kozmo-dark + url = git@github.com:MarcRiera/kozmo-dark.git diff --git a/config.toml b/config.toml index 7807015..5adef7a 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ baseURL = "https://bvebarcelona.cat/" title = "BVE Barcelona" -theme = "dark-cosmos" +theme = "kozmo-dark" DefaultContentLanguage = "ca" removePathAccents = true diff --git a/themes/dark-cosmos/archetypes/default.md b/themes/dark-cosmos/archetypes/default.md deleted file mode 100644 index a845151..0000000 --- a/themes/dark-cosmos/archetypes/default.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/themes/dark-cosmos/i18n/ca.toml b/themes/dark-cosmos/i18n/ca.toml deleted file mode 100644 index a6f114f..0000000 --- a/themes/dark-cosmos/i18n/ca.toml +++ /dev/null @@ -1,11 +0,0 @@ -[menu] -other = "Menú" - -[readMore] -other = "Llegeix més" - -[newer] -other = "Més recent" - -[older] -other = "Més antic" diff --git a/themes/dark-cosmos/i18n/en.toml b/themes/dark-cosmos/i18n/en.toml deleted file mode 100644 index 5b35ba9..0000000 --- a/themes/dark-cosmos/i18n/en.toml +++ /dev/null @@ -1,11 +0,0 @@ -[menu] -other = "Menu" - -[readMore] -other = "Read more" - -[newer] -other = "Newer" - -[older] -other = "Older" diff --git a/themes/dark-cosmos/i18n/es.toml b/themes/dark-cosmos/i18n/es.toml deleted file mode 100644 index b8edb79..0000000 --- a/themes/dark-cosmos/i18n/es.toml +++ /dev/null @@ -1,11 +0,0 @@ -[menu] -other = "Menú" - -[readMore] -other = "Leer más" - -[newer] -other = "Más reciente" - -[older] -other = "Más antiguo" diff --git a/themes/dark-cosmos/layouts/404.html b/themes/dark-cosmos/layouts/404.html deleted file mode 100644 index b1ccd45..0000000 --- a/themes/dark-cosmos/layouts/404.html +++ /dev/null @@ -1,3 +0,0 @@ -{{ partial "header.html" . }} - Page not found. -{{ partial "footer.html" . }} diff --git a/themes/dark-cosmos/layouts/_default/list.html b/themes/dark-cosmos/layouts/_default/list.html deleted file mode 100644 index 6b6b0a3..0000000 --- a/themes/dark-cosmos/layouts/_default/list.html +++ /dev/null @@ -1,25 +0,0 @@ -{{ partial "header.html" . }} - - {{ range sort .Paginator.Pages }} -