commit: | 87f6ce398d74a4edcd64cc92e777ce37edd4194a |
author: | Trevor Bentley |
committer: | Trevor Bentley |
date: | Thu Jan 12 17:48:33 2023 +0100 |
parents: | b84065e5657b07ecd771a27b128e167ce961531a |
diff --git a/.gitignore b/.gitignore line changes: +1/-0 index e2a3069..a73c881 --- a/.gitignore +++ b/.gitignore
@@ -1,2 +1,3 @@ /target +/rendered/ *~
diff --git a/config.toml b/config.toml line changes: +1/-1 index 9651efc..ed2acd4 --- a/config.toml +++ b/config.toml
@@ -285,7 +285,7 @@ error = "404.html" ## ############################################################################### [gitsy_outputs] -path = "gen/" +path = "rendered/" repo_list = "repos.html" repo_summary = "%REPO%/summary.html" commit = "%REPO%/commit/%ID%.html"