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

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Stieler <mail@hauke-stieler.de>2018-09-10 21:10:46 +0300
committerHauke Stieler <mail@hauke-stieler.de>2018-09-10 21:10:46 +0300
commit35e0dafbba7e3b7bca232fb4de8ff1ebf4021f11 (patch)
tree466ec9d72d022dbe484c0d45253ed7e57d87df66
parentcff32a68d169455523f58194a8b3e021f6743daf (diff)
parent9cd84768cd25ee5d2551f7ab9d221954d86f6603 (diff)
Merge branch 'dev' for v0.4.2v0.4.2
-rw-r--r--exampleSite/README.md7
-rw-r--r--exampleSite/config.toml4
-rw-r--r--images/screenshot.pngbin736235 -> 782136 bytes
-rw-r--r--images/tn.pngbin373673 -> 335800 bytes
4 files changed, 10 insertions, 1 deletions
diff --git a/exampleSite/README.md b/exampleSite/README.md
new file mode 100644
index 0000000..0c97195
--- /dev/null
+++ b/exampleSite/README.md
@@ -0,0 +1,7 @@
+This is a minimal example of the hugo theme `hamburg`. Have a look at the GitHub repo of [hauke96/the-green-spot](https://github.com/hauke96/the-green-spot) (or the website [the-green-spot.de](https://the-green-spot.de) to see what's possible with this theme.
+
+# Try this example
+1. `git clone https://github.com/hauke96/hugo-theme-hamburg.git`
+2. `cd ./hugo-theme-hamburg/exampleSite`
+3. `git clone https://github.com/hauke96/hugo-theme-hamburg.git themes/hamburg`
+4. `hugo server`
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 5ea40d9..11802d8 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,6 @@
-baseurl = "http://localhost:1313/"
+baseurl = "http://example.com/"
+# If you use "hugo server" you might want to use this entry:
+#baseurl = "http://localhost:1313/"
title = "Hamburg theme example"
copyright = "&copy; Lorem ipsum ... and so on ..."
diff --git a/images/screenshot.png b/images/screenshot.png
index 44e96d7..d0d1888 100644
--- a/images/screenshot.png
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
index 887e5e5..6c27116 100644
--- a/images/tn.png
+++ b/images/tn.png
Binary files differ