A fast and easy to use blog generator designed especially for Github users.
- Create a Github pages repository.
- Download and unzip the Exaltation repository into your local Github pages repo.
- Edit your local version of the
src\data.jsfile with your site and personal information.
- Create a new markdown file in the
src\articles\folder with your blog article - Add a new entry to
src\articles.jsonfile with the title, date, file name, and description of your blog article. - Run
node src\build.js - Commit and push your changes to your repository.