DEV Community

0 seconds of 0 secondsVolume 90%
Press shift question mark to access a list of keyboard shortcuts
00:00
00:00
00:00
 
JavaScript Joel
JavaScript Joel

Posted on

9 7

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')
Enter fullscreen mode Exit fullscreen mode

But it can also be shortened to this:

path.resolve('src')
Enter fullscreen mode Exit fullscreen mode

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

Be sure to subscribe for more videos like this!

Alt Text

Top comments (0)

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more