summary refs log tree commit diff
path: root/www (follow)
Commit message (Expand)AuthorAge
...
* Ignore about-filterJune McEnroe2019-12-19
* Hide line numbers when rendering mdocJune McEnroe2019-12-18
* Customize cgit CSSJune McEnroe2019-12-18
* Copy cgit auxiliary binaries properlyJune McEnroe2019-12-18
* Add git.causal.agency cgit configJune McEnroe2019-12-18
* Post "cgit setup"June McEnroe2019-12-16
* Link to git. from causal.agencyJune McEnroe2019-12-15
* Add a few more notes about librariesJune McEnroe2019-12-11
* Post "Some Libraries"June McEnroe2019-12-11
* Update catgirl screenshotJune McEnroe2019-11-25
* Update shotty flagsJune McEnroe2019-11-25
* Move pounce to top of causal.agencyJune McEnroe2019-11-19
* Use braces in causal.agency MakefileJune McEnroe2019-10-30
* Add scheme "screenshot" to causal.agencyJune McEnroe2019-10-30
* Add pounce to causal.agencyJune McEnroe2019-10-30
* Add cards to causal.agencyJune McEnroe2019-08-22
* Shell script style passJune McEnroe2019-07-27
* Remove scheme text linkJune McEnroe2019-07-27
* Add catgirl shottyJune McEnroe2019-07-16
* Color html rather than bodyJune McEnroe2019-07-12
* Make author consistent and update URLsJune McEnroe2019-07-12
* Merge repository text.causal.agencyJune McEnroe2019-07-12
|\
| * Move to www/text.causal.agencyJune McEnroe2019-07-12
* Add new causal.agency with shotty shotsJune McEnroe2019-07-12
2019-12-21Add first working version of imboxJune McEnroe 2019-12-20Respect mailmap in gl pretty formatJune McEnroe 2019-12-20Set LANG in cgit filtersJune McEnroe ttpre needs to know about UTF-8 too so it can bold/italic non-ASCII chars. 2019-12-20Source .editrc before applying -v or -eJune McEnroe Otherwise a bind -v in .editrc will take precedence and overwrite the ^I binding for sh-complete. 2019-12-20Disable signing commitsJune McEnroe Why did I ever turn this on? This gets me nothing but inconvenience. RIP to all the wasted bytes in my git repos. 2019-12-19Ignore about-filterJune McEnroe 2019-12-19Fix matching make tags with no sourcesJune McEnroe 2019-12-19Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe 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. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe