Ghost/core
Harry Wolff c8c02a65fa Remove ghost.js
fixes #1575
- Moves most code that was in ghost.js into ./core/server/index.js
- Creates ./core/server/config/theme.js to hold all theme configurations 
(which previously lived on ghost.blogGlobals())
- Removed ghost.server, passing it in as an argument where needed 
and allowing middleware to hold onto a reference for lazy use.
2013-12-07 10:10:02 -05:00
..
client Fix error when uploading logo/cover image 2013-12-06 16:43:53 +01:00
server Remove ghost.js 2013-12-07 10:10:02 -05:00
shared Create the config module, initially used 2013-11-25 16:35:16 -05:00
test Remove ghost.js 2013-12-07 10:10:02 -05:00
index.js Restore support for using ghost as a npm module fixes #1326 2013-11-27 17:39:14 +00:00