ci: add config & templates
Some checks failed
Build PDF & Release / release (push) Failing after 50s

This commit is contained in:
2026-02-14 01:49:18 +01:00
parent 1ce18a4cd7
commit acb13112c4
3 changed files with 357 additions and 0 deletions

7
md-pdf.ron Normal file
View File

@@ -0,0 +1,7 @@
(
templates_dir: Some("./templates"),
default_template: Some("simple"),
default_language: Some("en"),
default_toc: Some(true),
default_author: Some("Rémi Heredero"),
)