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

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:

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