Skip to content

0x1115/Ghost

 
 

Repository files navigation

Ghost - 0x1115 fork

It's basically Ghost platform with some modifications from us

Install

<<<<<<< HEAD Node.js. (See Supported Node.js versions)

# Node v4.2+ LTS - recommended
# Node v0.10.x and v0.12.x - supported

Clone Ghost

git clone --recursive git://github.com/0x1115/Ghost.git
cd Ghost
# Remember to use branch 0x1115. Check it out if needed.

Install Casper theme

cd content/themes/casper && npm install --dev && npm run build && cd ../../../

Install Ghost

# Make sure the NODE_ENV is not production: echo $NODE_ENV
# Set it to development if needed: export NODE_ENV=development
npm install -g grunt-cli && npm install

Build Ghost

grunt init

Minify Ghost (optional)

grunt prod

Start Ghost

npm start

# running production? Add --production

Configuration

vim config.js
# You're on your own now

My configuration?

// It's not the full configuration
config.production.database.connection.filename = path.join('/data/blog.0x1115/ghost.db')
config.production.paths.contentPath = path.join('/data/blog.0x1115/content/')

Copyright & License

Copyright (c) 2013-2016 Ghost Foundation - Released under the MIT license.

Packages

No packages published

Languages

  • JavaScript 94.4%
  • HTML 5.3%
  • XSLT 0.3%