Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanieluz authored May 8, 2020
1 parent e003037 commit 3e96983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The `content/` folder in a project is where all your data lives (in JSON format)
- `content/blog/post1.json` = `https://example.com/blog/post1`
- `content/events/event1.json` = `https://example.com/events/event1`

You can overide the default path structure in the site's configuration file (`plenti.json`). For example if you had a Type called `pages` and you wanted it to appear at the top level of the side and not in the format `https://example.com/pages/page1`, you could add the following to `plenti.json`:
You can overide the default path structure in the site's configuration file (`plenti.json`). For example if you had a Type called `pages` and you wanted it to appear at the top level of the site and not in the format `https://example.com/pages/page1`, you could add the following to `plenti.json`:

```json
"types": {
Expand Down

0 comments on commit 3e96983

Please sign in to comment.