Meta Information
Ship Author Informat'n
Opt'n Th' theme uses author details 'n various parts o' yer ship, like RSS feeds an' meta tags.
hugo.
[params]
[params.author]
email = 'santa@example.com'
name = 'Santa Claus'
params:
author:
email: santa@example.com
name: Santa Claus
{
"params": {
"author": {
"email": "santa@example.com",
"name": "Santa Claus"
}
}
}
Ship Title
Th' title
will be used 'n meta informat'n o' yer HTML.
hugo.
title = 'Hugo Relearrrn Theme'
title: Cap'n Hugo Relearrrn Theme
{
"title": "Hugo Relearrrn Theme"
}
Ship Descript'n
Front Matter Th' theme shows a ship descript'n 'n various places, such as RSS feeds an' meta tags. For this, it uses th' descript'n
field from yer home page’s front matter.
Social Media Images
When yer plank be shared on social media, ye can set a site-wide image t' display wit' th' link
hugo.
images = ['images/hero.png']
images:
- images/hero.png
{
"images": [
"images/hero.png"
]
}
More Social Media Opt'ns
Th' theme adheres t' Hugo’s official documentat'n fer Open Graph an' Twitter Cards configurat'n.