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.html40
1 files changed, 19 insertions, 21 deletions
diff --git a/archetypes/widgets/blank.html b/archetypes/widgets/blank.html
index 1c9e237..9e668a1 100644
--- a/archetypes/widgets/blank.html
+++ b/archetypes/widgets/blank.html
@@ -1,30 +1,28 @@
-+++
-title = "{{ replace .Name "-" " " | title }}"
-weight = 1
-draft = false
+---
+title: {{ replace .Name "-" " " | title }}
+draft: false
+
+weight:
+widget:
+ handler: blank
-[widget]
- handler = "blank"
-
# Options: sm, md, lg and xl. Default is md.
- width = ""
+ width:
- [widget.sidebar]
+ sidebar:
# Options: left and right. Leave blank to hide.
- position = ""
+ position:
# Options: sm, md, lg and xl. Default is md.
- scale = ""
-
- [widget.background]
+ scale:
+
+ background:
# Options: primary, secondary, tertiary or any valid color value. Default is primary.
- color = ""
-
- # See TODO
- image = ""
+ color:
+ image:
# Options: auto, cover and contain. Default is auto.
- size = ""
+ size:
# Options: center, top, right, bottom, left.
- position = ""
+ position:
# Options: fixed, local, scroll.
- attachment = ""
-+++ \ No newline at end of file
+ attachment:
+--- \ No newline at end of file