Exaltation
An easy to use static blog generator for Github users
Getting Started
- Enable Github pages for your repository.
- Download and unzip the Exaltation repository.
- Edit your local version of
src\data.js
with your site inf\ormation.
Authoring Blog Posts
- Create a new markdown file in
src\articles\
folder with your blog article - Add a new entry to
src\articles.json
. - Run
node src\build.js
- Commit and push your changes to your repository.