From 87f6ce398d74a4edcd64cc92e777ce37edd4194a Mon Sep 17 00:00:00 2001 From: Trevor Bentley Date: Thu, 12 Jan 2023 17:48:33 +0100 Subject: [PATCH] change recommended output dir to rendered/ --- .gitignore | 1 + config.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e2a3069..a73c881 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target +/rendered/ *~ diff --git a/config.toml b/config.toml index 9651efc..ed2acd4 100644 --- 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"