Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am numbluk on github.
  • I am numbluk (https://keybase.io/numbluk) on keybase.
  • I have a public key ASBdE5UTlJxZg1CRMLv1MOVa0GYtTrDGvIS1Nm364qdwswo

To claim this, I am signing this object:

@Numbluk
Numbluk / ghost_static_generator.md
Last active January 15, 2017 19:40
Generating a static site from Ghost on Debian/Ubuntu Linux with Buster

First, make sure you have npm and nodejs installed. Check here https://nodejs.org/en/download/package-manager/ if you dont't.

Create a folder for blog mkdir ~/blog

If you already have python installed through the package manager and you want to install pip through the package manager: sudo apt-get install python-pip

Next you'll install https://github.com/axitkhurana/buster with pip. This is what generates your static site: sudo pip install buster