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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

4
.gitignore vendored
View file

@ -2,4 +2,6 @@
node_modules/ node_modules/
.DS_Store .DS_Store
.history/ .history/
resources/ resources/
public/
.hugo_build.lock

7
go.mod Normal file
View file

@ -0,0 +1,7 @@
module github.com/hugo-toha/toha
go 1.12
// require(
// )