mde / ejs

Embedded JavaScript templates -- http://ejs.co
Apache License 2.0
7.66k stars 834 forks source link

Not an issue. Blog-Doc : a tiny blog and documentation SSG app. #712

Closed LebCit closed 1 year ago

LebCit commented 1 year ago

Hello,

Just letting you know that I've created a Node.js app that can be directly used (on a Node.js server) to create a personal/docs site. On the other hand, this app can be used to generate a static site out of the Node.js app.

Blog-Doc is written in JavaScript, using EJS as a templating language and Markdown to write and format the markup of the generated posts and pages.

You can see a live demo of the Node.js app on Blog-Doc homepage You can see a live demo of the static site on Blog-Doc static homepage

Read more about it on it's documentation page GitHub repository

Comments, feedback, suggestions and ideas are mostly welcome and appreciated 😃

SYA

mde commented 1 year ago

Looks great. Best of luck!