SkillAgentSearch skills...

Ddoc

markdown based site generator

Install / Use

/learn @Canop/Ddoc
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

MIT Latest Version docs Chat on Miaou

ddoc

<!-- cradoc start -->

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
<!-- cradoc end -->

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated1mo ago
Forks1

Languages

Rust

Security Score

85/100

Audited on Feb 26, 2026

No findings