An open API service indexing awesome lists of open source software.

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

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
```