From f3a3627f24d6644bbac13786621359561b5910a0 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 4 Feb 2021 22:06:23 +0000 Subject: Remove cgit logo using cgitrc It's not documented that you can set logo to empty string to remove it, I just noticed by reading print_header. --- www/git.causal.agency/cgitrc | 1 + www/git.causal.agency/custom.css | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'www/git.causal.agency') diff --git a/www/git.causal.agency/cgitrc b/www/git.causal.agency/cgitrc index e29ad7dd..13285116 100644 --- a/www/git.causal.agency/cgitrc +++ b/www/git.causal.agency/cgitrc @@ -1,5 +1,6 @@ root-title=causal agency root-desc=“I think some people from the Gentoo project are behind this.” +logo= clone-url=https://$HTTP_HOST/$CGIT_REPO_URL snapshots=tar.gz zip diff --git a/www/git.causal.agency/custom.css b/www/git.causal.agency/custom.css index 48331751..a84111ac 100644 --- a/www/git.causal.agency/custom.css +++ b/www/git.causal.agency/custom.css @@ -14,9 +14,6 @@ div#cgit { tab-size: 4; } -div#cgit table#header td.logo { - display: none; -} div#cgit table#header td.sub { border-top: none; } -- cgit 1.4.1 log tree commit diff
path: root/doc/zlib/deflateInit.3 (unfollow)
Commit message (Collapse)Author
2022-04-03Publish "Care"June McEnroe
2022-03-31Publish "Compassion"June McEnroe
2022-03-24Skip matches with ident chars on either sideJune McEnroe
This fixes, for example, where the link gets placed on static regex_t regex(const char *pattern, int flags) in title.c.
2022-03-24Add The Invisible Life of Addie LaRueJune McEnroe
So good, but so long. Reminded me of The Ten Thousand Doors of January at the beginning, and more of that N. K. Jemisin series about gods later. I like this interacting with gods and becoming something like one sort of thing. God, it took me a whole month (more?) to read and this is only my third book of the year :( I need some more novellas to read, but the other books I have from the library currently are also thick.
2022-03-22Source ~/.profile.local if it existsJune McEnroe
2022-03-18Publish "Addendum 2021"June McEnroe
2022-03-16Remove wcwidth portJune McEnroe
DYLD_FORCE_FLAT_NAMESPACE no longer exists in macOS 12 so this approach doesn't work anymore. Moved to <https://git.causal.agency/jorts/tree/wcwidth> and compiled into <https://git.causal.agency/jorts/tree/ncurses>.
2022-03-16Remove -j4 from ./PlanJune McEnroe
Plan learned to set this automatically!
2022-03-15Rewrite Linux install.sh for DebianJune McEnroe
2022-03-15Remove dashJune McEnroe