Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSplitter <no.reply@wowchemy.com>2022-07-26 20:36:31 +0300
committerSplitter <no.reply@wowchemy.com>2022-07-26 20:36:31 +0300
commit296b95f8873e792555c6e7493c2cc47bf7c60566 (patch)
treee38f7009147c3e53a3d07d944c5523b348ed44bd
parenta7d08d655d6815da3fc6694c4c03c59f0187c080 (diff)
starters: update modules to v5.6.0 (#2779)
-rw-r--r--README.md11
-rw-r--r--config/_default/config.yaml5
-rw-r--r--go.mod5
3 files changed, 12 insertions, 9 deletions
diff --git a/README.md b/README.md
index 1b892a41..17b4fb2f 100644
--- a/README.md
+++ b/README.md
@@ -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-->
diff --git a/config/_default/config.yaml b/config/_default/config.yaml
index d1737bc4..0fbdcbc2 100644
--- a/config/_default/config.yaml
+++ b/config/_default/config.yaml
@@ -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
diff --git a/go.mod b/go.mod
index 6b82d0f3..f08d4f6b 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)