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

github.com/frjo/hugo-theme-zen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Jonsson <frjo@xdeb.org>2022-05-13 16:21:51 +0300
committerFredrik Jonsson <frjo@xdeb.org>2022-05-13 16:21:51 +0300
commitfa45566cb505f6e7575ec297aa276e6195946198 (patch)
tree591aa2e73344c9c6fc6e95c4f2c203dc5bffbe0d
parented65193b72d9e7ab5dad61559108dad547d24496 (diff)
Remove module stuff from exampleSite.
-rw-r--r--exampleSite/config.yaml2
-rw-r--r--exampleSite/go.mod5
-rw-r--r--exampleSite/go.sum2
3 files changed, 1 insertions, 8 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index e329299..25dd0a6 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -1,7 +1,7 @@
---
title: "Hugo Zen theme"
baseURL: "https://example.org/"
-theme: "github.com/frjo/hugo-theme-zen"
+theme: "zen"
languageCode: "en-GB"
defaultContentLanguage: "en"
pluralizelisttitles: false
diff --git a/exampleSite/go.mod b/exampleSite/go.mod
deleted file mode 100644
index df62840..0000000
--- a/exampleSite/go.mod
+++ /dev/null
@@ -1,5 +0,0 @@
-module github.com/frjo/hugo-theme-zen/exampleSite
-
-go 1.12
-
-require github.com/frjo/hugo-theme-zen v2.1.0+incompatible // indirect
diff --git a/exampleSite/go.sum b/exampleSite/go.sum
deleted file mode 100644
index fc67ed0..0000000
--- a/exampleSite/go.sum
+++ /dev/null
@@ -1,2 +0,0 @@
-github.com/frjo/hugo-theme-zen v2.1.0+incompatible h1:aDpNcrjQ+w+82oZXEG9ADZadk5nllXpHyN3wzJctD3M=
-github.com/frjo/hugo-theme-zen v2.1.0+incompatible/go.mod h1:rnj+r21QUs67tvO9VRsMEggl1cB637lMtSTIZBQk/iA=