mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-31 00:47:13 +00:00
docs: honing #567
This commit is contained in:
parent
e8bd36cf31
commit
46fe4d8cc8
3 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
+++
|
||||
|
|
|
@ -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 doesn’t 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 doesn’t 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 %}}
|
||||
|
|
Loading…
Add table
Reference in a new issue