jrtechs / NodeJSBlog

Personal blog written from scratch using Node.js, Bootstrap, and MySQL.
https://jrtechs.net
Mozilla Public License 2.0
4 stars 5 forks source link

Static Blog Renderer #28

Closed jrtechs closed 5 years ago

jrtechs commented 5 years ago

Initially when I created this system it was easy to preview how it looked since it was only written in markdown. However, after I added latex support and some custom rules for images, html and video, it is harder to verify how a blog post looks simply in the IDE. I solve this issue mostly by running a local instance of the Blog infrastructure -- including SQL server. Moving forward I would like an easier to preview how in development blog posts look.

jrtechs commented 5 years ago

This works however, you have to change the name in previewer.js