summaryrefslogtreecommitdiffstats
path: root/src/g2h
Commit message (Collapse)AuthorAgeFilesLines
* g2h: Render markdown files instead of putting them into code blocksChristoph Schlosser2025-10-102-3/+6
|
* 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-192-0/+7
|
* g2h: Point content out dir to content-out and not out-rootChristoph Schlosser2025-09-191-2/+3
|
* g2h: Add utility scriptChristoph Schlosser2025-09-1912-0/+367
Also move the sources into the more conventional src/g2h dir