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

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-03-27 16:16:44 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-03-27 16:16:44 +0300
commitd40f470190bf183501d4de662d2f29e37f7cf653 (patch)
tree8df1426981b3a55dadeb2103ad82470c46847532 /exampleSite
parent710400c540a74c2152f799409222f093d44ab8e0 (diff)
add hamburger menu and change buttons color
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/_index.md6
-rw-r--r--exampleSite/content/about.md8
2 files changed, 13 insertions, 1 deletions
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index bc57237..1eb138d 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -1,6 +1,10 @@
---
-title: "Index"
+title: "Home"
+description: ""
images: []
+draft: false
+menu: main
+weight: 1
---
# Piercer
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md
new file mode 100644
index 0000000..7824b17
--- /dev/null
+++ b/exampleSite/content/about.md
@@ -0,0 +1,8 @@
+---
+title: "About"
+description: ""
+images: []
+draft: false
+menu: main
+weight: 2
+--- \ No newline at end of file