diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-02-25 12:45:55 +0000 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-02-25 12:51:16 +0000 |
commit | aee52406b4409c1b3cfc717ed777688ab568138f (patch) | |
tree | f764a03dce7fbd1514bef4116901990122d0cf18 /etc/cgitrc | |
parent | 95adecc3706c7e6b1c7871c2c978fb831f5124de (diff) |
cgit syntax highlight using mycgit.css
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).
Diffstat (limited to 'etc/cgitrc')
-rw-r--r-- | etc/cgitrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ # https://wiki.gentoo.org/wiki/User:Halcon/HOWTO_cgit_uwsgi_nginx # `man cgitrc` +css=/mycgit.css + # https://stackoverflow.com/questions/16182421/cgit-and-nginx-url-rewrite virtual-root=/ |