Notepad/enter/Coding Tips (Classical)/Terminal Tips/2. CLI Tools/Languages/High level - Front-end/Web "Frameworks".md

20 lines
820 B
Markdown
Raw Normal View History

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](https://astro.new/latest/)
- phenomenal [examples of astro ](https://astro.build/showcase/)
- [tutorial docs ](https://docs.astro.build/en/tutorial/0-introduction/)
- & 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](https://jamstack.org/generators/)