mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 15:58:53 +00:00
Update doc contrib guideline
This commit is contained in:
@@ -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,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
|
||||
|
||||
@@ -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,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 }}
|
||||
|
||||
Reference in New Issue
Block a user