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

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2020-09-02 23:36:07 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-09-02 23:36:07 +0300
commita5727576d93abd80c95b9814d22e30fbeab24e7f (patch)
treef5e85e31ce5f482509b19d18b48e0cfab69b215f /go.mod
parent5e464f72b249a7dfe8a60e4284d7ce9f36773a78 (diff)
build: update to use wowchemy module
Removes hugo-academic Git Submodule and replaces it with Wowchemy Hugo Module Also enable robots.txt in config.toml
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 00000000..b6440550
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module github.com/wowchemy/starter-academic
+
+go 1.15
+
+require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20200902195927-86da39719ccd // indirect