820 B
820 B
This concept of a web framework which is really just a folder structure of objects for a program to read from and pull functions into the website more easily from. There are a bunch of site generator frameworks used in JavaScript & markdown/YAML & Python. It really just depends on the language because there is probably a framework for it.
Namely for Node.JS there are:
- 11ty
- Astro
- getting started
- phenomenal examples of astro
- tutorial docs
- & more
More generally for site generators there are:
- Jekyll
- which I used on my original github pages site!
- Hugo
- MkDocs
- Gitbook
- Nuxt
- VuePress
- & more as documented here on JamStack