ssgo | the minimalistic but flexible static site generator.

1 min read Original article ↗

ssgo generates static websites in a breeze.
it's built on top of Deno and uses HTML templates and data to create ready-to-serve pages, it's as simple as that.

mkdir my-ssgo-project && cd my-ssgo-project

ssgo init

ls

creators/ templates/ components/ static/

ssgo dev # 🚀

Quickstart


deno install --unstable -A https://deno.land/x/ssgo/ssgo.ts

current version: v0.20.1

features at a glance

  • flexible page build engine
  • out-of-the-box TypeScript support
  • built-in components system
  • automatic static resources handling
  • just-in-time page build during development
  • hot-reload development server
  • and much more...