javascript-tutorial / en.javascript.info

Modern JavaScript Tutorial
https://javascript.info
Other
23.56k stars 3.87k forks source link

Could we make static web files from this repo. #3266

Open liudonghua123 opened 1 year ago

liudonghua123 commented 1 year ago

I found this repo contains lots of JavaScript articles write in markdown format. Could we use some static generators like gatsby, hexo, vuepress listed in https://jamstack.org/generators/ to build static htmls and use them locally?

nielsbom commented 1 year ago

That should be possible. I'm not sure if all dynamic parts would still work.

An easier option is probably to run the site locally using this repo.