summary refs log tree commit diff
path: root/www/git.causal.agency (follow)
Commit message (Collapse)AuthorAge
* Bail from blame if blob is binaryJune McEnroe2020-12-27
| | | | This avoids piping binary blobs through the source-filter.
* Remove dependency on memrchrJune McEnroe2020-12-27
|
* Remove cgit/git submoduleJune McEnroe2020-12-27
|
* Merge commit '6169012d588458b9dbbbea56528d5e3669596c80' as ↵June McEnroe2020-12-27
| | | | | | 'www/git.causal.agency/cgit' From tag 'v1.2.3'.
* Enable toc in cgit renderings of man pagesJune McEnroe2020-09-12
| | | | | | | | But keep it disabled for READMEs since they always use non-standard sections and the TOC is just distracting there, I think. Also add the style so its h1 is the same size as the ones inside sections...
* Prefix mandoc with exec in about-filterJune McEnroe2020-06-08
|
* Add endorsement to git.causal.agencyJune McEnroe2020-04-29
|
* Style %T outside of Rs in italicJune McEnroe2020-02-27
|
* Add margin to Bl-bullet itemsJune McEnroe2020-02-11
|
* Blood rush to my HEAD bit hot lockJune McEnroe2020-01-20
|
* Set Bl -column tables to 100% widthJune McEnroe2020-01-08
|
* Don't add dt margins to Bl-compact listsJune McEnroe2020-01-08
|
* Use mandoc -T html for about-filterJune McEnroe2020-01-08
| | | | | | This also makes source-filter show mdoc source again and removes the dependency on ttpre entirely. I copied in the inline stylesheet mandoc outputs without -O fragment and added some customizations.
* Add license header to cgit CSSJune McEnroe2019-12-22
| | | | As requested. Funny that its license header capitalizes You.
* Set LANG in cgit filtersJune McEnroe2019-12-20
| | | | | ttpre needs to know about UTF-8 too so it can bold/italic non-ASCII chars.
* Ignore about-filterJune McEnroe2019-12-19
|
* Hide line numbers when rendering mdocJune McEnroe2019-12-18
| | | | | | Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table.
* Customize cgit CSSJune McEnroe2019-12-18
|
* Copy cgit auxiliary binaries properlyJune McEnroe2019-12-18
|
* Add git.causal.agency cgit configJune McEnroe2019-12-18