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

github.com/gohugoio/hugoTestModules1_darwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo CI <hugo-ci@gohugo.io>2020-10-18 11:41:06 +0300
committerHugo CI <hugo-ci@gohugo.io>2020-10-18 11:41:06 +0300
commit2b35f20e822158e11a28ef5fa3a65964967becd2 (patch)
treee3b0098d3679fb72a0842d2955bf25aa8ee1d742 /modh1_2_1v
parent993d656ace2d7baa779595360e0dd5f204d91f08 (diff)
[v1.0.0] Add initial version of modules
Diffstat (limited to 'modh1_2_1v')
-rw-r--r--modh1_2_1v/config.toml2
-rw-r--r--modh1_2_1v/data/modinfo/modh1_2_1v.toml2
-rw-r--r--modh1_2_1v/data/modinfo/module.toml2
-rw-r--r--modh1_2_1v/go.mod3
4 files changed, 9 insertions, 0 deletions
diff --git a/modh1_2_1v/config.toml b/modh1_2_1v/config.toml
new file mode 100644
index 0000000..feccb16
--- /dev/null
+++ b/modh1_2_1v/config.toml
@@ -0,0 +1,2 @@
+
+theme = []
diff --git a/modh1_2_1v/data/modinfo/modh1_2_1v.toml b/modh1_2_1v/data/modinfo/modh1_2_1v.toml
new file mode 100644
index 0000000..80369f3
--- /dev/null
+++ b/modh1_2_1v/data/modinfo/modh1_2_1v.toml
@@ -0,0 +1,2 @@
+name = "modh1_2_1v"
+version = "v1.0.0"
diff --git a/modh1_2_1v/data/modinfo/module.toml b/modh1_2_1v/data/modinfo/module.toml
new file mode 100644
index 0000000..80369f3
--- /dev/null
+++ b/modh1_2_1v/data/modinfo/module.toml
@@ -0,0 +1,2 @@
+name = "modh1_2_1v"
+version = "v1.0.0"
diff --git a/modh1_2_1v/go.mod b/modh1_2_1v/go.mod
new file mode 100644
index 0000000..1ad3fd0
--- /dev/null
+++ b/modh1_2_1v/go.mod
@@ -0,0 +1,3 @@
+module github.com/gohugoio/hugoTestModules1_darwin/modh1_2_1v
+
+go 1.12