Update doc contrib guideline

This commit is contained in:
Ryan Watters
2017-03-07 15:33:26 -06:00
parent 3a3828d7e9
commit f7ff4eefd8
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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
+1 -1
View File
@@ -1,5 +1,5 @@
<ul class="utils-list">
{{range where .Site.Pages "Section" "functions"}}
{{range .Site.Pages }}
{{ if .Params.needsexamples }}
<li><a href="{{.Site.Params.ghdocsrepo}}content/{{.File.Path}}" target="_blank">{{.Title}} <i class="icon-pencil"></i></a></li>
{{ end }}