SEO

Use sensible defaults for structured data, open graph, and Twitter cards. Or easily change the SEO settings to your liking.

./config/_default/params.toml

Homepage

title = "Hyas"
titleSeparator = "-"
titleAddition = "Modern Documentation Theme"
description = "Hyas is a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default."

See also: The Document Title element

Open Graph + Twitter Cards

images = ["hyas.png"]
twitterSite = "henkverlinde"
twitterCreator = "henkverlinde"
facebookAuthor = "verlinde.henk"
facebookPublisher = "verlinde.henk"
ogLocale = "en_US"

See also: The Open Graph protocol and Cards

JSON-LD

schemaType = "Organization"
schemaLogo = "logo-hyas.png"
schemaTwitter = "https://twitter.com/henkverlinde"
schemaLinkedIn = "https://www.linkedin.com/in/henkverlinde/"
schemaGitHub = "https://github.com/h-enk"
schemaSection = "blog"

See also: schema.org

siteLinksSearchBox = false

See also: Sitelinks search box

Chrome Browser

themeColor = "#fff"

See also: theme-color

Edit this page on GitHub