diff --git a/exampleSite/content/basics/installation/_index.en.md b/exampleSite/content/basics/installation/_index.en.md index c6cd813f17..74a68d994d 100644 --- a/exampleSite/content/basics/installation/_index.en.md +++ b/exampleSite/content/basics/installation/_index.en.md @@ -15,7 +15,7 @@ hugo new site ## Install the theme -Install the Relearn theme by following [this documentation](https://gohugo.io/getting-started/quick-start/#step-3-add-a-theme) +Install the Relearn theme by following [this documentation](https://gohugo.io/hugo-modules/use-modules/#use-a-module-for-a-theme) using Hugo's module system. This theme's repository is: https://github.com/McShelby/hugo-theme-relearn.git diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index 97c7f10da1..acdc0ff2d1 100644 --- a/exampleSite/content/basics/migration/_index.en.md +++ b/exampleSite/content/basics/migration/_index.en.md @@ -14,6 +14,12 @@ This document shows you what's new in the latest release. For a detailed list of --- +## 5.9.0 (not yet released) + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme now supports [Hugo's module system](https://gohugo.io/hugo-modules/). + +--- + ## 5.8.0 (2022-12-08) - {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The new [`badge` shortcode]({{% relref "shortcodes/badge" %}}) is now available to add highly configurable markers to your content as you can see it on this page. diff --git a/go.mod b/go.mod new file mode 100644 index 0000000000..b63e7e8846 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/McShelby/hugo-theme-relearn + +go 1.18