Skip to content

Commit

Permalink
starters: update modules to v5.6.0 (HugoBlox#2779)
Browse files Browse the repository at this point in the history
  • Loading branch information
Splitter committed Jul 26, 2022
1 parent a7d08d6 commit 296b95f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -42,9 +42,10 @@ We're an open source movement that depends on your support to stay online and th
## Latest news

<!--START_SECTION:news-->
* [Easily make an academic CV website to get more cites and grow your audience 馃殌](https:&#x2F;&#x2F;wowchemy.com&#x2F;blog&#x2F;easily-make-academic-website&#x2F;)
* [What&#39;s new in v5.2?](https:&#x2F;&#x2F;wowchemy.com&#x2F;blog&#x2F;whats-new-in-v5.2&#x2F;)
* [What&#39;s new in v5.1?](https:&#x2F;&#x2F;wowchemy.com&#x2F;blog&#x2F;whats-new-in-v5.1&#x2F;)
* [Version 5.0 (February 2021)](https:&#x2F;&#x2F;wowchemy.com&#x2F;blog&#x2F;version-5.0-february-2021&#x2F;)
* [Version 5.0 Beta 3 (February 2021)](https:&#x2F;&#x2F;wowchemy.com&#x2F;blog&#x2F;version-5.0-beta-3-february-2021&#x2F;)

- [Easily make an academic CV website to get more cites and grow your audience 馃殌](https://wowchemy.com/blog/easily-make-academic-website/)
- [What&#39;s new in v5.2?](https://wowchemy.com/blog/whats-new-in-v5.2/)
- [What&#39;s new in v5.1?](https://wowchemy.com/blog/whats-new-in-v5.1/)
- [Version 5.0 (February 2021)](https://wowchemy.com/blog/version-5.0-february-2021/)
- [Version 5.0 Beta 3 (February 2021)](https://wowchemy.com/blog/version-5.0-beta-3-february-2021/)
<!--END_SECTION:news-->
5 changes: 3 additions & 2 deletions config/_default/config.yaml
Expand Up @@ -21,8 +21,9 @@ removePathAccents: true

module:
imports:
- path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5
- path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5

############################
## ADVANCED
Expand Down
5 changes: 3 additions & 2 deletions go.mod
Expand Up @@ -3,6 +3,7 @@ module github.com/wowchemy/starter-hugo-academic
go 1.15

require (
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220423180919-17d5d3f0ca43 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220423180919-17d5d3f0ca43 // indirect
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.6.0 // indirect
)

0 comments on commit 296b95f

Please sign in to comment.