diff --git a/exampleSite/content/basics/_index.en.md b/exampleSite/content/basics/_index.en.md index 27bb6179f8..2f0d92eb99 100755 --- a/exampleSite/content/basics/_index.en.md +++ b/exampleSite/content/basics/_index.en.md @@ -5,3 +5,5 @@ weight = 1 +++ Discover what this Hugo theme is all about. + +{{% children containerstyle="div" style="h2" description=true %}} diff --git a/exampleSite/content/basics/changelog/_index.en.md b/exampleSite/content/basics/changelog/_index.en.md index 2d474db790..0b331d8c5c 100644 --- a/exampleSite/content/basics/changelog/_index.en.md +++ b/exampleSite/content/basics/changelog/_index.en.md @@ -1,5 +1,6 @@ +++ alwaysopen = false +description = "The detailed changelog" disableToc = false title = "Changelog" type = "changelog" diff --git a/exampleSite/content/basics/changelog/_index.pir.md b/exampleSite/content/basics/changelog/_index.pir.md index 781f0d23ee..27f9e4cd2f 100644 --- a/exampleSite/content/basics/changelog/_index.pir.md +++ b/exampleSite/content/basics/changelog/_index.pir.md @@ -1,5 +1,6 @@ +++ alwaysopen = false +description = "The detailed changelog" disableToc = false title = "Changelog" type = "changelog" diff --git a/exampleSite/content/basics/quickstart/_index.en.md b/exampleSite/content/basics/quickstart/_index.en.md index 9f1a65fcfc..04b3c78933 100644 --- a/exampleSite/content/basics/quickstart/_index.en.md +++ b/exampleSite/content/basics/quickstart/_index.en.md @@ -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. diff --git a/exampleSite/content/basics/quickstart/_index.pir.md b/exampleSite/content/basics/quickstart/_index.pir.md index 53c8ee8625..c44de8d04d 100644 --- a/exampleSite/content/basics/quickstart/_index.pir.md +++ b/exampleSite/content/basics/quickstart/_index.pir.md @@ -1,4 +1,5 @@ +++ +description = "Initializing your website in a few simple steps" title = "Gettin' started" weight = 1 +++ diff --git a/exampleSite/content/basics/releasenotes/_index.en.md b/exampleSite/content/basics/releasenotes/_index.en.md index f4a74eecba..494e348ba6 100644 --- a/exampleSite/content/basics/releasenotes/_index.en.md +++ b/exampleSite/content/basics/releasenotes/_index.en.md @@ -1,5 +1,6 @@ +++ alwaysopen = false +description = "What's new in this version" disableToc = false title = "What's New" type = "releasenotes" diff --git a/exampleSite/content/basics/releasenotes/_index.pir.md b/exampleSite/content/basics/releasenotes/_index.pir.md index 5725817dc7..68e758ef3f 100644 --- a/exampleSite/content/basics/releasenotes/_index.pir.md +++ b/exampleSite/content/basics/releasenotes/_index.pir.md @@ -1,5 +1,6 @@ +++ alwaysopen = false +description = "What's new in this version" disableToc = false title = "What's New" type = "releasenotes" diff --git a/exampleSite/content/configuration/_index.en.md b/exampleSite/content/configuration/_index.en.md index fe72b7820b..07937477e2 100644 --- a/exampleSite/content/configuration/_index.en.md +++ b/exampleSite/content/configuration/_index.en.md @@ -5,3 +5,5 @@ weight = 2 +++ Find out how to configure and customize your site. + +{{% children containerstyle="div" style="h2" description=true %}} diff --git a/exampleSite/content/content/_index.en.md b/exampleSite/content/content/_index.en.md index a0bad6ade4..f33da756f2 100644 --- a/exampleSite/content/content/_index.en.md +++ b/exampleSite/content/content/_index.en.md @@ -5,3 +5,5 @@ weight = 3 +++ Learn how to create and organize your content pages. + +{{% children containerstyle="div" style="h2" description=true %}}