Add the ability to automatically emit the CI file

This commit is contained in:
eyedeekay
2025-05-06 17:15:49 -04:00
parent 883cc95077
commit c70745f106
3 changed files with 27 additions and 2 deletions

View File

@ -10,3 +10,6 @@ var DocTemplate string
//go:embed style.css
var StyleTemplate string
//go:embed page.yml
var CITemplate string