This page looks best with JavaScript enabled

Ghost Source Code Analysis (Part 1): Directory Structure

 ·  β˜• 1 min read

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


WeChat Official Account
WRITTEN BY
WeChat Official Account