From 1367be5a448e6def3abcd00b28acb7d9bc2fb40d Mon Sep 17 00:00:00 2001 From: Daniel Jr Date: Sat, 28 Sep 2024 14:01:57 -0300 Subject: [PATCH] fix build Signed-off-by: Daniel Jr --- .gitmodules | 3 --- hugo.toml | 15 --------------- 2 files changed, 18 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 346fa6f..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "themes/cactus"] - path = themes/cactus - url = https://github.com/monkeyWzr/hugo-theme-cactus.git diff --git a/hugo.toml b/hugo.toml index 489563c..dbf463b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -4,9 +4,6 @@ title = "Daniel Jr | Backend Developer" theme = "cactus" copyright = "Me" -# summaryLength = 2 - -# Main menu which appears below site header. [[menu.main]] name = "Home" url = "/" @@ -16,16 +13,6 @@ weight = 1 name = "Writings" url = "/posts" weight = 2 -# -#[[menu.main]] -#name = "Tags" -#url = "/tags" -#weight = 3 - -#[[menu.main]] -#name = "About" -#url = "/about" -#weight = 4 [markup] [markup.tableOfContents] @@ -53,8 +40,6 @@ weight = 2 postsOnHomePage = 5 tagsOverview = true showProjectsList = true - - # Post page settings show_updated = true showReadTime = false -- 2.47.3