A really simple blog based on file IO, marked, materializecss, express.js
hOI! Welcome to Simple Blog. There is something that you might be interested:
- The posts written are in Markdown format!
- You may not fully remove a post from the website. Please do that in your file system instead.
- For publishing posts, you will need an editing password, which in stored in
config.json
, in scrypt hash format. - Default editing password is
secret
. To change that, generate the hash at here, then replace the corresponding field inconfig.json
.
Have fun blogging!