diff options
| -rw-r--r-- | TODO | 4 | ||||
| -rw-r--r-- | configuration/cgitrc | 1 | ||||
| -rw-r--r-- | readme.md | 4 | ||||
| -rwxr-xr-x | scripts/redeploy.sh (renamed from scripts/deploy.sh) | 0 |
4 files changed, 7 insertions, 2 deletions
@@ -6,11 +6,11 @@ https://matejamaric.com/blog/git-server/ https://0x42.sh/cgit-nginx-gitolite-a-personal-git-server/ - [x] cgit don't show .git -- [ ] cgit and gitoliterc config in repo -- [ ] get rid of gitolite admin repo +- [x] cgit and gitoliterc config in repo - [ ] cgit dark mode, better tab layout, about page https://mitjafelicijan.com/making-cgit-look-nicer.html https://www.hackitu.de/cgithub/ +- [ ] get rid of gitolite admin repo - [ ] backup Revamp diff --git a/configuration/cgitrc b/configuration/cgitrc index 4675fc0..a7abb90 100644 --- a/configuration/cgitrc +++ b/configuration/cgitrc @@ -6,6 +6,7 @@ logo=/cgit.png virtual-root=/ enable-index-owner=0 clone-prefix=https://git.jackjamison.net +source-filter=/usr/lib/cgit/filters/syntax-highlighting.py # homepage root-title=Jack Jamison's Repositories diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..82b87f3 --- /dev/null +++ b/readme.md @@ -0,0 +1,4 @@ +# jackjamison.net + +## First time setup +Install: `cgit`, `nginx`, `gitolite` and git user, `zola`, `python3-pygments`
\ No newline at end of file diff --git a/scripts/deploy.sh b/scripts/redeploy.sh index 0cd5ed3..0cd5ed3 100755 --- a/scripts/deploy.sh +++ b/scripts/redeploy.sh |
