From e8c4d1c6340797a713ee445f88f06a0f047b6419 Mon Sep 17 00:00:00 2001 From: Ewen Date: Fri, 4 Feb 2022 11:45:07 +0100 Subject: [PATCH] changed theme --- .gitmodules | 3 +++ config.toml | 2 +- themes/{simple-goeland => theme-blog-ewen} | 0 3 files changed, 4 insertions(+), 1 deletion(-) rename themes/{simple-goeland => theme-blog-ewen} (100%) diff --git a/.gitmodules b/.gitmodules index b2cf84a..b06df24 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "themes/simple-goeland"] path = themes/simple-goeland url = https://forge.goe.land/eorn/simple-goeland.git +[submodule "themes/theme-blog-ewen"] + path = themes/theme-blog-ewen + url = https://git.fedi.bzh/ewen/theme-blog-ewen.git diff --git a/config.toml b/config.toml index 37ae0f0..6d24d67 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ baseURL = "https://ewen.korr.bzh" title = "Le nid d'Ewen" -theme = "simple-goeland" +theme = "theme-blog-ewen" copyright="Copyleft Ewen." languageCode = "fr" defaultContentLanguage = "fr" diff --git a/themes/simple-goeland b/themes/theme-blog-ewen similarity index 100% rename from themes/simple-goeland rename to themes/theme-blog-ewen