From 47c089fcd9af53030061712482f8d5cd007e1fbe Mon Sep 17 00:00:00 2001 From: Vinay Pandey Date: Tue, 5 Apr 2022 23:19:12 -0700 Subject: [PATCH] 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 --- go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..f3d87a2 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/Mitrichius/hugo-theme-anubis + +go 1.18