hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

_index.md (736B)

    1 ---
    2 title: Contribute to the Hugo Project
    3 linktitle: Contribute to Hugo
    4 description: Contribute to Hugo development and documentation.
    5 date: 2017-02-01
    6 publishdate: 2017-02-01
    7 lastmod: 2017-02-01
    8 categories: [contribute]
    9 keywords: []
   10 menu:
   11   docs:
   12     parent: "contribute"
   13     weight: 01
   14 weight: 01	#rem
   15 draft: false
   16 slug:
   17 aliases: [/tutorials/how-to-contribute-to-hugo/,/community/contributing/]
   18 toc: false
   19 ---
   20 
   21 Hugo relies heavily on the enthusiasm and participation of the open-source community. We need your support in both its development and documentation.
   22 
   23 Hugo's contribution guidelines are [detailed in a `CONTRIBUTING.md`](https://github.com/gohugoio/hugo/blob/master/CONTRIBUTING.md) in the Hugo source repository on GitHub.