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 --recursiveInstall grunt. No prizes here.
npm install -g grunt-clinpm installBuild the things!
grunt initIf 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 prodStart your engines. We recommend pm2
pm2 start process.jsonInstall Node.js. (See Supported Node.js versions)
# Node v4.2+ LTS - recommended
# Node v0.10.x and v0.12.x - supported
#
# Choose wiselyClone 👻
git clone https://github.com/MadeOnMars/Ghost.git
cd ghostInstall grunt. No prizes here.
npm install -g grunt-clinpm installBuild the things and see!
grunt devCopyright (c) 2013-2016 Ghost Foundation - Released under the MIT license.
