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!
Top comments (0)