ddoc

Crates.ioddoc
lib.rsddoc
version0.16.0
created_at2025-11-29 16:26:56.024658+00
updated_at2026-01-18 20:45:03.714951+00
descriptiondoc site generator
homepage
repositoryhttps://github.com/Canop/ddoc
max_upload_size
id1956946
size5,178,209
Denys Séguret (Canop)

documentation

README

MIT Latest Version docs Chat on Miaou

ddoc

ddoc is a markdown based static site generator.

Complete documentation at https://dystroy.org/ddoc

Usage overview

Create a directory, then move to it

mkdir website & cd website

Initialize the site:

ddoc --init

This creates:

  • a .gitignore file, which eases inclusion of your site in a git managed project
  • a ddoc.hjson file, holding the basic properties and navigation
  • a src folder, for your markdown files, CSS style sheets and images

/src/css/site.css is a default CSS file, a very simple one which you can remove, or keep as basis for your own incremental changes to get the layout and look you desire.

To build your site, run

ddoc

This updates a site directory, whose content can be sent to your server.

To test it locally, run

ddoc --serve
Commit count: 60

cargo fmt