From 6739be79d93e239fadab3dd7cf9653d995c72854 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 24 May 2024 11:23:04 -0400 Subject: [PATCH] Revert "Switch to new theme" This reverts commit cbf51c7d28d4d2ddf03f70984cad4616c2d796e0. --- .gitmodules | 3 --- config.toml | 2 +- themes/hugo-blog-awesome | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) delete mode 160000 themes/hugo-blog-awesome diff --git a/.gitmodules b/.gitmodules index 99a00e6..eb0c04e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "themes/hugo-theme-m10c"] path = themes/hugo-theme-m10c url = https://github.com/joshuaboniface/hugo-theme-m10c.git -[submodule "themes/hugo-blog-awesome"] - path = themes/hugo-blog-awesome - url = https://github.com/hugo-sid/hugo-blog-awesome diff --git a/config.toml b/config.toml index 92908c8..4059cd1 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,7 @@ baseurl = "https://www.boniface.me" languageCode = "en-us" title = "Joshua Boniface, sysadmin" author = "Joshua Boniface" -theme = "hugo-blog-awesome" +theme = "hugo-theme-m10c" contentdir = "content" publishdir = "public" diff --git a/themes/hugo-blog-awesome b/themes/hugo-blog-awesome deleted file mode 160000 index 8e3ab59..0000000 --- a/themes/hugo-blog-awesome +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8e3ab59923a42480461f41303269d7f0e3072f03