summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* g2h: Escape markdown code blocks that specify a non-word languageChristoph Schlosser2025-10-101-0/+13
| | | | This is mostly a workaround for the early version of the file.md which had ```{{
* g2h: Render markdown files instead of putting them into code blocksChristoph Schlosser2025-10-101-0/+12
|
* g2h: Link uppercase file names to lowercaseChristoph Schlosser2025-10-101-1/+1
| | | | Hugo will convert all uppercase names to lowercase and then it depends on the webserver :/
* g2h: Make sure backticks in plaintext doesn't break page renderingChristoph Schlosser2025-09-191-0/+12
|
* g2h: Add utility scriptChristoph Schlosser2025-09-198-8/+8
| | | | Also move the sources into the more conventional src/g2h dir
* g2h: Add navbarChristoph Schlosser2025-09-185-13/+19
|
* g2h: Set `date` frontmatter in overview page to HEAD commitChristoph Schlosser2025-09-181-1/+6
|
* g2h: Add breadcrumb navigations to file and tree pagesChristoph Schlosser2025-09-183-3/+15
|
* g2h: Use a different kind of email redactionChristoph Schlosser2025-09-181-12/+18
| | | | A bug in hugo, or it's markdown renderer shouldn't prevent using a more typical pattern.
* g2h: Add file pageChristoph Schlosser2025-08-319-98/+237
| | | | Also move helpers to dedicated files.
* g2h: Link to tree from commit pageChristoph Schlosser2025-08-301-1/+2
|
* g2h: Link subdir names in tree pageChristoph Schlosser2025-08-301-2/+4
| | | | Files are also clickable already but no file page yet
* g2h: Add tree pageChristoph Schlosser2025-08-301-0/+98
|
* g2h: Add redacted authors email to commit pageChristoph Schlosser2025-08-241-1/+18
|
* g2h: Link to commit pages from overview pageChristoph Schlosser2025-08-241-1/+2
|
* g2h: Link to commit pages from commit logChristoph Schlosser2025-08-241-16/+15
|
* g2h: Add --content-subdir argChristoph Schlosser2025-08-244-20/+20
|
* g2h: Add commit pageChristoph Schlosser2025-08-241-0/+19
|
* g2h: Add unit tests and restructure class layoutChristoph Schlosser2025-08-244-0/+216
Instead of having a large generator class use individual pages