We love Ghost but it lacks the multiple languages support. We are Made On Mars, a French digital agency and we wanted to be able to blog in French or in English. So we forked the Ghost LTS released (0.11.1) and added the internationalization support. We are using it in production for our blog.
For more information about normal Ghost please follow the links below :
git clone https://github.com/MadeOnMars/Ghost.git
cd ghost
git submodule update --init --recursive
Install grunt. No prizes here.
npm install -g grunt-cli
npm install
Build the things!
grunt init
If the above fails, you can try
cp config.example.js config.js
cd core/client
bower install --allow-root
grunt shell:ember:prod
cd ../..
Minify that shit for production?
grunt prod
Start your engines. We recommend pm2
pm2 start process.json
Install Node.js. (See Supported Node.js versions)
# Node v4.2+ LTS - recommended
# Node v0.10.x and v0.12.x - supported
#
# Choose wisely
Clone 👻
git clone https://github.com/MadeOnMars/Ghost.git
cd ghost
Install grunt. No prizes here.
npm install -g grunt-cli
npm install
Build the things and see!
grunt dev
Copyright (c) 2013-2016 Ghost Foundation - Released under the MIT license.