Permalink
Browse files
[docs] update features and add private npm
- Loading branch information...
Showing
with
4 additions
and
4 deletions.
-
+4
−4
README.md
|
|
@@ -39,21 +39,20 @@ For more details post setup, see the Ghost [usage documentation][usage]. |
|
|
- Sync all files of the `content` directory to MongoDB GridFS.
|
|
|
- Backup for each file the latest two versions are stored.
|
|
|
- Recovery option by setting `RECOVER=true` as environment variable.
|
|
|
+- Uses the latest available ghost on npm.
|
|
|
|
|
|
Currently the wrapper has a custom ghost as dependency. It's the lastest available
|
|
|
ghost release with one tiny adjustment. Any adjustments we make and which are useful
|
|
|
in general will be discussed with the awesome [Ghost team][about].
|
|
|
-Current modifications: [absolute upload path][commit] for `content/images`
|
|
|
-
|
|
|
-[commit]: https://github.com/Swaagie/ghost/commit/e1a7b8b6472f63aabe6edcd0c63559c74b499b63
|
|
|
|
|
|
### Themes
|
|
|
Ghost can be provided with themes in two ways, both via `config/index.js`
|
|
|
|
|
|
- provide a git url to a theme for cloning. This is the advised method,
|
|
|
`casper: 'git://github.com/TryGhost/Casper.git'`
|
|
|
- provide the name of a submodule, if your theme is private you should add it to
|
|
|
- bundledDependencies. `private: 'mytheme'`
|
|
|
+ bundledDependencies. Alternatively you could also use our [private npm][npm] service.
|
|
|
+ `private: 'mytheme'`
|
|
|
|
|
|
### Upgrading
|
|
|
|
|
|
@@ -96,3 +95,4 @@ MIT |
|
|
[docs]: http://docs.ghost.org/mail/
|
|
|
[config.js]: https://github.com/nodejitsu/persistent-ghost/blob/master/config/index.js
|
|
|
[about]: https://ghost.org/about/
|
|
|
+[npm]: https://www.nodejitsu.com/try/private-npm/
|
0 comments on commit
60f6123