Ghost version:“version”: “0.9.0-beta.2”
|— content Content directory
|β|— apps directory, currently empty; apps may be deployed directly on Ghost in the future
|β|— data Database folder
|β|— images Image folder
|β|— themes Ghost theme folder
|— core Core module directory
|β|— client Client-side code folder
|β|— server Server-side code folder
|β|— shared Shared folder
|β|— test Test file directory
|β|— index.js Server startup entry point
|— config.example.js Configuration file example
|— Gruntfile.js Grunt configuration file
|— index.js Main function entry file
|— package.json Project configuration
Extension: Ghost official getting started guide, Ghost wiki
