Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Mitrichius/hugo-theme-anubis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinay Pandey <babbupandey@gmail.com>2022-04-06 09:19:12 +0300
committerVinay Pandey <babbupandey@gmail.com>2022-04-06 09:51:18 +0300
commit47c089fcd9af53030061712482f8d5cd007e1fbe (patch)
tree4f8aab182796c1bc49e2b27232e5aad5b9704731
parent6c20822bc16bae781f66624f4edcc2729c0f29a5 (diff)
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
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
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