diff --git a/config.toml b/config.toml index bb76af9..7807015 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ baseURL = "https://bvebarcelona.cat/" title = "BVE Barcelona" -theme = "crab" +theme = "dark-cosmos" DefaultContentLanguage = "ca" removePathAccents = true diff --git a/themes/crab/theme.toml b/themes/crab/theme.toml deleted file mode 100644 index 3eed7b4..0000000 --- a/themes/crab/theme.toml +++ /dev/null @@ -1,8 +0,0 @@ -name = "Crab" -license = "MIT" -licenselink = "https://github.com/thomasheller/crab/blob/master/LICENSE.md" -description = "A clean Hugo theme for websites" -homepage = "https://github.com/thomasheller/crab" -tags = ["clean"] -features = ["responsive", "404", "blog", "tags"] -min_version = 0.18 diff --git a/themes/crab/archetypes/default.md b/themes/dark-cosmos/archetypes/default.md similarity index 100% rename from themes/crab/archetypes/default.md rename to themes/dark-cosmos/archetypes/default.md diff --git a/themes/crab/i18n/ca.toml b/themes/dark-cosmos/i18n/ca.toml similarity index 100% rename from themes/crab/i18n/ca.toml rename to themes/dark-cosmos/i18n/ca.toml diff --git a/themes/crab/i18n/en.toml b/themes/dark-cosmos/i18n/en.toml similarity index 100% rename from themes/crab/i18n/en.toml rename to themes/dark-cosmos/i18n/en.toml diff --git a/themes/crab/i18n/es.toml b/themes/dark-cosmos/i18n/es.toml similarity index 100% rename from themes/crab/i18n/es.toml rename to themes/dark-cosmos/i18n/es.toml diff --git a/themes/crab/layouts/404.html b/themes/dark-cosmos/layouts/404.html similarity index 100% rename from themes/crab/layouts/404.html rename to themes/dark-cosmos/layouts/404.html diff --git a/themes/crab/layouts/_default/list.html b/themes/dark-cosmos/layouts/_default/list.html similarity index 100% rename from themes/crab/layouts/_default/list.html rename to themes/dark-cosmos/layouts/_default/list.html diff --git a/themes/crab/layouts/_default/single.html b/themes/dark-cosmos/layouts/_default/single.html similarity index 100% rename from themes/crab/layouts/_default/single.html rename to themes/dark-cosmos/layouts/_default/single.html diff --git a/themes/crab/layouts/index.html b/themes/dark-cosmos/layouts/index.html similarity index 100% rename from themes/crab/layouts/index.html rename to themes/dark-cosmos/layouts/index.html diff --git a/themes/crab/layouts/partials/footer.html b/themes/dark-cosmos/layouts/partials/footer.html similarity index 100% rename from themes/crab/layouts/partials/footer.html rename to themes/dark-cosmos/layouts/partials/footer.html diff --git a/themes/crab/layouts/partials/header.html b/themes/dark-cosmos/layouts/partials/header.html similarity index 95% rename from themes/crab/layouts/partials/header.html rename to themes/dark-cosmos/layouts/partials/header.html index 1fbee0e..0443ebf 100644 --- a/themes/crab/layouts/partials/header.html +++ b/themes/dark-cosmos/layouts/partials/header.html @@ -2,7 +2,7 @@