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/pages.md')
-rw-r--r--exampleSite/content/homepage/pages.md47
1 files changed, 22 insertions, 25 deletions
diff --git a/exampleSite/content/homepage/pages.md b/exampleSite/content/homepage/pages.md
index 0b4b1b5..de31565 100644
--- a/exampleSite/content/homepage/pages.md
+++ b/exampleSite/content/homepage/pages.md
@@ -1,37 +1,34 @@
-+++
-title = "Pages"
-weight = 2
-draft = false
-
+---
+title: Pages
+draft: false
# Section you want to display
-section = "posts"
+section: posts
# Pages count
-count = 5
+count: 5
# Options: card, plain and masonry.
-style = "plain"
+style: plain
+
+weight: 2
+widget:
+ handler: pages
-[widget]
- handler = "pages"
-
# 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