mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 11:42:37 +00:00
Update doc contrib guideline
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Contribute to Development
|
title: Contribute to Hugo Development
|
||||||
linktitle: 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.
|
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
|
date: 2017-02-01
|
||||||
publishdate: 2017-02-01
|
publishdate: 2017-02-01
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Contribute to the Hugo Docs
|
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.
|
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
|
date: 2017-02-01
|
||||||
publishdate: 2017-02-01
|
publishdate: 2017-02-01
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Add Your Hugo Theme to the Showcase
|
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.
|
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
|
date: 2017-02-01
|
||||||
publishdate: 2017-02-01
|
publishdate: 2017-02-01
|
||||||
@@ -8,7 +8,7 @@ lastmod: 2017-02-27
|
|||||||
categories: [contribute]
|
categories: [contribute]
|
||||||
tags: [contribute,themes,design]
|
tags: [contribute,themes,design]
|
||||||
authors: [digitalcraftsman]
|
authors: [digitalcraftsman]
|
||||||
weight: 10
|
weight: 30
|
||||||
draft: false
|
draft: false
|
||||||
aliases: [/contribute/theme/]
|
aliases: [/contribute/theme/]
|
||||||
wip: true
|
wip: true
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<ul class="utils-list">
|
<ul class="utils-list">
|
||||||
{{range where .Site.Pages "Section" "functions"}}
|
{{range .Site.Pages }}
|
||||||
{{ if .Params.needsexamples }}
|
{{ if .Params.needsexamples }}
|
||||||
<li><a href="{{.Site.Params.ghdocsrepo}}content/{{.File.Path}}" target="_blank">{{.Title}} <i class="icon-pencil"></i></a></li>
|
<li><a href="{{.Site.Params.ghdocsrepo}}content/{{.File.Path}}" target="_blank">{{.Title}} <i class="icon-pencil"></i></a></li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user