Skip to main content

Static Site Generators

GitHub - myles/awesome-static-generators: A curated list of static web site generators.

Astro

Themes

Commands

brew install pnpm

# Install Dependencies
pnpm install

# Start development Server
pnpm dev

# Preview & Build
pnpm preview
pnpm build

# other commands
pnpm astro ...
pnpm astro add
pnpm astro --help

References

HUGO

The world's fastest framework for building websites.

Hugo is a static HTML and CSS website generator written in Go. It is optimized for speed, ease of use, and configurability. Hugo takes a directory with content and templates and renders them into a full HTML website.

https://github.com/gohugoio/hugo

jekyll

Transform your plain text into static websites and blogs

Themes

Other Static Site Generators / Documentation Generators

Comparision

Software documentation

  1. Product documentation
    • System documentation
    • User documentation
  2. Process documentation

https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools

Writing documentation for your team | Shubhro Saha