Added Hugo-Module (#650)

* Updated Gitignore

* Added GoModule

* fixed typo

* Updated Module-Name

Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
Lukas Nagel
2022-10-12 20:46:25 +02:00
committed by GitHub
parent 1ca18416d1
commit bd10f18553
2 changed files with 10 additions and 1 deletions
+3 -1
View File
@@ -2,4 +2,6 @@
node_modules/ node_modules/
.DS_Store .DS_Store
.history/ .history/
resources/ resources/
public/
.hugo_build.lock
+7
View File
@@ -0,0 +1,7 @@
module github.com/hugo-toha/toha
go 1.12
// require(
// )