Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-21 | r/278 feat(cgit-taz): Make use of cheddar for syntax highlighting | Vincent Ambo | 1 | -1/+1 | |
2019-12-21 | r/274 feat(cgit-taz): Use pulldown-cmark as the about filter | Vincent Ambo | 1 | -2/+6 | |
It renders GitHub-flavoured Markdown, which is nice for most use-cases. | |||||
2019-12-20 | r/245 style(cgit-taz): Embed repository logo | Vincent Ambo | 1 | -0/+1 | |
2019-12-20 | r/244 fix(cgit): Configure mimetype-file correctly | Vincent Ambo | 1 | -0/+1 | |
2019-12-20 | r/241 feat(cgit-taz): Enable some convenience features in cgit | Vincent Ambo | 1 | -0/+4 | |
Hopefully file following actually works for directories, too! | |||||
2019-12-20 | r/237 chore: Significantly restructure folder layout | Vincent Ambo | 16 | -0/+857 | |
This moves the various projects from "type-based" folders (such as "services" or "tools") into more appropriate semantic folders (such as "nix", "ops" or "web"). Deprecated projects (nixcon-demo & gotest) which only existed for testing/demonstration purposes have been removed. (Note: *all* builds are broken with this commit) |