Update theme

This commit is contained in:
Fundor333
2024-09-16 22:14:22 +02:00
parent 65314a9073
commit 23adf815d3
2 changed files with 2 additions and 2 deletions

View File

@@ -2,4 +2,4 @@ baseURL: "https://fundor333.com"
DefaultContentLanguage: en DefaultContentLanguage: en
languageCode: en languageCode: en
theme: ["github.com/fundor333/macha-theme"] theme: ["github.com/fundor333/macha-theme"]
title: Fundor 333 title: Fundor333

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/fundor333/fundor333.github.io
go 1.22.5 go 1.22.5
require ( require (
github.com/fundor333/macha-theme v1.5.1 // indirect github.com/fundor333/macha-theme v1.5.2 // indirect
github.com/fundor333/macia-image v1.0.1 // indirect github.com/fundor333/macia-image v1.0.1 // indirect
github.com/fundor333/macia-indiweb v1.0.0 // indirect github.com/fundor333/macia-indiweb v1.0.0 // indirect
) )