Skip to content

Commit

Permalink
Add Hugo Module examples and remove 'brand new' text
Browse files Browse the repository at this point in the history
  • Loading branch information
dufcrule committed May 22, 2023
1 parent 39af43e commit 6d83ea8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/en/hugo-modules/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ Hugo Modules are powered by Go Modules. For more information about Go Modules, s
- [https://github.com/golang/go/wiki/Modules](https://github.com/golang/go/wiki/Modules)
- [https://go.dev/blog/using-go-modules](https://go.dev/blog/using-go-modules)

This is all very much brand new and there are only a few example projects around:
Hugo Modules were introduced in [Hugo v0.56.0](https://github.com/gohugoio/hugo/releases/tag/v0.56.0). Here are some example projects that use Hugo Modules:

- [https://github.com/bep/docuapi](https://github.com/bep/docuapi) is a theme that has been ported to Hugo Modules while testing this feature. It is a good example of a non-Hugo-project mounted into Hugo’s folder structure. It even shows a JS Bundler implementation in regular Go templates.
- [https://github.com/bep/my-modular-site](https://github.com/bep/my-modular-site) is a very simple site used for testing.
- [https://github.com/google/docsy-example](https://github.com/google/docsy-example) is a Hugo theme module for technical documentation sites.
- [https://github.com/rootwork/hugo-module-site](https://github.com/rootwork/hugo-module-site) is an example of how to load both themes and content as Hugo Modules.

0 comments on commit 6d83ea8

Please sign in to comment.