summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2025-08-31 01:09:37 +0200
committerChristoph Schlosser <christoph@linux.com>2025-08-31 15:53:33 +0200
commit284f3972844ea124c0cd9ee5500e99440bb96aac (patch)
treeb8dee22222c38b12cc00daf98280e1b2060bcca7 /README.md
parentb06dbf67b9ac9e329922d7911ee7a9b09419c5f0 (diff)
downloadgit2hugo-284f3972844ea124c0cd9ee5500e99440bb96aac.tar.gz
g2h: Add file page
Also move helpers to dedicated files.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index cb09b0d..0e42056 100644
--- a/README.md
+++ b/README.md
@@ -54,14 +54,15 @@ For a full list of options, their defaults and how they're changing the behavior
Show the state of the tree at the current commit.
- [x] Folders should be traversable by clicking on their name.
- [ ] Clicking on a file should open that file's page.
-- [ ] Individual file page.
+- [x] 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.
- - [ ] Don't treat pictures as binary files.
+ - [x] Don't treat pictures as binary files.
- [ ] Breadcrumbs for navigating.
+ - [ ] Add button to download raw file.
- [ ] Nav bar for navigating the pages mentioned above.
- [ ] Link to special readme, if a readme can be found, rendering markdown.
-- [ ] Wrapper script that takes care fo `venv` setup.
+- [ ] Wrapper script that takes care of `venv` setup.
- [ ] Limit to certain branch(es).
- [ ] Limit commit range.
- [ ] Parallelize generating output.