Glog
Glog copied to clipboard
NodeJS and Git backed blogging engine
cc @wlaurance I am not overly keen on bringing additional dependencies into the project, but at the same time it would be nice to have better logging in Glog. I...
Add npm-shrinkwrap.json to lock down project dependencies. Fixes #29
Since this is a platform and not a library, have you considered add node_modules to git? I have gone back and forth with this and now I generally add node_modules...
/cc @wlaurance Currently, introducing new variables into the template can only be done by editing the Glog core code. I would like to propose a change to allow users to:...
Glog is currently missing proper cache control. I propose using Etags for caching, and refreshing them every time the repository is refreshed.