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

github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2018-10-19 20:38:45 +0300
committerZachary Betz <zwbetz@gmail.com>2018-10-19 20:38:45 +0300
commitffde82d6009a613c537e30a404ea535e13ba8340 (patch)
treefcf24d62cac9931fc9218a027327c0f624f7a5c2 /exampleSite
parentc0797017a0694c817d98a1d167fb6b1e1caf99e7 (diff)
Add contact page. Update readme with demo link, clarify unzip steps
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/content/contact.md6
2 files changed, 7 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 2652b22..285d9d2 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -40,5 +40,5 @@ enableGitInfo = false
weight = 2
[[menu.nav]]
name = "Contact"
- url = "#"
+ url = "/contact/"
weight = 3 \ No newline at end of file
diff --git a/exampleSite/content/contact.md b/exampleSite/content/contact.md
new file mode 100644
index 0000000..1f7be13
--- /dev/null
+++ b/exampleSite/content/contact.md
@@ -0,0 +1,6 @@
++++
+title = "Contact"
+date = "2014-04-09"
++++
+
+Thanks for visiting this theme demo. If you're interested, checkout my other stuff over at <https://zwbetz.com/>. \ No newline at end of file