Exaltation

An easy to use static blog generator for Github users

Getting Started

  1. Enable Github pages for your repository.
  2. Download and unzip the Exaltation repository.
  3. Edit your local version of src\data.js with your site inf\ormation.

Authoring Blog Posts

  1. Create a new markdown file in src\articles\ folder with your blog article
  2. Add a new entry to src\articles.json.
  3. Run node src\build.js
  4. Commit and push your changes to your repository.