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

github.com/alex-shpak/hugo-book.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMichael T Lombardi (He/Him) <michael.t.lombardi@outlook.com>2021-09-07 23:05:33 +0300
committerGitHub <noreply@github.com>2021-09-07 23:05:33 +0300
commit6aef8ef1c7760b6865d4ce8b07a9e832a2bd4974 (patch)
treee9a81ac31db3af9de48812a27de85082b2a42355 /go.mod
parenta656d711bf1316ed16208d0b3ceb8b8ef5f626cf (diff)
(GH-375) Enable use as a hugo module (#376)
This commit does the minimal work to make the Book theme a functional hugo module by adding the go.mod file and including instructions in the project README for use. Resolves #375
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..3e9c89b
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/alex-shpak/hugo-book
+
+go 1.16