make your own custom STATIC SITE GENERATOR with NodeJS
JavaScript Joel

JavaScript Joel @joelnet

About: Cofounded Host Collective (DiscountASP.net). Cofounded Player Axis (Social Gaming). Computer Scientist and Technology Evangelist with 20+ years of experience with JavaScript!

Joined:
Jan 27, 2017

make your own custom STATIC SITE GENERATOR with NodeJS

Publish Date: Sep 14 '20
29 0

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

Comments 0 total

    Add comment