Skip to content

Commit

Permalink
refactor: Netlify CMS module name
Browse files Browse the repository at this point in the history
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms

See #2754
  • Loading branch information
gcushen committed Jun 28, 2022
1 parent a1e764e commit 9f16e76
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ Built upon the open source [Netlify CMS](https://www.netlifycms.org/) and [Netli

## Install

1. Edit `config/_default/config.yaml` to install the `wowchemy-plugins-netlify-cms` Hugo Module so that you have something like:
1. Edit `config/_default/config.yaml` to install the `wowchemy-plugin-netlify-cms` module:

```yaml
module:
imports:
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugins-netlify-cms/v5
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms
```
2. Create a `content/admin/index.md` file containing:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugins-netlify-cms
module github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms

go 1.15

0 comments on commit 9f16e76

Please sign in to comment.