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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/homepage/vintage.md')
-rw-r--r--exampleSite/content/homepage/vintage.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/exampleSite/content/homepage/vintage.md b/exampleSite/content/homepage/vintage.md
new file mode 100644
index 0000000..cdd3541
--- /dev/null
+++ b/exampleSite/content/homepage/vintage.md
@@ -0,0 +1,34 @@
++++
+title = "Vintage"
+weight = 3
+draft = false
+
+slogan = "We are all in the gutter, but some of us are looking at the stars."
+imgLeft = "images/hero-left.jpg"
+imgRight = "images/hero-right.jpg"
+
+[widget]
+ handler = "vintage"
+
+ # Options: sm, md, lg and xl. Default is md.
+ width = ""
+
+ [widget.sidebar]
+ # Options: left and right. Leave blank to hide.
+ position = ""
+ # Options: sm, md, lg and xl. Default is md.
+ scale = ""
+
+ [widget.background]
+ # Options: primary, secondary, tertiary or any valid color value. Default is primary.
+ color = "secondary"
+
+ # See TODO
+ image = ""
+ # Options: auto, cover and contain. Default is auto.
+ size = ""
+ # Options: center, top, right, bottom, left.
+ position = ""
+ # Options: fixed, local, scroll.
+ attachment = ""
++++ \ No newline at end of file