2020-07-07 08:37:57 +00:00
|
|
|
|
baseURL = "https://example.com"
|
|
|
|
|
|
|
|
|
|
# This is a "one page"-website, so we do not need these kinds of pages...
|
|
|
|
|
disableKinds = ["section", "taxonomy", "term", "RSS", "robotsTXT"]
|
|
|
|
|
|
|
|
|
|
defaultContentLanguage = "en"
|
|
|
|
|
|
2020-08-16 10:29:13 +00:00
|
|
|
|
# The name of this wonderful theme ;-).
|
2020-07-07 08:37:57 +00:00
|
|
|
|
theme = "hugo-scroll"
|
|
|
|
|
|
|
|
|
|
# The "title" of your website
|
|
|
|
|
title = "Jane Doe - Nutrition Coach & Chef Consultant"
|
|
|
|
|
|
|
|
|
|
[params]
|
|
|
|
|
# A "copyright"-line to be added at the bottom of the page.
|
2020-07-08 17:26:00 +00:00
|
|
|
|
# Hint: Markdown is supported in here as well. So you may e.g. add a link to your legal imprint-page.
|
2020-07-07 08:37:57 +00:00
|
|
|
|
copyright = "© Jane Doe"
|
|
|
|
|
|
|
|
|
|
# The "description" of your website. This is used in the meta data of your generated html.
|
|
|
|
|
description = "Nutrition Coach & Chef Consultant"
|
|
|
|
|
|
|
|
|
|
# The path to your "favicon". This should be a square (at least 32px x 32px) png-file.
|
2020-07-09 09:21:57 +00:00
|
|
|
|
favicon = "images/favicon.png"
|
2020-07-07 08:37:57 +00:00
|
|
|
|
|
|
|
|
|
# These "images" are used for the structured data templates. This will show up, when
|
|
|
|
|
# services like Twitter or Slack want to generate a preview of a link to your site.
|
|
|
|
|
# See https://gohugo.io/templates/internal#twitter-cards and
|
|
|
|
|
# https://gohugo.io/templates/internal#open-graph.
|
2020-07-09 09:21:57 +00:00
|
|
|
|
images = ["images/cover-image.jpg"]
|
2020-07-08 17:26:00 +00:00
|
|
|
|
|
|
|
|
|
# Another "title" :-). This one is used as the site_name on the Hugo's internal
|
|
|
|
|
# opengraph structured data template.
|
2020-07-07 08:37:57 +00:00
|
|
|
|
# See https://ogp.me/ and https://gohugo.io/templates/internal#open-graph.
|
|
|
|
|
title = "Jane Doe - Nutrition Coach & Chef Consultant"
|
2020-07-08 17:26:00 +00:00
|
|
|
|
|
2020-07-07 08:37:57 +00:00
|
|
|
|
# This theme will, by default, inject a design-by-line at the bottom of the page.
|
|
|
|
|
# You can turn it off, but we would really appreciate if you don’t :-)
|
|
|
|
|
# hidedesignbyline = true
|
2020-07-08 17:26:00 +00:00
|
|
|
|
|
2020-07-07 08:37:57 +00:00
|
|
|
|
[params.meta]
|
|
|
|
|
keywords = "some, keywords, for, seo, you, know, google, duckduckgo, and, such"
|