Merge branch 'master' into pr/45

This commit is contained in:
zjedi 2023-03-21 00:52:42 +01:00
commit b8fdafcc14
176 changed files with 10740 additions and 8110 deletions

View file

@ -8,34 +8,42 @@ defaultContentLanguage = "en"
# The name of this wonderful theme ;-).
theme = "hugo-scroll"
# The "title" of your website
# The browser tab name
title = "Jane Doe - Nutrition Coach & Chef Consultant"
# Theme-specific variables `.Site.Params.myParamName`
[params]
# A "copyright"-line to be added at the bottom of the page.
# Hint: Markdown is supported in here as well. So you may e.g. add a link to your legal imprint-page.
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.
favicon = "images/favicon.png"
# 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.
# See https://gohugo.io/templates/internal#twitter-cards and https://gohugo.io/templates/internal#open-graph.
# NOT the actual header background image, go to _index.md instead
images = ["images/cover-image.jpg"]
# When set true, it creates a visual guard (partially transparent rounded box), preventing non-ideal background images from interfering with title/description headings
# Ideal images are homogenous around the centre and contrasting to the text.
# see CSS classes: .title-and-description-guard, .blog-title, .blog-description
# see _index.md header_headline and header_subheadline
title_guard = false
# Another "title" :-). This one is used as the site_name on the Hugo's internal
# opengraph structured data template.
# See https://ogp.me/ and https://gohugo.io/templates/internal#open-graph.
title = "Jane Doe - Nutrition Coach & Chef Consultant"
# The "description" of your website. This is used in the meta data of your generated html.
description = "Nutrition Coach & Chef Consultant"
# A "copyright"-line to be added at the bottom of the page.
# Hint: Markdown is supported in here as well. So you may e.g. add a link to your legal imprint-page.
copyright = "© Jane Doe"
# 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 dont :-)
# hidedesignbyline = true
hidedesignbyline = false
[params.meta]
keywords = "some, keywords, for, seo, you, know, google, duckduckgo, and, such"

View file

@ -1,5 +1,8 @@
---
# 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"
# Optional header logo. CSS: `#blog-logo`, with max-height defined, optimize to prevent scaling
header_logo: "images/chef-hat.png"
header_headline: "Jane Doe"
header_subheadline: "Hi there , I am a Nutrition Coach & Chef Consultant"
---

View file

@ -0,0 +1,8 @@
---
title: "Credits"
weight: 99
header_menu: true
---
In this section we give thanks to authors of resources used on this demo page.
![Nice picture to make you pay me ;-)](images/chef-hat.png)
{{<extlink text="Chef-hat icons created by Cuputo - Flaticon" href="https://www.flaticon.com/free-icons/chef-hat">}}

View file

@ -0,0 +1,6 @@
---
title: "GitHub"
weight: 99
header_menu: true
external: https://github.com/
---

View file

@ -10,7 +10,7 @@ That is the important part, right? You want to know what I can do for you. This
---
## Nutrition Coaching
### Nutrition Coaching
This is not an easy task. You will likely have to pay money for this. You know what - let us look at a nice picture first.
@ -18,9 +18,7 @@ This is not an easy task. You will likely have to pay money for this. You know w
Wow. That was nice, right? Well, call me and let us talk.
---
## Chef Consulting
### Chef Consulting
Did you see the picture above? I can show you how to go from
@ -36,4 +34,4 @@ in estimated seconds.
Want to learn more about my services?
Check out [this page](services) I created. It carries a lot more details...
Check out [dedicated page](services) with a lot more details.

View file

@ -33,3 +33,8 @@ to
![Let us get started on a clean slate](../images/woman-pouring-juice-on-glass-3184192.jpg)
in estimated seconds.
Don't believe me? Here are some bullets
* If anyone can teach you to cook, I can
* And if you already know how to cook, I will make you that much better

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB