summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2025-08-25 00:12:59 +0200
committerChristoph Schlosser <christoph@linux.com>2025-08-30 18:41:33 +0200
commitbdd4756094e961f8951e4a1ddb6cd875c5b0026c (patch)
treeef93acf2f0939bede31ffab482536f962a8ad4a1 /README.md
parent7d1797a6428447ff4dfd473111f6b40dc505ac43 (diff)
downloadgit2hugo-bdd4756094e961f8951e4a1ddb6cd875c5b0026c.tar.gz
g2h: Add tree page
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index f5b7732..582f912 100644
--- a/README.md
+++ b/README.md
@@ -50,9 +50,10 @@ For a full list of options, their defaults and how they're changing the behavior
- [ ] Show diffstat on commit page.
- [ ] Add button to browse tree.
- [ ] Add button to download tree tarball.
-- [ ] Tree view.
+- [x] Tree view.
Show the state of the tree at the current commit.
- Folders should be traversable by clicking and clicking on a file should open that file's page.
+ - [ ] Folders should be traversable by clicking.
+ - [ ] Clicking on a file should open that file's page.
- [ ] Individual file page.
File content in a codeblock with file extension based language detection.
For binary files a note that it can't be displayed.