Welcome My Services Contact Return To Top

Welcome

Hugo-Scroll theme alternates colors of sections that are placed on single page. The landing screen is meant to be visually striking.

Single-page approach is oriented towards small to medium content length, that won’t overwhelm the user. You can also delegate lengthier, less important or more sizeable content to dedicated pages.

The belly rules the mind. — spanish proverb

By the way this welcome section won’t show in the cover menu.

The Services I Offer

Feature notice: This section displays options to customize title:

  • has a normal section title (title = “The Services I Offer”),
  • custom welcome screen title (header_menu_title = “Services”),
  • custom navigation menu title (navigation_menu_title = “My Services”).

That is the important part, right? You want to know what I can do for you. This is why I put this right up there into the header menu of the website.


Icons

This theme includes the full set of Font Awesome v6.6.0 icons. Use the {{< icon >}} shortcode with the respective name to use an icon directly in your .md files. For example “ ”:

{{< icon name="envelope" >}}

If you want to use one of Font Awesome’s brand icons—the ones that have a trademark warning and the fa-brands class—add brand=true. For example “ ”:

{{< icon name="github" brand=true >}}

If you want to use these branded icons in your contact list, use the full class names in your hugo.toml:

[[params.contacts]]
  label = "GitHub"
  value = "github.com/zjedi/hugo-scroll"
  url = "https://github.com/zjedi/hugo-scroll"
  icon = "fa-brands fa-github"

Nutrition Coaching

This is not an easy task. You will likely have to pay money for this.

Chef Consulting

I can raise your table culture!

Let us get started on a clean slate

Want to learn more about my services? See dedicated page with more details. [font-awesome-icons]: https://fontawesome.com/icons [hugo-shortcodes]: https://gohugo.io/content-management/shortcodes/