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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRingo De Smet <ringo@de-smet.name>2017-09-10 13:19:47 +0300
committerRingo De Smet <ringo@de-smet.name>2017-09-10 13:19:47 +0300
commit759e6598fe563dc0511e570fd62c48d61770a7f2 (patch)
tree8d9371e4aa3501287ef7b982bca2e2e292eccd14 /exampleSite
parent984741ca206576a6805b536784fdcffefb89bc9c (diff)
Support for dropdowns containing single list of menu items, or the 4 column wide dropdown. Support for an optional image in the dropdown.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml221
-rw-r--r--exampleSite/static/img/template-easy-customize.pngbin0 -> 101945 bytes
-rw-r--r--exampleSite/static/img/template-homepage.pngbin0 -> 153072 bytes
3 files changed, 217 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 029f0be..def7af3 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -53,9 +53,97 @@ paginate = 10
parent = "menu.home"
[[menu.main]]
+ name = "Features"
+ identifier = "menu.features"
+ url = "/img/template-easy-customize.png"
+ weight = 3
+
+[[menu.main]]
+ name = "Shortcodes"
+ identifier = "section.shortcodes"
+ url = ""
+ weight = 1
+ parent = "menu.features"
+ post = 1
+
+[[menu.main]]
+ name = "Header variations"
+ identifier = "section.headervariations"
+ url = ""
+ weight = 2
+ parent = "menu.features"
+ post = 2
+
+[[menu.main]]
+ name = "Accordions"
+ url = ""
+ weight = 1
+ parent = "section.shortcodes"
+
+[[menu.main]]
+ name = "Alerts"
+ url = ""
+ weight = 2
+ parent = "section.shortcodes"
+
+[[menu.main]]
+ name = "Buttons"
+ url = ""
+ weight = 3
+ parent = "section.shortcodes"
+
+[[menu.main]]
+ name = "Content Boxes"
+ url = ""
+ weight = 4
+ parent = "section.shortcodes"
+
+[[menu.main]]
+ name = "Horizontal Blocks"
+ url = ""
+ weight = 5
+ parent = "section.shortcodes"
+
+[[menu.main]]
+ name = "Pagination"
+ url = ""
+ weight = 6
+ parent = "section.shortcodes"
+
+[[menu.main]]
+ name = "Tabs"
+ url = ""
+ weight = 7
+ parent = "section.shortcodes"
+
+[[menu.main]]
+ name = "Typography"
+ url = ""
+ weight = 8
+ parent = "section.shortcodes"
+
+[[menu.main]]
+ name = "Default Sticky Header"
+ url = ""
+ weight = 1
+ parent = "section.headervariations"
+
+[[menu.main]]
+ name = "No Sticky Header"
+ url = ""
+ weight = 2
+ parent = "section.headervariations"
+
+[[menu.main]]
+ name = "Light Header"
+ url = ""
+ weight = 3
+ parent = "section.headervariations"
+
+[[menu.main]]
name = "Portfolio"
identifier = "menu.portfolio"
- url = "/portfolio/"
+ url = "/img/template-homepage.png"
weight = 3
[[menu.main]]
@@ -64,6 +152,7 @@ paginate = 10
url = ""
weight = 1
parent = "menu.portfolio"
+ post = 1
[[menu.main]]
name = "2 Columns"
@@ -74,7 +163,43 @@ paginate = 10
[[menu.main]]
name = "2 Columns With Negative Space"
url = ""
- weight = 1
+ weight = 2
+ parent = "section.portfolio"
+
+[[menu.main]]
+ name = "3 Columns"
+ url = ""
+ weight = 3
+ parent = "section.portfolio"
+
+[[menu.main]]
+ name = "3 Columns With Negative Space"
+ url = ""
+ weight = 4
+ parent = "section.portfolio"
+
+[[menu.main]]
+ name = "4 Columns"
+ url = ""
+ weight = 5
+ parent = "section.portfolio"
+
+[[menu.main]]
+ name = "4 Columns With Negative Space"
+ url = ""
+ weight = 6
+ parent = "section.portfolio"
+
+[[menu.main]]
+ name = "Portfolio - detail"
+ url = ""
+ weight = 7
+ parent = "section.portfolio"
+
+[[menu.main]]
+ name = "Portfolio - detail 2"
+ url = ""
+ weight = 8
parent = "section.portfolio"
[[menu.main]]
@@ -83,6 +208,7 @@ paginate = 10
url = ""
weight = 2
parent = "menu.portfolio"
+ post = 2
[[menu.main]]
name = "About Us"
@@ -102,6 +228,7 @@ paginate = 10
url = ""
weight = 3
parent = "menu.portfolio"
+ post = 2
[[menu.main]]
name = "Packages"
@@ -110,10 +237,96 @@ paginate = 10
parent = "section.marketing"
[[menu.main]]
+ name = "All Pages"
+ identifier = "menu.allpages"
+ url = ""
+ weight = 4
+
+[[menu.main]]
+ name = "Home"
+ identifier = "section.ap-home"
+ url = ""
+ weight = 1
+ parent = "menu.allpages"
+ post = 1
+
+[[menu.main]]
+ name = "About"
+ identifier = "section.ap-about"
+ url = ""
+ weight = 2
+ parent = "menu.allpages"
+ post = 1
+
+[[menu.main]]
+ name = "Marketing"
+ identifier = "section.ap-marketing"
+ url = ""
+ weight = 3
+ parent = "menu.allpages"
+ post = 1
+
+[[menu.main]]
+ name = "Portfolio"
+ identifier = "section.ap-portfolio"
+ url = ""
+ weight = 1
+ parent = "menu.allpages"
+ post = 2
+
+[[menu.main]]
+ name = "User Pages"
+ identifier = "section.ap-userpages"
+ url = ""
+ weight = 2
+ parent = "menu.allpages"
+ post = 2
+
+[[menu.main]]
+ name = "Shop"
+ identifier = "section.ap-shop"
+ url = ""
+ weight = 1
+ parent = "menu.allpages"
+ post = 3
+
+[[menu.main]]
+ name = "Shop - Order Process"
+ identifier = "section.ap-shoporderprocess"
+ url = ""
+ weight = 2
+ parent = "menu.allpages"
+ post = 3
+
+[[menu.main]]
+ name = "Contact"
+ identifier = "section.ap-contact"
+ url = ""
+ weight = 1
+ parent = "menu.allpages"
+ post = 4
+
+[[menu.main]]
+ name = "Pages"
+ identifier = "section.ap-pages"
+ url = ""
+ weight = 2
+ parent = "menu.allpages"
+ post = 4
+
+[[menu.main]]
name = "Blog"
- identifier = "menu.blog"
+ identifier = "section.ap-blog"
+ url = ""
+ weight = 3
+ parent = "menu.allpages"
+ post = 4
+
+[[menu.main]]
+ name = "Blog Listing Big"
url = "/blog/"
- weight = 4
+ weight = 1
+ parent = "section.ap-blog"
[[menu.main]]
name = "FAQ"
diff --git a/exampleSite/static/img/template-easy-customize.png b/exampleSite/static/img/template-easy-customize.png
new file mode 100644
index 0000000..6080be0
--- /dev/null
+++ b/exampleSite/static/img/template-easy-customize.png
Binary files differ
diff --git a/exampleSite/static/img/template-homepage.png b/exampleSite/static/img/template-homepage.png
new file mode 100644
index 0000000..6541b60
--- /dev/null
+++ b/exampleSite/static/img/template-homepage.png
Binary files differ