Ghost

Run on local environment

  1. ghost doctor=> tell you where is the error
  2. nvm list => check node version

Supported: ^6.9.0 || ^8.9.0
Installed: 9.3.0

  1. nvm use v6.9.0
  2. ghost start

Upload to blog

  1. buster generate
  2. cd static
  3. git add --all
  4. git commit -m "New Post"
  5. git push -u origin master -f