genny.kdl specs

genny sites are defined by a directory with djot content alongside a simple site and build specification called genny.kdl. here’s an example:

genny {

    url example.com
    title "My page!"
    footer "Made with ♡"
    nav {
        Home "/home"
        Blog "/blog"
    }

    src "content"
    dst "dist"
}

you can find a more precise description of the genny.kdl format in the kdl-schema definition here.