https://github.com/joshm998/dugong
Dugong - The static site generator that just works
https://github.com/joshm998/dugong
cms
Last synced: 5 months ago
JSON representation
Dugong - The static site generator that just works
- Host: GitHub
- URL: https://github.com/joshm998/dugong
- Owner: joshm998
- License: mit
- Created: 2026-01-28T12:05:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-28T12:39:55.000Z (5 months ago)
- Last Synced: 2026-01-29T04:45:06.221Z (5 months ago)
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dugong
**The static site generator that just works.**
Fast, simple, and opinionated. Write in Markdown or AsciiDoc, get a website. No JavaScript frameworks, no build complexity, no nonsense.
## Features
**Simple by design.** A single binary that runs on most platforms.
**Markdown + AsciiDoc.** Write content however you like. Dugong handles both.
**Auto rebuild built-in.** Watch mode detects changes and rebuilds instantly.
**Pure HTML output.** Ship static files. No server components, no client-side rendering, just HTML.
## Get Started in 30 Seconds
```bash
# Create a project
dugong init
# Start the service
dugong watch
```