(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
This commit is contained in:
Michael T Lombardi (He/Him)
2021-09-07 15:05:33 -05:00
committed by GitHub
parent a656d711bf
commit 6aef8ef1c7
2 changed files with 26 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
module github.com/alex-shpak/hugo-book
go 1.16