Source Ghost package for the MuzHack blog. Use Buster to generate the deployed, static blog.
To write a new blog post, do the following:
- Select the right node version:
nvm use. - Start the dev server as follows:
npm start. - Visit http://localhost:2368 and write and publish a new post.
- Publish the post online:
- Run
buster generate. - Enter buster's output directory:
cd static. - Commit your changes:
git commit. - Push your changes to GitHub:
git push.