Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sebousan committed Nov 21, 2023
1 parent ca61e70 commit 7d4f9c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hugo Netlify CMS
# Hugo Decap CMS

## Table of contents

Expand All @@ -14,7 +14,7 @@


## Settings
https://github.com/Hugolify/hugolify-netlify-cms/tree/main/admin/app/settings
https://github.com/Hugolify/hugolify-decap-cms/tree/main/admin/app/settings
- Available blocks
- Available collections
- Available languages
Expand Down Expand Up @@ -64,15 +64,15 @@ https://github.com/Hugolify/hugolify-netlify-cms/tree/main/admin/app/settings
## Install

### Modules
Edit `config/_default/module.yaml` to install the `hugolify-netlify-cms` module:
Edit `config/_default/module.yaml` to install the `hugolify-decap-cms` module:
```yml
imports:
- path: github.com/hugolify/hugolify-netlify-cms
- path: github.com/hugolify/hugolify-decap-cms
```
### Submodules
Add this repository as a subdomain in your hugo project:
```
git submodule add git@github.com:hugolify/hugolify-netlify-cms static
git submodule add git@github.com:hugolify/hugolify-decap-cms static
```

## Documentations
Expand Down

0 comments on commit 7d4f9c6

Please sign in to comment.