14 lines
610 B
Markdown
14 lines
610 B
Markdown
---
|
|
# Striking header background image, Ideal images are homogenous around the centre and contrasting to the text. Non-ideal images can use `title_guard`
|
|
header_image: "images/cover-image.jpg"
|
|
#
|
|
# When set true, uses video from custom_header_video.html partial, instead of header_image
|
|
header_use_video: false
|
|
#
|
|
# Optional header logo. CSS: `#blog-logo`, with max-height defined, optimize to prevent scaling
|
|
header_logo: "/ve_logo_unscharf_300x300.png"
|
|
#
|
|
# Headers are safeHTML, you can use HTML tags such as b,i,u,br
|
|
header_headline: "vanilla.engineering"
|
|
header_subheadline: "creating camper experience"
|
|
---
|