From f7ff4eefd877f640a43dbd176e24113f18e29e76 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Tue, 7 Mar 2017 15:33:26 -0600 Subject: [PATCH] Update doc contrib guideline --- content/contribute/development.md | 4 ++-- content/contribute/documentation.md | 2 +- content/contribute/themes.md | 4 ++-- layouts/shortcodes/needsexamples.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/contribute/development.md b/content/contribute/development.md index 2d57b8adf..5ae76d566 100644 --- a/content/contribute/development.md +++ b/content/contribute/development.md @@ -1,6 +1,6 @@ --- -title: Contribute to Development -linktitle: Contribute to Hugo Development +title: Contribute to Hugo Development +linktitle: Code description: Hugo relies heavily on contributions from the open source community. You don't need to be a Golang guru to contribute to the project's development. date: 2017-02-01 publishdate: 2017-02-01 diff --git a/content/contribute/documentation.md b/content/contribute/documentation.md index 1e92c4c3c..2fb1e6454 100644 --- a/content/contribute/documentation.md +++ b/content/contribute/documentation.md @@ -1,6 +1,6 @@ --- title: Contribute to the Hugo Docs -linktitle: Improve the Docs +linktitle: Docs description: Documentation is an integral part of any open source project. The Hugo docs are as much a work in progress as the source it attempts to teach its users. date: 2017-02-01 publishdate: 2017-02-01 diff --git a/content/contribute/themes.md b/content/contribute/themes.md index ce2567ac4..00fb1c598 100644 --- a/content/contribute/themes.md +++ b/content/contribute/themes.md @@ -1,6 +1,6 @@ --- title: Add Your Hugo Theme to the Showcase -linktitle: Add Your Theme +linktitle: Themes description: If you've built a Hugo theme and want to contribute back to the Hugo Community, add your theme to the Hugo Showcase. date: 2017-02-01 publishdate: 2017-02-01 @@ -8,7 +8,7 @@ lastmod: 2017-02-27 categories: [contribute] tags: [contribute,themes,design] authors: [digitalcraftsman] -weight: 10 +weight: 30 draft: false aliases: [/contribute/theme/] wip: true diff --git a/layouts/shortcodes/needsexamples.html b/layouts/shortcodes/needsexamples.html index f5dd512a7..05644fe9e 100644 --- a/layouts/shortcodes/needsexamples.html +++ b/layouts/shortcodes/needsexamples.html @@ -1,5 +1,5 @@