update hugo and switch to hugo-coder

This commit is contained in:
2025-09-30 11:02:46 -05:00
parent c5d31de472
commit b7bf25438d
5 changed files with 52 additions and 45 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
- name: setup hugo - name: setup hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2
with: with:
hugo-version: '0.110.0' hugo-version: '0.150.1'
extended: true extended: true
- name: build - name: build
run: hugo --minify --destination ./build run: hugo --minify --destination ./build
+3 -3
View File
@@ -1,3 +1,3 @@
[submodule "themes/KeepIt"] [submodule "themes/hugo-coder"]
path = themes/KeepIt path = themes/hugo-coder
url = https://github.com/Fastbyte01/KeepIt url = https://github.com/luizdepra/hugo-coder.git
+47 -40
View File
@@ -1,50 +1,57 @@
baseURL = "http://jwetzell.com/" baseURL = "http://jwetzell.com/"
languageCode = "en-us" languageCode = "en-us"
title = "Joel Wetzell" title = "Joel Wetzell"
theme = "KeepIt" theme = "hugo-coder"
languagecode = "en"
defaultcontentlanguage = "en"
[Permalinks] [pagination]
posts = "/:year/:filename/" pagerSize = 20
[menu]
[[menu.main]] [[menu.main]]
name = "Projects" name = "Projects"
url = "/projects/" url = "/projects/"
weight = 3 weight = 1
[params] [params]
since = 2016 author = ""
author = "Joel Wetzell" # Author's name info = "Just some side projects"
subtitle = "Just some side projects" # Subtitle description = "Joel Wetzell's portofolio site"
cdn_url = "" # Base CDN URL avatarurl = "/images/me/avatar.jpg" #comment it to use gravatar
home_mode = "" # post or other keywords = "blog,developer,personal,projects"
avatar = "/images/me/avatar.jpg" #comment it to use gravatar
socialShare = true
description = "Joel Wetzell's portofolio site" # site description
keywords = "" # site keywords
license= 'Released under <a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>' license= 'Released under <a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>'
colorScheme = "auto"
hidecolorschemetoggle = false
[params.social] [[params.social]]
GitHub = "jwetzell" name = "Github"
Linkedin = "joel-wetzell-81975979" icon = "fa-brands fa-github fa-2x"
Twitter = "jwetzell" weight = 1
Instagram = "jwetzell" url = "https://github.com/jwetzell/"
Facebook = "joel.wetzell" [[params.social]]
Gitlab = "jwetzell" name = "LinkedIn"
Reddit = "imhonestlyconfused" icon = "fa-brands fa-linkedin fa-2x"
Paypal = "JoelWetzell" weight = 2
url = "https://www.linkedin.com/in/joel-wetzell-81975979/"
[params.share] [[params.social]]
Twitter = true name = "Gitlab"
Facebook = true icon = "fa-brands fa-gitlab fa-2x"
Linkedin = true weight = 3
url = "https://gitlab.com/jwetzell/"
# Used only for Seo schema [[params.social]]
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." name = "Reddit"
icon = "fa-brands fa-reddit fa-2x"
[author] weight = 4
name = "Joel Wetzell" 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"
Submodule themes/KeepIt deleted from 761d5276f9
+1
Submodule themes/hugo-coder added at cb13ec4671