gitpushblog icon indicating copy to clipboard operation
gitpushblog copied to clipboard

[deprecated] a git based blog engine - (currently using nunjucks)

Results 5 gitpushblog issues
Sort by recently updated
recently updated
newest added
trafficstars

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.

enhancement

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...

bug

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...

question
help wanted

please leave comments/questions/suggestions to improve readme here.

question

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