diff options
Diffstat (limited to 'docs/content/en/contribute/themes.md')
-rw-r--r-- | docs/content/en/contribute/themes.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/content/en/contribute/themes.md b/docs/content/en/contribute/themes.md new file mode 100644 index 000000000..34056c35a --- /dev/null +++ b/docs/content/en/contribute/themes.md @@ -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/ |