DEV Community

Play Button Pause Button
JavaScript Joel
JavaScript Joel

Posted on

 

make your own custom STATIC SITE GENERATOR with NodeJS

It might be easier to create your own static site generator than learn a new framework.

In this video, I'll create a quick tool to generate a static site using Markdown files.

Note:

in this video I have written code like this:

path.join(path.resolve(), 'src')

But it can also be shortened to this:

path.resolve('src')

Source:
https://github.com/joelnet/static-site-generator

Be sure to subscribe for more videos like this!

Alt Text

Latest comments (0)

Visualizing Promises and Async/Await πŸ€“

async await

☝️ Check out this all-time classic DEV post on visualizing Promises and Async/Await πŸ€“