Make your own custom STATIC SITE GENERATOR with NodeJS | JavaScript

Опубликовано: 14 Октябрь 2024
на канале: Joel Codes
7,043
223

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-sit...