From b7bf25438d889ce9fb3a1c1229bf8f621573c735 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Tue, 30 Sep 2025 11:02:46 -0500 Subject: [PATCH] update hugo and switch to hugo-coder --- .github/workflows/publish.yml | 2 +- .gitmodules | 6 +-- config.toml | 87 +++++++++++++++++++---------------- themes/KeepIt | 1 - themes/hugo-coder | 1 + 5 files changed, 52 insertions(+), 45 deletions(-) delete mode 160000 themes/KeepIt create mode 160000 themes/hugo-coder diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c84578d..0029da6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: - name: setup hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.110.0' + hugo-version: '0.150.1' extended: true - name: build run: hugo --minify --destination ./build diff --git a/.gitmodules b/.gitmodules index ed45acc..ce3490a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "themes/KeepIt"] - path = themes/KeepIt - url = https://github.com/Fastbyte01/KeepIt +[submodule "themes/hugo-coder"] + path = themes/hugo-coder + url = https://github.com/luizdepra/hugo-coder.git diff --git a/config.toml b/config.toml index f20307f..2536c84 100644 --- a/config.toml +++ b/config.toml @@ -1,50 +1,57 @@ baseURL = "http://jwetzell.com/" languageCode = "en-us" title = "Joel Wetzell" -theme = "KeepIt" +theme = "hugo-coder" +languagecode = "en" +defaultcontentlanguage = "en" -[Permalinks] - posts = "/:year/:filename/" +[pagination] +pagerSize = 20 -[menu] - [[menu.main]] - name = "Projects" - url = "/projects/" - weight = 3 + +[[menu.main]] +name = "Projects" +url = "/projects/" +weight = 1 [params] - since = 2016 - author = "Joel Wetzell" # Author's name - subtitle = "Just some side projects" # Subtitle - cdn_url = "" # Base CDN URL - home_mode = "" # post or other - - avatar = "/images/me/avatar.jpg" #comment it to use gravatar - socialShare = true - - description = "Joel Wetzell's portofolio site" # site description - keywords = "" # site keywords - + author = "" + info = "Just some side projects" + description = "Joel Wetzell's portofolio site" + avatarurl = "/images/me/avatar.jpg" #comment it to use gravatar + keywords = "blog,developer,personal,projects" license= 'Released under CC BY-NC 4.0' + colorScheme = "auto" + hidecolorschemetoggle = false -[params.social] - GitHub = "jwetzell" - Linkedin = "joel-wetzell-81975979" - Twitter = "jwetzell" - Instagram = "jwetzell" - Facebook = "joel.wetzell" - Gitlab = "jwetzell" - Reddit = "imhonestlyconfused" - Paypal = "JoelWetzell" - -[params.share] - Twitter = true - Facebook = true - Linkedin = true - -# Used only for Seo schema -copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." - -[author] - name = "Joel Wetzell" +[[params.social]] + name = "Github" + icon = "fa-brands fa-github fa-2x" + weight = 1 + url = "https://github.com/jwetzell/" +[[params.social]] + name = "LinkedIn" + icon = "fa-brands fa-linkedin fa-2x" + weight = 2 + url = "https://www.linkedin.com/in/joel-wetzell-81975979/" +[[params.social]] + name = "Gitlab" + icon = "fa-brands fa-gitlab fa-2x" + weight = 3 + url = "https://gitlab.com/jwetzell/" +[[params.social]] + name = "Reddit" + icon = "fa-brands fa-reddit fa-2x" + weight = 4 + url = "https://reddit.com/user/imhonestlyconfused/" +[[params.social]] + name = "Discord" + icon = "fa-brands fa-discord fa-2x" + weight = 4 + url = "https://discord.com/users/293218050230976513/" +[[params.social]] + name = "PayPal" + icon = "fa-brands fa-paypal fa-2x" + weight = 5 + url = "https://paypal.me/JoelWetzell" \ No newline at end of file diff --git a/themes/KeepIt b/themes/KeepIt deleted file mode 160000 index 761d527..0000000 --- a/themes/KeepIt +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 761d5276f944a86dcdf0d8a203596867348a26c5 diff --git a/themes/hugo-coder b/themes/hugo-coder new file mode 160000 index 0000000..cb13ec4 --- /dev/null +++ b/themes/hugo-coder @@ -0,0 +1 @@ +Subproject commit cb13ec4671611990420f29321c4430e928a67518