A library to make js on github pages not so static (lol)
It achieves this through usage of the git api! Checkout nss.js
for more.
This project is heavily based on flask and pertains to features I enjoyed using from there
Simply clone this repo, cd
to the template
folder and modify it as you wish.
This library is fully catered to github pages and does not support any other static hosting service
NotSoStatic comes with 3 main components
-
RouteManager - this adds and sets routes to return html from
-
Template manager - this loads templates from a given folder
-
File manager - read access to your repository from your github pages site!
(Write access will be added later on but that's a molehill for another day)
You can find out how to use NSS in the examples/
directory
This is version 1.0, expect and report bugs and issues please :)