diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-30 15:42:43 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-30 15:42:43 +0100 |
commit | c6f4de0826be3b14ae6c7d933e8a1ec7c0ba9fc3 (patch) | |
tree | b4490611627d5f005a77db86fe85a9b49487ff4c | |
parent | 953e98535fc50fd5fec1d57a0756200f271a7be6 (diff) |
Adds config file for git@yulqen.org git repository site
-rw-r--r-- | cgitrc | 291 |
1 files changed, 291 insertions, 0 deletions
@@ -0,0 +1,291 @@ +# # Order of the configuration options is important. +# +virtual-root=/ +# +robots=noindex, nofollow +css=/cgit-css/cgit.css +source-filter=/usr/lib/cgit/filters/syntax-highlighting.py +about-filter=/usr/lib/cgit/filters/about-formatting.sh +readme=:README.md +readme=:readme.md +readme=:README.mkd +readme=:readme.mkd +readme=:README.rst +readme=:readme.rst +readme=:README.html +readme=:readme.html +readme=:README.htm +readme=:readme.htm +readme=:README.txt +readme=:readme.txt +readme=:README +readme=:readme +readme=:INSTALL.md +readme=:install.md +readme=:INSTALL.mkd +readme=:install.mkd +readme=:INSTALL.rst +readme=:install.rst +readme=:INSTALL.html +readme=:install.html +readme=:INSTALL.htm +readme=:install.htm +readme=:INSTALL.txt +readme=:install.txt +readme=:INSTALL +readme=:install +enable-subject-links=1 +logo=/cgit-css/yulqen.png +mimetype.gif=image/gif +mimetype.html=text/html +mimetype.jpg=image/jpeg +mimetype.jpeg=image/jpeg +mimetype.pdf=application/pdf +mimetype.png=image/png +mimetype.svg=image/svg+xml +# footer= +# source-filter=/usr/lib/cgit/filters/syntax-highlighting.sh +root-title=Yulqen's code and configuration +root-desc=Poetry of the digital mind. +root-readme=/home/git/repositories/about.html +# root-desc= +# noplainemail=1 +# + +#section=Personal +#repo.url=personal/notes +#repo.path=/home/git/repositories/personal/notes +#repo.desc=My notes +# +# +section=Docker +repo.url=docker/bind9-config +repo.path=/home/git/repositories/docker/bind9-config +repo.desc=Basic docker compose config for running a bind9 DNS server + +section=Forks +repo.url=forks/nvim-nvchad +repo.path=/home/git/repositories/forks/nvim-nvchad +repo.desc=Fork of NvChad with my config. + +section=Config +repo.url=config/openbsddotfiles +repo.path=/home/git/repositories/config/openbsddotfiles +repo.desc=dotfiles for OpenBSD machines. + +repo.url=dotfiles/arch-dotfiles +repo.path=/home/git/repositories/dotfiles/arch-dotfiles +repo.desc=dotfiles for Arch-based machines. + +repo.url=dotfiles/debian-dotfiles +repo.path=/home/git/repositories/dotfiles/debian-dotfiles +repo.desc=dotfiles for Debian-based machines. + +repo.url=config/nixconfig +repo.path=/home/git/repositories/dotfiles/nixconfig +repo.desc=Config for NixOS + +repo.url=config/emacs +repo.path=/home/git/repositories/config/emacs.d +repo.desc=Config for Emacs + +repo.url=config/nvim-homemade +repo.path=/home/git/repositories/config/nvim-homemade +repo.desc=A homemade neovim config. + +section=Go +repo.url=go/blackbird +repo.path=/home/git/repositories/go/blackbird +repo.desc=Shifting educational resources. + +repo.url=go/dbasik-go +repo.path=/home/git/repositories/go/dbasik-go +repo.desc=An API for dbasik written in Go. +repo.name=dbasik + +repo.url=go/coords +repo.path=/home/git/repositories/go/coords +repo.desc=Calculating Excel coordinates. + +repo.url=go/jobbylogger +repo.path=/home/git/repositories/go/jobbylogger +repo.desc=Tracking essential movements for IBD sufferers... + +repo.url=go/quicknote +repo.path=/home/git/repositories/go/quicknote +repo.desc=Quicknote appends links from the clipboard to a file which gets uploaded to yulqen.org. + +repo.url=go/journalg +repo.path=/home/git/repositories/go/journalg +repo.desc=Searching through journal files with Go. + +repo.url=go/snippetbox +repo.path=/home/git/repositories/go/snippetbox +repo.desc=The project that accompanies the Let's Go book. + +repo.url=go/eden +repo.path=/home/git/repositories/go/eden +repo.desc=Daily journalling from the command line. + +repo.url=go/jo +repo.path=/home/git/repositories/go/jo +repo.desc=Wrapper around hugo to aid setting up static site. + +repo.url=go/jo-hugo-site +repo.path=/home/git/repositories/go/jo-hugo-site +repo.desc=New site for Jo in Go. Mirror of site on GitLab (for big images). + +repo.url=go/datamaps-go +repo.path=/home/git/repositories/go/datamaps-go +repo.desc=Experimental project; datamaps written in Go. + +repo.url=go/ded-go-core +repo.path=/home/git/repositories/go/ded-go-core +repo.desc=DED in Go using stdlib. + +repo.url=go/ded-go +repo.path=/home/git/repositories/go/ded-go +repo.desc=DED in Go using Echo framework. + +section=Shell +repo.url=shell/bash-scripts +repo.path=/home/git/repositories/shell/bash-scripts +repo.desc=Scripts that I have written, copied or stolen. + +section=Perl +repo.url=perl/perlscripts +repo.path=/home/git/repositories/perl/perlscripts +repo.desc=Perl scripts. + +section=Python +repo.url=python/pyblackbird_cc +repo.path=/home/git/repositories/python/pyblackbird_cc +repo.desc=blackbird written in Python (Django) (with support from Cookiecutter) +repo.name=Blackbird +repo.hide=0 +repo.homepage=http://resources.joannalemon.com + +repo.url=python/pyblackbird +repo.path=/home/git/repositories/python/pyblackbird +repo.desc=blackbird written in Python (Django) + +repo.url=python/datamaps +repo.path=/home/git/repositories/python/datamaps +repo.desc=CLI front-end to bcompiler-engine - a tool for compiling data from Excel spreadsheets. + +repo.url=python/dbasik +repo.path=/home/git/repositories/python/dbasik +repo.desc=Putting bcompiler on the web. + +repo.url=python/complyiq +repo.path=/home/git/repositories/python/complyiq +repo.desc=Open source business management application prototype. + +repo.url=python/ctrack +repo.path=/home/git/repositories/python/ctrack +repo.desc=Django-powered CRM to track DfT NIS Cyber Assessment Framework submissions. + +repo.url=python/bcompiler-engine +repo.path=/home/git/repositories/python/bcompiler-engine +repo.desc=Use spreadsheets as forms for collecting data on a large scale. + +repo.url=python/ded +repo.path=/home/git/repositories/python/ded +repo.desc=The original DED written in Python. + +repo.url=python/python-scripts +repo.path=/home/git/repositories/python/python-scripts +repo.desc=Python scripts. + +section=Ruby +repo.url=ruby/quicknote-ruby +repo.path=/home/git/repositories/ruby/quicknote-ruby +repo.desc=quicknote written in Ruby. + +repo.url=ruby/ded-rails +repo.path=/home/git/repositories/ruby/ded-rails +repo.desc=DED written in Ruby. + +# private repo +# repo.url=python/substracker +# repo.path=/home/git/repositories/python/substracker +# repo.desc=substracker.co.uk + +section=HTML +repo.url=html/jo-rebrand +repo.path=/home/git/repositories/html/jo-rebrand +repo.desc=Front page for joannalemon.com. + +repo.url=html/jollage-hugo-template +repo.path=/home/git/repositories/html/jollage-hugo-template +repo.desc=Hugo template. + +repo.url=html/yulqen +repo.path=/home/git/repositories/html/yulqen.org +repo.desc=yulqen.org web site. + +repo.url=html/twentyfour-contact +repo.path=/home/git/repositories/html/twentyfour-contact +repo.desc=Twenty Four Software contact web site. + +repo.url=html/twentyfoursoftware +repo.path=/home/git/repositories/html/twentyfoursoftware.co.uk +repo.desc=Twenty Four Software web site. + +repo.url=html/matthewlemon +repo.path=/home/git/repositories/html/matthewlemon.com +repo.desc=A web site. + +section=C +repo.url=c/journalc +repo.path=/home/git/repositories/c/journalc +repo.desc=Fantastically rudimentary grep for some specific directories - but it does search archives too. + +section=C++ +repo.url=c++/journal +repo.path=/home/git/repositories/c++/journal +repo.desc=Fantastically rudimentary grep for some specific directories - but it does search archives too - in C++. + +section=Java +repo.url=java/chicken-defender +repo.path=/home/git/repositories/java/chicken-defender +repo.desc=Spigot plugin for Minecraft. + +section=Clojure +repo.url=clojure/ded-clojure +repo.path=/home/git/repositories/clojure/ded-clojure +repo.desc=Serious Clojure prototype of DED. + + +clone-prefix=https://git.yulqen.org +# +# # Enable snapshots +snapshots=tar.gz tar.bz2 zip +# +# # Disable owner index +enable-index-owner=0 +enable-commit-graph=1 +# +mimetype.git=image/git +mimetype.html=text/html +mimetype.jpg=image/jpeg +mimetype.jpeg=image/jpeg +mimetype.pdf=application/pdf +mimetype.png=image/png +mimetype.svg=image/svg+xml +# +# # Caching +cache-dynamic-ttl=60 +cache-static-ttl=44640 +cache-root-ttl=6 +cache-repo-ttl=120 + +enable-commit-graph=1 +enable-follow-links=1 +local-time=0 +# +# # Note: For cgit to automatically look +# # in the directory for git repositories +# # scan-path=/git +# + |