From 825aaf321459b7769f4d22b841cdb408af5b3740 Mon Sep 17 00:00:00 2001 From: Phil Date: Tue, 7 Jan 2025 13:38:47 -0700 Subject: [PATCH] add indieweb-starter-theme --- .gitmodules | 3 +++ hugo.toml | 2 +- themes/hugo-indieweb-starter | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 themes/hugo-indieweb-starter diff --git a/.gitmodules b/.gitmodules index e69de29..d7dc689 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hugo-indieweb-starter"] + path = themes/hugo-indieweb-starter + url = https://git.thesatelliteoflove.com/phil/hugo-indieweb-starter.git diff --git a/hugo.toml b/hugo.toml index c895496..8ef96d9 100644 --- a/hugo.toml +++ b/hugo.toml @@ -7,7 +7,7 @@ baseURL = "https://thesatelliteoflove.com" # defaultContentLanguage = "en" # defaultContentLanguageInSubdir = true -theme = "hermit-v2" +theme = "hugo-indieweb-starter" #[languages] # [languages.en] diff --git a/themes/hugo-indieweb-starter b/themes/hugo-indieweb-starter new file mode 160000 index 0000000..00474fd --- /dev/null +++ b/themes/hugo-indieweb-starter @@ -0,0 +1 @@ +Subproject commit 00474fdb1332c1b45cc9b537616d10f5b5154054