docs: honing #567

This commit is contained in:
Sören Weber 2024-09-24 08:05:40 +02:00
parent e8bd36cf31
commit 46fe4d8cc8
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
3 changed files with 7 additions and 7 deletions

View file

@ -1,10 +1,10 @@
+++
description = "Initializing your website in a few simple steps"
description = "Initialize your website in a few simple steps"
title = "Getting Started"
weight = 1
+++
With following steps you are initializing your new website. If you don't know Hugo, we strongly suggest you learn more about it in Hugo's great [documentation for starters](https://gohugo.io/getting-started/).
With the following steps you are initializing your new website. If you don't know Hugo, we strongly suggest you learn more about its great [documentation for starters](https://gohugo.io/getting-started/).
## Install Hugo

View file

@ -1,5 +1,5 @@
+++
description = "Initializing your website in a few simple steps"
description = "Initialize your website in a few simple steps"
title = "Gettin' started"
weight = 1
+++

View file

@ -5,12 +5,12 @@ type = "chapter"
weight = 4
+++
Hugo uses Markdown for its simple content format. However, there are a lot of things that Markdown doesnt support well. You could use pure HTML to expand possibilities.
Hugo uses Markdown as its content format. However, there are a lot of things that Markdown doesnt support well.
But this happens to be a bad idea. Everyone uses Markdown because it's pure and simple to read even non-rendered. You should avoid HTML to keep it as simple as possible.
You could use pure HTML to expand your possibilities. But this happens to be a bad idea. Everyone uses Markdown because it's pure and simple to read. You should avoid HTML to keep it as simple and portable as possible.
To avoid this limitations, Hugo created [shortcodes](https://gohugo.io/extras/shortcodes/). A shortcode is a simple snippet inside a page.
To avoid Markdown's limitations, Hugo created [shortcodes](https://gohugo.io/content-management/shortcodes/). A shortcode is a simple snippet inside of a page.
The Relearn theme provides multiple shortcodes on top of existing ones.
The Relearn theme provides many shortcodes on top of [Hugo's existing ones](https://gohugo.io/content-management/shortcodes/#embedded-shortcodes).
{{% children containerstyle="div" style="h2" description=true %}}