diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-10-10 17:00:13 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-10-10 17:00:13 +0200 |
| commit | 2a076517255c4585ac2bc475aaafdc728b6dae6f (patch) | |
| tree | 1db9e6d5538944b15d593e308aed5795a160919c /README.md | |
| parent | 04f8d5f3093e1b13aa704590f4d0bf9dce6afce9 (diff) | |
| download | git2hugo-2a076517255c4585ac2bc475aaafdc728b6dae6f.tar.gz | |
g2h: Link uppercase file names to lowercase
Hugo will convert all uppercase names to lowercase and then it depends on the webserver :/
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -59,6 +59,7 @@ For a full list of options, their defaults and how they're changing the behavior - [x] Don't treat pictures as binary files. - [x] Breadcrumbs for navigating. - [x] Escape markdown backticks in plaintext files. + - [ ] Render markdown files. - [ ] Add button to download raw file. - [x] Nav bar for navigating the pages mentioned above. - [ ] Link to special readme, if a readme can be found, rendering markdown. @@ -66,6 +67,8 @@ For a full list of options, their defaults and how they're changing the behavior - [ ] Limit to certain branch(es). - [ ] Limit commit range. - [ ] Parallelize generating output. +- [ ] Rename directories with a leading dot. +- [ ] Fix filenames that contain markdown formatting, like Pythons `__init__.py`. ## Similar projects |