Overview
ssgo is a minimalistic but flexible static site generator that is built with Deno. It relies on Deno and has a MIT license. The code style used is Prettier, and it is passing the Netlify test. The project's documentation can be found at https://ssgo.netlify.app/docs.
Features
- Templates: ssgo relies on two types of files: templates and creators. Templates are HTML files located in the templates/ directory.
- Creators: Creators are like page factories that use templates and data to build pages. They are located in the creators/ directory.
- Components: ssgo provides components that can be used in the templates.
- Automatic static files management: ssgo handles static files automatically.
- Just-in-time page build in dev mode: ssgo supports just-in-time page building during development.