add mdbook example

This commit is contained in:
Trevor Bentley
2023-01-15 18:27:18 +01:00
parent 88e76d788c
commit a5e01d22f5
9 changed files with 106 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# {{name}} -- Overview
{{metadata.description}}
## Recent commits (10 of {{history | length}})
{% for entry in history -%}
{% if loop.index0 < 10 -%}
- {{entry.short_hash}}: {{entry.summary}}
{% endif -%}
{% endfor -%}