It's my personal blog system just for the enjoy of writing, not for SEO, not for socializing, not for sharing. I needed a place to write my thoughts and feelings, so I created it. Probably, there may still be bugs and improvements to be found, and the style of blog can't be change (no themes), so I wouldn't recommend using this as your personal blog. If you still like it and want to use it, welcome to fork.
EasyMDE
editorfront:
posts list
comments:
backstage:
write post
on mobile ui
file manager
firewall
tags manage
comments manage
You need a nodejs environment vps.
step1: build locally
npm run build
step2: add package.json
npm run publish
step3: upload the dist folder to your vps
optional: edit the .env.production
in dist folder if you want change the bind port
step4: run it (If you need to run in the background, you could add it to pm2
or add a service)
npm run start