Skip to content

Commit b8893e6

Browse files
committed
Add go.mod file and remove theme from hugo.yaml
1 parent 6408562 commit b8893e6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/hugo-toha/toha/v4
2+
3+
go 1.21

hugo.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ module:
1515

1616
baseURL: https://join.mju-rats.com/
1717
title: "RATS 홍보페이지"
18-
theme: "toha"
1918
languageCode: en-us
2019

2120
# Control TOC depth

0 commit comments

Comments
 (0)