aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2026-07-09 21:29:48 -0400
committerJack Jamison <jackqjamison@gmail.com>2026-07-09 21:29:48 -0400
commit53b090917b4762e101fd806b46ed1be7c9b230ed (patch)
treeba1082210b11ea8dbb5d47afbc5e1f561b559fa5
parent15b509a6caaa64af886c2df9555ed48b47e3dc32 (diff)
don't import additional css
-rw-r--r--TODO15
-rw-r--r--configuration/cgit/custom.css2
2 files changed, 10 insertions, 7 deletions
diff --git a/TODO b/TODO
index 56387e7..c39375d 100644
--- a/TODO
+++ b/TODO
@@ -14,23 +14,28 @@
https://git.causal.agency/cgit-pink/
https://git.zx2c4.com/cgit/
- [x] vps backup
+- [x] add my best repos, with groups
-- [ ] cgit dark mode
- [ ] custom cgit fork, default about page
+- [ ] cgit dark mode, add back checker color
- [ ] cgit favicons and icon
-- [ ] add my best repos, with groups
- [ ] get rid of gitolite admin repo
Potential Improvements to CGit:
-- Default page patch
+- Patch for setting default page
- Add better default styling
- Click on things to copy them to clipboard
-- Branches go in a more reasonable place
+- Client side code highlighting
+- "Copy blob" button
+- Clicking "tree" tab resets to root of tree even if you're in a blob
+- Switch branch goes in a more reasonable place
- List of branches which a commit is in
- Branch compare ahead or behind
-- Web docs
+- Readme, md files, etc are displayed like the about page
- Direct gitolite access integration
+- Somehow allow people to access private repos on web, maybe http pushing
+- Web doc version of manpage
Revamp
- [x] port articles to directories
diff --git a/configuration/cgit/custom.css b/configuration/cgit/custom.css
index 00ad077..4194b18 100644
--- a/configuration/cgit/custom.css
+++ b/configuration/cgit/custom.css
@@ -2,8 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
-@import url("cgit.css");
-
* { line-height: 1.25em; }
div#cgit {