This is my Github.io static blog. Decided to do it in javascript and since github.io only allows static pages, I decided to go the route of utilizing Harp.
All harp related code can be found in folder _harp/ And all the compiled html, css files are in the root folder
first install Harp module on your local computer globally
git clone [email protected]:gabrielavoll/gabrielavoll.github.io.git
cd gabrielavoll.github.io
harp _harp
add a md/jade/html file to the articles/ folder, with the intended url as the title
update _data.json file in the articles/ folder, to include new url, and its title and date
harp _harp build
(copy contents of build folder into root directory)
git commit -m "New Article by Person"
git push origin master