From be1e49085368d25681717527a46ed11297689d54 Mon Sep 17 00:00:00 2001 From: Brooke Date: Sun, 7 Apr 2024 04:33:08 -0400 Subject: [PATCH] rename theme file --- hugo.toml | 2 +- themes/{agnes-hugo-theme => bella}/LICENSE | 0 themes/{agnes-hugo-theme => bella}/README.MD | 0 .../archetypes/default.md | 0 .../images/screenshot.jpg | Bin themes/{agnes-hugo-theme => bella}/images/tn.png | Bin themes/{agnes-hugo-theme => bella}/layouts/404.html | 0 .../layouts/_default/baseof.html | 0 .../{agnes-hugo-theme => bella}/layouts/index.html | 0 .../layouts/partials/contact_form.html | 0 .../layouts/partials/footer.html | 0 .../layouts/partials/head.html | 0 .../layouts/partials/header.html | 0 .../layouts/partials/nav.html | 0 .../layouts/partials/script.html | 0 .../layouts/partials/social.html | 0 .../static/css/style.css | 0 .../static/js/main.min.js | 0 themes/{agnes-hugo-theme => bella}/theme.toml | 0 19 files changed, 1 insertion(+), 1 deletion(-) rename themes/{agnes-hugo-theme => bella}/LICENSE (100%) rename themes/{agnes-hugo-theme => bella}/README.MD (100%) rename themes/{agnes-hugo-theme => bella}/archetypes/default.md (100%) rename themes/{agnes-hugo-theme => bella}/images/screenshot.jpg (100%) rename themes/{agnes-hugo-theme => bella}/images/tn.png (100%) rename themes/{agnes-hugo-theme => bella}/layouts/404.html (100%) rename themes/{agnes-hugo-theme => bella}/layouts/_default/baseof.html (100%) rename themes/{agnes-hugo-theme => bella}/layouts/index.html (100%) rename themes/{agnes-hugo-theme => bella}/layouts/partials/contact_form.html (100%) rename themes/{agnes-hugo-theme => bella}/layouts/partials/footer.html (100%) rename themes/{agnes-hugo-theme => bella}/layouts/partials/head.html (100%) rename themes/{agnes-hugo-theme => bella}/layouts/partials/header.html (100%) rename themes/{agnes-hugo-theme => bella}/layouts/partials/nav.html (100%) rename themes/{agnes-hugo-theme => bella}/layouts/partials/script.html (100%) rename themes/{agnes-hugo-theme => bella}/layouts/partials/social.html (100%) rename themes/{agnes-hugo-theme => bella}/static/css/style.css (100%) rename themes/{agnes-hugo-theme => bella}/static/js/main.min.js (100%) rename themes/{agnes-hugo-theme => bella}/theme.toml (100%) diff --git a/hugo.toml b/hugo.toml index 9dfb409..59ab4ab 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,7 +1,7 @@ baseURL = "/" languageCode = "en-us" title = "Bellas Keys" -theme = "agnes-hugo-theme" +theme = "bella" [params] dateFormat = "Jan 2, 2023" diff --git a/themes/agnes-hugo-theme/LICENSE b/themes/bella/LICENSE similarity index 100% rename from themes/agnes-hugo-theme/LICENSE rename to themes/bella/LICENSE diff --git a/themes/agnes-hugo-theme/README.MD b/themes/bella/README.MD similarity index 100% rename from themes/agnes-hugo-theme/README.MD rename to themes/bella/README.MD diff --git a/themes/agnes-hugo-theme/archetypes/default.md b/themes/bella/archetypes/default.md similarity index 100% rename from themes/agnes-hugo-theme/archetypes/default.md rename to themes/bella/archetypes/default.md diff --git a/themes/agnes-hugo-theme/images/screenshot.jpg b/themes/bella/images/screenshot.jpg similarity index 100% rename from themes/agnes-hugo-theme/images/screenshot.jpg rename to themes/bella/images/screenshot.jpg diff --git a/themes/agnes-hugo-theme/images/tn.png b/themes/bella/images/tn.png similarity index 100% rename from themes/agnes-hugo-theme/images/tn.png rename to themes/bella/images/tn.png diff --git a/themes/agnes-hugo-theme/layouts/404.html b/themes/bella/layouts/404.html similarity index 100% rename from themes/agnes-hugo-theme/layouts/404.html rename to themes/bella/layouts/404.html diff --git a/themes/agnes-hugo-theme/layouts/_default/baseof.html b/themes/bella/layouts/_default/baseof.html similarity index 100% rename from themes/agnes-hugo-theme/layouts/_default/baseof.html rename to themes/bella/layouts/_default/baseof.html diff --git a/themes/agnes-hugo-theme/layouts/index.html b/themes/bella/layouts/index.html similarity index 100% rename from themes/agnes-hugo-theme/layouts/index.html rename to themes/bella/layouts/index.html diff --git a/themes/agnes-hugo-theme/layouts/partials/contact_form.html b/themes/bella/layouts/partials/contact_form.html similarity index 100% rename from themes/agnes-hugo-theme/layouts/partials/contact_form.html rename to themes/bella/layouts/partials/contact_form.html diff --git a/themes/agnes-hugo-theme/layouts/partials/footer.html b/themes/bella/layouts/partials/footer.html similarity index 100% rename from themes/agnes-hugo-theme/layouts/partials/footer.html rename to themes/bella/layouts/partials/footer.html diff --git a/themes/agnes-hugo-theme/layouts/partials/head.html b/themes/bella/layouts/partials/head.html similarity index 100% rename from themes/agnes-hugo-theme/layouts/partials/head.html rename to themes/bella/layouts/partials/head.html diff --git a/themes/agnes-hugo-theme/layouts/partials/header.html b/themes/bella/layouts/partials/header.html similarity index 100% rename from themes/agnes-hugo-theme/layouts/partials/header.html rename to themes/bella/layouts/partials/header.html diff --git a/themes/agnes-hugo-theme/layouts/partials/nav.html b/themes/bella/layouts/partials/nav.html similarity index 100% rename from themes/agnes-hugo-theme/layouts/partials/nav.html rename to themes/bella/layouts/partials/nav.html diff --git a/themes/agnes-hugo-theme/layouts/partials/script.html b/themes/bella/layouts/partials/script.html similarity index 100% rename from themes/agnes-hugo-theme/layouts/partials/script.html rename to themes/bella/layouts/partials/script.html diff --git a/themes/agnes-hugo-theme/layouts/partials/social.html b/themes/bella/layouts/partials/social.html similarity index 100% rename from themes/agnes-hugo-theme/layouts/partials/social.html rename to themes/bella/layouts/partials/social.html diff --git a/themes/agnes-hugo-theme/static/css/style.css b/themes/bella/static/css/style.css similarity index 100% rename from themes/agnes-hugo-theme/static/css/style.css rename to themes/bella/static/css/style.css diff --git a/themes/agnes-hugo-theme/static/js/main.min.js b/themes/bella/static/js/main.min.js similarity index 100% rename from themes/agnes-hugo-theme/static/js/main.min.js rename to themes/bella/static/js/main.min.js diff --git a/themes/agnes-hugo-theme/theme.toml b/themes/bella/theme.toml similarity index 100% rename from themes/agnes-hugo-theme/theme.toml rename to themes/bella/theme.toml