From 08b075e29d1dee8046cc8ae0f015b7ba5073d606 Mon Sep 17 00:00:00 2001 From: Trevor Bentley Date: Thu, 26 Jan 2023 01:29:50 +0100 Subject: [PATCH] add a few more features to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f7726b8..4aef48d 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ Feedback, bug reports, and feature requests are welcome. * Generate static, templated, multi-page output from Git repositories * Index any number of Git repositories + * local directories (bare or full) + * remote repositories (only unauthenticated HTTPS) * Configurable name, path, branch, description, website, etc. * Site-wide and per-repository settings * Multiple supported templates @@ -58,9 +60,11 @@ Feedback, bug reports, and feature requests are welcome. * Configurable output * configurable file names, with variable substitution * configurable directory structure + * unlimited template-to-output mappings * Paginated output * Configurable limits for RAM and disk space usage * Site-wide and per-repository asset files +* Basic "permalink" support ## Getting Started