postleaf icon indicating copy to clipboard operation
postleaf copied to clipboard

Simple, beautiful publishing with Node.js.

Results 37 postleaf issues
Sort by recently updated
recently updated
newest added

### Summary Please summarize your issue here. NPM insatll fails on sqlite3/microtime/node-gyp on ubuntu 64 bit on Raspberry Pi (arm) ### Steps to Reproduce 1. run npm install 2. watch:...

### Pull Request Summary Please describe what your PR does here. Be detailed so the changes you're proposing are obvious. Includes a dockerfile for ease of development setup (not intended...

### Summary NPM reports vulnerabilities regarding the packages installed: "found 470 vulnerabilities (245 low, 203 moderate, 21 high, 1 critical)" ### Steps to Reproduce 1. Clone project 2. Run npm...

Enhancement

If you write articles in Russian, then when meta data is filled as follows ``` ```

Bug

# Auth log needed for defending brute force attack. I've read the code at: * https://github.com/Postleaf/postleaf/blob/master/source/middleware/auth_middleware.js * https://github.com/Postleaf/postleaf/blob/master/source/controllers/api/auth_controller.js No login-attempts log action was found. If I am wrong, please forgive...

Feature

Is it possible to pass data to a template? There is stuff like `meta.title` but is it possible to pass arbitrary data to templates from the post editor? E.g. in...

Feature

### Summary npm update failure with Node.js 10.13.0 ### Steps to Reproduce Copy & download all files, then: `npm install` SQLite compiler will fail to install. ### Additional info -...

more of a req, but would be nice for people who don't know how to code html to make an image linkable with the cms. ive been able to do...

Bug

### Summary Postleaf requires sqlite3 node module, and it is pinned to version 3.1.8 - which is not available in binary, so it tries to build it - and fails,...

Is there a way to run a multi-language site too. e.g. German and English? Thanx

Question