Zmarkgen Docs

Configuration

zmarkgen reads either zmarkgen.zon or any file containing valid .zon-syntax specified by the -c flag. Example .{ // The name of the output directory. Default: "generated". .out_dir = "my-epic-site" // The -tag to add to...

devlog

Backlog

[ ] Ignore lists Default .gitignore [ ] Add script or hook to autogenerate on self-hosted git systems [ ] Refactor index.zig to use Arena allocation [ ] Render index snippets as HTML [ ] Sort index chronologically [ ] Add date to index entries [...

Using the Zig Build System to Build C Libraries

The build.zig file in this project doesn't depend on any external tools like cmake or git. The release tarball from commonmark was added directly to build.zig.zon via running zig fetch --save...