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 'archetypes/widgets/blank.html')
-rw-r--r--archetypes/widgets/blank.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/archetypes/widgets/blank.html b/archetypes/widgets/blank.html
new file mode 100644
index 0000000..1c9e237
--- /dev/null
+++ b/archetypes/widgets/blank.html
@@ -0,0 +1,30 @@
++++
+title = "{{ replace .Name "-" " " | title }}"
+weight = 1
+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 = ""
+ # 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