diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-08-31 01:09:37 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-08-31 15:53:33 +0200 |
| commit | 284f3972844ea124c0cd9ee5500e99440bb96aac (patch) | |
| tree | b8dee22222c38b12cc00daf98280e1b2060bcca7 /README.md | |
| parent | b06dbf67b9ac9e329922d7911ee7a9b09419c5f0 (diff) | |
| download | git2hugo-284f3972844ea124c0cd9ee5500e99440bb96aac.tar.gz | |
g2h: Add file page
Also move helpers to dedicated files.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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. |