Initialise go module

* This will enable the theme to be imported as `hugo` module with a simple `module.imports` in the `config` file
* Removes the messy git submodule
This commit is contained in:
Vinay Pandey 2022-04-05 23:19:12 -07:00
parent 6c20822bc1
commit 47c089fcd9

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/Mitrichius/hugo-theme-anubis
go 1.18