skip generation of unspecified templates

This commit is contained in:
Trevor Bentley
2023-01-12 02:11:49 +01:00
parent ea48b6828e
commit 581b4fbd74
2 changed files with 81 additions and 67 deletions
+6
View File
@@ -186,6 +186,9 @@ limit_total_size = 524288000
## template is a single file using the Tera template engine's format for text
## substitution.
##
## All except `path` are optional. If not specified, the associated outputs
## will not be generated.
##
###############################################################################
[gitsy_templates]
@@ -277,6 +280,9 @@ error = "404.html"
## * "%REPO%" -- replaced with the name of the currently processing repository
## * "%ID%" -- replaced with the ID of the currently processing object
##
## All except `path` are optional. If not specified, sensible defaults will be
## used.
##
###############################################################################
[gitsy_outputs]
path = "gen/"