mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-22 23:37:53 +00:00
docs: description for chapters #567
This commit is contained in:
parent
d50d99b49a
commit
e8bd36cf31
9 changed files with 20 additions and 0 deletions
|
@ -5,3 +5,5 @@ weight = 1
|
|||
+++
|
||||
|
||||
Discover what this Hugo theme is all about.
|
||||
|
||||
{{% children containerstyle="div" style="h2" description=true %}}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
+++
|
||||
alwaysopen = false
|
||||
description = "The detailed changelog"
|
||||
disableToc = false
|
||||
title = "Changelog"
|
||||
type = "changelog"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
+++
|
||||
alwaysopen = false
|
||||
description = "The detailed changelog"
|
||||
disableToc = false
|
||||
title = "Changelog"
|
||||
type = "changelog"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
+++
|
||||
description = "Initializing your website in a few simple steps"
|
||||
title = "Getting Started"
|
||||
weight = 1
|
||||
+++
|
||||
|
@ -134,3 +135,11 @@ hugo
|
|||
A `public` directory will be generated, containing all content and assets for your web site.
|
||||
|
||||
It now can be deployed to any web server by simply uploading its contents or you can check out one of [Hugo's many other deployment options](https://gohugo.io/hosting-and-deployment/).
|
||||
|
||||
## Further Steps
|
||||
|
||||
Your site is now fully functional.
|
||||
|
||||
Next, you can start [configuring your site](configuration) to your liking by setting options in your `hugo.toml`.
|
||||
|
||||
Also page authors are able to [configure many aspects of a page](content) using front matter while creating content.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
+++
|
||||
description = "Initializing your website in a few simple steps"
|
||||
title = "Gettin' started"
|
||||
weight = 1
|
||||
+++
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
+++
|
||||
alwaysopen = false
|
||||
description = "What's new in this version"
|
||||
disableToc = false
|
||||
title = "What's New"
|
||||
type = "releasenotes"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
+++
|
||||
alwaysopen = false
|
||||
description = "What's new in this version"
|
||||
disableToc = false
|
||||
title = "What's New"
|
||||
type = "releasenotes"
|
||||
|
|
|
@ -5,3 +5,5 @@ weight = 2
|
|||
+++
|
||||
|
||||
Find out how to configure and customize your site.
|
||||
|
||||
{{% children containerstyle="div" style="h2" description=true %}}
|
||||
|
|
|
@ -5,3 +5,5 @@ weight = 3
|
|||
+++
|
||||
|
||||
Learn how to create and organize your content pages.
|
||||
|
||||
{{% children containerstyle="div" style="h2" description=true %}}
|
||||
|
|
Loading…
Reference in a new issue