Fix tocs and template in docs/home/contribute (#8998)

These pages did not use any template and the displayed toc started
with two bullet points.

Fixes:
* Use the concept template everywhere and add capture markers.
* Rework content-organization.md to move the references to a "whatsnext"
  section.
* Fix in localization.md a misparsed list.
This commit is contained in:
Andreas Jaeger
2018-06-08 20:32:54 +02:00
committed by k8s-ci-robot
parent 560932ae4e
commit 200dd071a4
2 changed files with 33 additions and 6 deletions
@@ -1,16 +1,19 @@
---
title: Content Organization
date: 2018-04-30
content_template: templates/concept
weight: 42
---
{{< toc >}}
{{% capture overview %}}
This site uses Hugo. In Hugo, [content organization](https://gohugo.io/content-management/organization/) is a core concept.
Also see:
* [Custom Hugo Shortcodes](/docs/home/contribute/includes)
* [Style Guide](/docs/home/contribute/style-guide)
{{% /capture %}}
{{% capture body %}}
{{% note %}}
**Hugo Tip:** Start Hugo with `hugo server --navigateToChanged` for content edit-sessions.
@@ -128,3 +131,12 @@ Some important notes to the files in the bundles:
The `SASS` source of the stylesheets for this site is stored below `src/sass` and can be built with `make sass` (note that Hugo will get `SASS` support soon, see https://github.com/gohugoio/hugo/issues/4243).
{{% /capture %}}
{{% capture whatsnext %}}
* [Custom Hugo Shortcodes](/docs/home/contribute/includes)
* [Style Guide](/docs/home/contribute/style-guide)
{{% /capture %}}