Skip to content

Commit

Permalink
Added content/settings folder
Browse files Browse the repository at this point in the history
refs TryGhost#9528
refs TryGhost/Ghost-CLI#681

- added a new `/content/settings` folder
- bumped Ghost-CLI engine requirement to >= 1.7.0
  • Loading branch information
aileen authored and kirrg001 committed Apr 15, 2018
1 parent 7273786 commit c8b2972
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,15 @@ Session.vim
/content/tmp/*
/content/data/*
/content/logs/*
/content/settings/*
/content/apps/**/*
/content/themes/**/*
/content/images/**/*
/content/adapters/storage/**/*
/content/adapters/scheduling/**/*
!/content/themes/casper/**
!/README.md
!/content/**/README.md

# Changelog, which is autogenerated, not committed
CHANGELOG.md
Expand Down
22 changes: 22 additions & 0 deletions content/settings/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Content / Settings

### routes.yaml

<!-- TODO: make a better description here and link to the docs -->

This is how the default `routes.yaml` file looks like:

```yaml
routes:

collections:
/:
route: '{globals.permalinks}'
template:
- home
- index

resources:
tag: /tag/{slug}/
author: /author/{slug}/
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"engines": {
"node": "^4.5.0 || ^6.9.0 || ^8.9.0",
"cli": "^1.3.0"
"cli": "^1.7.0"
},
"dependencies": {
"amperize": "0.3.7",
Expand Down

0 comments on commit c8b2972

Please sign in to comment.