summaryrefslogtreecommitdiff
path: root/etc/cgitrc
AgeCommit message (Collapse)Author
2024-03-16Disable some cgit-pink features to maybe workaround an issueXiao Pan
git clone repos from https://git.flylightning.xyz sometimes failed due to "error: garbage at end of loose object..." and fatal: loose object...". If I disable cache the problem gone. If I clean the cache and reenable the cahe the problem gone but will come back. So I'm currently testing to workaround it by disable some cgit-pink features and it seems also work.
2024-03-02Try make cgit log page load faster.Xiao Pan
It took about 7 seconds to load https://git.flylightning.xyz/config_local_arch/log/ in the past. Now try disable some features to try to make it faster.
2024-02-28updateXiao Pan
2024-02-28switch to cgit-pinkXiao Pan
git blame works so I re-enable it. Add and change some other configs.
2024-02-27updateXiao Pan
2024-02-27cgit disable git blame, because it is buggyXiao Pan
2024-02-26updateXiao Pan
2024-02-26updateXiao Pan
2024-02-26updateXiao Pan
2024-02-26try enable cgit cacheXiao Pan
2024-02-26cgitrc readme about pageXiao Pan
2024-02-26updateXiao Pan
2024-02-25cgit syntax highlight using mycgit.cssXiao Pan
mycgit.css import cgit.css and highlight.css. Because cgit.css is not a pacman backup file and it will be overwritten once cgit update. I can also update highlight.css automatically via pacman hook or `upd`. Also, I think `highlight` not using `--inline-css` maybe is a better way performance wise and more elegant (less messy generated html source code).
2024-02-25updateXiao Pan
2024-02-25try cgit highlightXiao Pan
2024-02-04updateXiao Pan
2024-01-20updateXiao Pan
2024-01-20updateXiao Pan
2024-01-13updateXiao Pan
2024-01-09updateXiao Pan
2024-01-04cgit set custom title, so others bookmark have sensible nameXiao Pan
2023-12-27https:// maybe more secure than git://Xiao Pan
2023-12-17updateXiao Pan