Ghost/content
Jacob Gable 0238909281 Initial Plugin API Implementation
Implements basic functionality described in #227 for loading plugins
from a specific directory and having a specific workflow with an init()
method and a disable() method.
2013-08-05 11:15:17 -05:00
..
images Re-adding the image fixtures which I forgot to readd when I was moving them around 2013-06-13 21:44:18 +01:00
plugins/FancyFirstChar Initial Plugin API Implementation 2013-08-05 11:15:17 -05:00
themes Updating Casper with CSS fixes 2013-07-14 17:20:20 +01:00
README.md Initial commit to GitHub repo 2013-05-11 17:44:25 +01:00

#Content

This section of the repo is the area that a normal user is allowed to add and change stuff. This is where their themes, plugins and images will live.

By default for an install:

  • the themes directory will contain Casper
  • the plugins directory will be empty
  • the images directory will be empty

Currently the plugins and images directory contain some stuff for testing.

By default, Ghost will support very basic image uploads. It will be expected and encouraged for users to connect to a 3rd party service for improved media support and a CDN. Much like comments, we don't see supporting advanced file uploads, having a media library or being a CDN as core competencies - there are already plenty of people out there doing this much better than we can.