* language menu * allow for subdir in baseURL * Update netlify.toml and github actions to use Hugo 0.121.1 * Documented i18n approaches in exampleSite * Attempted & Abandoned images from assets as recommended approach in content pages- it seems Hugo expects to access those only programmatically, not via markdown. --------- Co-authored-by: Zdenek K <zdenek.kedaj@gmail.com>
20 lines
870 B
Markdown
20 lines
870 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: "images/chef-hat.png"
|
|
#
|
|
# Headers are safeHTML, you can use HTML tags such as b,i,u,br
|
|
header_headline: "Jane Doe"
|
|
header_subheadline: "<b>Nutrition</b> Coach & <b>Chef</b> Consultant"
|
|
|
|
# Add a 'Go back to top' item to the navigation menu
|
|
# Title: name of navigation menu entry
|
|
# Weight (i. e. position in menu): none = no menu entry, first = add as first entry, last = ad as last entry
|
|
nav_to_top_title: "Return To Top"
|
|
nav_to_top_weight: last
|
|
---
|