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/blank.html')
-rw-r--r--exampleSite/content/homepage/blank.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/exampleSite/content/homepage/blank.html b/exampleSite/content/homepage/blank.html
new file mode 100644
index 0000000..05041bd
--- /dev/null
+++ b/exampleSite/content/homepage/blank.html
@@ -0,0 +1,34 @@
++++
+title = "Blank"
+weight = 4
+draft = false
+
+[widget]
+ handler = "blank"
+
+ # 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 = ""
+
+ # See TODO
+ image = "images/hero-left.jpg"
+ # Options: auto, cover and contain. Default is auto.
+ size = "cover"
+ # Options: center, top, right, bottom, left.
+ position = ""
+ # Options: fixed, local, scroll.
+ attachment = ""
++++
+
+<div style="text-align:center">
+ <p>Write anything you like here!</p>
+</div> \ No newline at end of file