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