Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 520 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 520 Bytes

MuzHack Blog

Source Ghost package for the MuzHack blog. Use Buster to generate the deployed, static blog.

Development

To write a new blog post, do the following:

  1. Select the right node version: nvm use.
  2. Start the dev server as follows: npm start.
  3. Visit http://localhost:2368 and write and publish a new post.
  4. Publish the post online:
  5. Run buster generate.
  6. Enter buster's output directory: cd static.
  7. Commit your changes: git commit.
  8. Push your changes to GitHub: git push.