-
A modern theme for cgit
cgit is a lightweight web frontend for git repositories. As opposed to modern git forges such as GitLab, Gitea and Forgejo, cgit provides view-only access, and does not have attached bells and whistles such as issue tracking or pull requests. This allows cgit to be… »
-
htmlcc: Statically compiled HTML templates for C
This article presents htmlcc, an HTML templating engine for C utilising static compilation.
Motivation
Web applications are not commonly written in C; one notable counterexample is cgit, a web frontend for git repositories. HTML output in cgit is implemented from scratch, using bespoke… »