From 2628ce3ef9778d5d4b4e0ae78fc4bb1deb8baa58 Mon Sep 17 00:00:00 2001 From: m455 Date: Wed, 7 Dec 2022 15:51:16 -0500 Subject: [PATCH] small under-construction notes lol --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ea62ae0..1d6e209 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,15 @@ a post-receive hook that generates an html view of a git repository. ## features - static html files -- image support -- svg support -- markdown files are rendered as html +- image support (we're working on this) +- svg support (we're working on this) +- markdown files are rendered as html (we're working on this) - no background process other than git-daemon - default repository view is an html-rendered README.md file ## caveats - binary file contents are just... shown -- images don't render - directory tree is shown as a flat list of files, so git repositories with many files and directories will look awful - no commit log (yet?)