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

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAndreas Deininger <andreas@deininger.net>2022-01-20 13:16:28 +0300
committerGitHub <noreply@github.com>2022-01-20 13:16:28 +0300
commitfe661c8c3826140c3b006b66abdd581a745e604c (patch)
tree913bf708cb82522f75416df3fea91213b41e8f0e /go.mod
parentbfd1eb84003cd1e364ca3fb288250247a46cf633 (diff)
feat: turn stack theme into a hugo module (#460)
* Turn stack theme into a hugo module
Diffstat (limited to 'go.mod')
-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..1cf4674
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/CaiJimmy/hugo-theme-stack
+
+go 1.12