From 86227403e33fa10912e33d6c289598e7b5f8444d Mon Sep 17 00:00:00 2001 From: paul-loedige <59517210+ploedige@users.noreply.github.com> Date: Mon, 11 Nov 2024 18:47:54 +0100 Subject: [PATCH] added template --- .gitmodules | 3 +++ hugo.toml | 19 ++++++++++++++++--- themes/gokarna | 1 + 3 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 .gitmodules create mode 160000 themes/gokarna diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5e75eac --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/gokarna"] + path = themes/gokarna + url = https://github.com/gokarna-theme/gokarna-hugo.git diff --git a/hugo.toml b/hugo.toml index 7e568b8..aa7d526 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,3 +1,16 @@ -baseURL = 'https://example.org/' -languageCode = 'en-us' -title = 'My New Hugo Site' +baseURL = 'https://ploedige.com' +languageCode = 'en' +title = 'Paul W. Lödige' +theme = "gokarna" + + +[menu] + [[menu.main]] + name = "Posts" + url = "/posts/" + weight = 1 + + [[menu.main]] + name = "Tags" + url = "/tags/" + weight = 2 diff --git a/themes/gokarna b/themes/gokarna new file mode 160000 index 0000000..b6c8394 --- /dev/null +++ b/themes/gokarna @@ -0,0 +1 @@ +Subproject commit b6c83948180047e8d4352e582718d5a05b2e577e