hugo-theme-zzo/archetypes/header.md

88 lines
1.8 KiB
Markdown
Raw Normal View History

2019-12-11 02:18:44 +00:00
---
header:
- type: text
height: 235
paddingX: 50
paddingY: 0
align: left
title:
- header title1
- header title2
subtitle:
- header subtitle1
- header subtitle2
titleColor:
titleShadow: false
2019-12-11 02:18:44 +00:00
titleFontSize: 44
subtitleColor:
subtitleCursive: false
2019-12-11 02:18:44 +00:00
subtitleFontSize: 16
spaceBetweenTitleSubtitle: 20
- type: img
image: images/header/background.png
height: 235
paddingX: 50
paddingY: 0
align: center
title:
- header title1
- header title2
subtitle:
- header subtitle1
- header subtitle2
titleColor:
titleShadow: false
2019-12-11 02:18:44 +00:00
titleFontSize: 44
subtitleColor:
subtitleCursive: false
2019-12-11 02:18:44 +00:00
subtitleFontSize: 16
spaceBetweenTitleSubtitle: 20
- type: slide
height: 235
options:
startSlide: 0
auto: 5000
draggable: true
autoRestart: true
continuous: true
disableScroll: true
stopPropagation: true
2019-12-11 02:18:44 +00:00
slide:
- paddingX: 50
paddingY: 0
align: left
image: images/header/background.png
title:
- header title1
subtitle:
- header subtitle1
titleFontSize: 44
subtitleFontSize: 16
spaceBetweenTitleSubtitle: 20
- paddingX: 50
paddingY: 0
align: center
image: images/header/background.png
title:
- header title2
subtitle:
- header subtitle2
titleFontSize: 44
subtitleFontSize: 16
spaceBetweenTitleSubtitle: 20
- paddingX: 50
paddingY: 0
align: right
image: images/header/background.png
title:
- header title3
subtitle:
- header subtitle3
titleFontSize: 44
subtitleFontSize: 16
spaceBetweenTitleSubtitle: 20
2019-11-20 07:26:07 +00:00
---