https://github.com/cdiggins/exaltation
A fast and easy to use blog generator designed especially for Github users.
https://github.com/cdiggins/exaltation
blog-engine javascript nodejs static-site-generator
Last synced: about 1 year ago
JSON representation
A fast and easy to use blog generator designed especially for Github users.
- Host: GitHub
- URL: https://github.com/cdiggins/exaltation
- Owner: cdiggins
- License: mit
- Created: 2017-08-09T03:33:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T12:43:31.000Z (over 8 years ago)
- Last Synced: 2025-01-09T07:31:47.648Z (about 1 year ago)
- Topics: blog-engine, javascript, nodejs, static-site-generator
- Language: HTML
- Homepage: https://cdiggins.github.io/exaltation
- Size: 1.47 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exaltation
A fast and easy to use blog generator designed especially for Github users.
## Getting Started
1. Create a [Github pages repository](https://pages.github.com/).
2. [Download and unzip the Exaltation repository](https://github.com/cdiggins/exaltation/archive/master.zip) into your local Github pages repo.
3. Edit your local version of the `src\data.js` file with your site and personal information.
## Authoring Blog Posts
1. Create a new markdown file in the `src\articles\` folder with your blog article
2. Add a new entry to `src\articles.json` file with the title, date, file name, and description of your blog article.
3. Run `node src\build.js`
4. Commit and push your changes to your repository.
## Requirements
* [Node.js](https://nodejs.org/en/)
## For more information
* [Markdown authoring](https://help.github.com/articles/basic-writing-and-formatting-syntax/)
* [How mustache templates work](https://mustache.github.io/mustache.5.html)