Skip to content

Commit ae9ea5c

Browse files
committed
fix: add my theme to hugo mod
1 parent 62a20ea commit ae9ea5c

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

go.mod

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/proxyerium/blog
2+
3+
go 1.23.4
4+
5+
require github.com/proxyerium/hugo-theme-protheriume v0.0.0-20250115124422-c2db1cc2f2a0 // indirect

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/proxyerium/hugo-theme-protheriume v0.0.0-20250115124422-c2db1cc2f2a0 h1:TztWaV5GRq9NTBWpYvki2WLj/OXSy3aEebmXUsVsnko=
2+
github.com/proxyerium/hugo-theme-protheriume v0.0.0-20250115124422-c2db1cc2f2a0/go.mod h1:6UiZD70xxl4x0mIfdVTnyorgHyL2DAVEDv3jaJU6vTU=

hugo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
baseURL = 'https://proxyerium.github.io/'
22
languageCode = 'en-us'
33
title = "proxyerium's website"
4-
theme = "hugo-theme-protheriume"
4+
5+
[[module.imports]]
6+
path = "github.com/proxyerium/hugo-theme-protheriume"

0 commit comments

Comments
 (0)