mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
Merge commit '9b0050e9aabe4be65c78ccf292a348f309d50ccd' as 'docs'
``` git subtree add --prefix=docs/ https://github.com/gohugoio/hugoDocs.git master --squash ``` Closes #11925
This commit is contained in:
30
docs/content/en/contribute/themes.md
Normal file
30
docs/content/en/contribute/themes.md
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
title: Themes
|
||||
description: If you've built a Hugo theme and want to contribute back to the Hugo Community, please share it with us.
|
||||
categories: [contribute]
|
||||
keywords: [themes]
|
||||
menu:
|
||||
docs:
|
||||
parent: contribute
|
||||
weight: 40
|
||||
weight: 40
|
||||
aliases: [/contribute/theme/]
|
||||
---
|
||||
|
||||
Visit [themes.gohugo.io] to browse a collection of themes created by the Hugo community.
|
||||
|
||||
To submit your theme:
|
||||
|
||||
1. Read the [submission guidelines]
|
||||
2. Open a pull request in the [themes repository]
|
||||
|
||||
Other useful theme directories:
|
||||
|
||||
- [jamstack.club]
|
||||
- [jamstackthemes.dev]
|
||||
|
||||
[jamstack.club]: https://jamstack.club/#ssg=hugo
|
||||
[jamstackthemes.dev]: https://jamstackthemes.dev/ssg/hugo
|
||||
[submission guidelines]: https://github.com/gohugoio/hugoThemesSiteBuilder/tree/main#readme
|
||||
[themes repository]: https://github.com/gohugoio/hugoThemesSiteBuilder
|
||||
[themes.gohugo.io]: https://themes.gohugo.io/
|
Reference in New Issue
Block a user