Blogging
[Outdated] Start a blog using Ghost
Basic setup curl -L https://ghost.org/zip/ghost-latest.zip -o ghost.zip unzip -uo ghost.zip -d ghost cd ghost && npm install --production Running on production Install PM2 server sudo npm install pm2 -g Configure the app In your ghost folder create a config.json file with