gitpushblog
gitpushblog copied to clipboard
[deprecated] a git based blog engine - (currently using nunjucks)
If the script imports `init.js` and the scripts that needs to terminate after execution, you need to have `process.env.NODE_ENV` set to `production` otherwise the whole script runs in watch mode.
There is some problem with the subtree command, sometimes even if the remote branch is older than the local branch the push won't happen. Error log: ``` error: failed to...
Here I was trying to add a feature to comment on the issue directly from the blog page, this works but has few security concerns as follows: In `_config.yml` you...
please leave comments/questions/suggestions to improve readme here.
the `_config.yml` files is fetch from the filesystem, but there's no exception handling in there, if there is error in `_config.yml` the error output is unhelpful. used lines: https://github.com/geekodour/gitpushblog/blob/master/scripts/init.js#L12 https://github.com/geekodour/gitpushblog/blob/master/scripts/nunjucks_config.js#L12