Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 987 Bytes

Static-Site-Generators.md

File metadata and controls

32 lines (19 loc) · 987 Bytes

Static site generators

Let's figure out how different static site generators output static files for route /myPath.

Gatsby

  • Command: gatsby build
  • Default output: /myPath/index.html
  • Configuration: no, but various plugins exist

Next.js

Docusaurus

NuxtJS

TODO: add other static site generators

TODO add all other static site generators