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

github.com/alexandrevicenzi/soho.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Deininger <andreas@deininger.net>2022-03-02 23:11:53 +0300
committerAndreas Deininger <andreas@deininger.net>2022-03-02 23:11:53 +0300
commitc437d766fd2069457884a9ab4ea179da5666dbfe (patch)
tree749c4c3faeb6443aea6e92eb3800a5954deb9bda
parent32d39a31c779bdced0941f21b3faf13ea13be5c5 (diff)
Add theme for example site
-rw-r--r--exampleSite/.gitignore1
-rw-r--r--exampleSite/config.toml1
-rw-r--r--exampleSite/go.mod5
-rw-r--r--exampleSite/go.sum2
4 files changed, 9 insertions, 0 deletions
diff --git a/exampleSite/.gitignore b/exampleSite/.gitignore
new file mode 100644
index 0000000..5c41f01
--- /dev/null
+++ b/exampleSite/.gitignore
@@ -0,0 +1 @@
+.hugo_build.lock \ No newline at end of file
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 68fb16e..553bc8f 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,6 +1,7 @@
baseurl = "https://example.com/"
languageCode = "en"
title = "Soho Theme"
+theme = "github.com/alexandrevicenzi/soho"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
summarylength = 10
diff --git a/exampleSite/go.mod b/exampleSite/go.mod
new file mode 100644
index 0000000..118e4f1
--- /dev/null
+++ b/exampleSite/go.mod
@@ -0,0 +1,5 @@
+module github.com/alexandrevicenzi/soho/exampleSite
+
+go 1.12
+
+require github.com/alexandrevicenzi/soho v1.1.0 // indirect
diff --git a/exampleSite/go.sum b/exampleSite/go.sum
new file mode 100644
index 0000000..71f9c6d
--- /dev/null
+++ b/exampleSite/go.sum
@@ -0,0 +1,2 @@
+github.com/alexandrevicenzi/soho v1.1.0 h1:vXAEpvWPa8qo9JbZNyFHwr6/MDadZpslo1+GBn+c6kU=
+github.com/alexandrevicenzi/soho v1.1.0/go.mod h1:OJk59xwtMsfVCt+dVL3rOqXj9HW7ThJYP6rCULyx9Jw=