diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-11 19:27:24 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-11 19:27:24 +0100 |
| commit | 459de7be4ee456de29b5558ecb6897e6d685adfa (patch) | |
| tree | 4cfe0326084c9584d3db9c76637f675872209eda | |
| parent | c86f5a569785172cd5631aeca6fd12a4220d3183 (diff) | |
| download | git.zue.dev-459de7be4ee456de29b5558ecb6897e6d685adfa.tar git.zue.dev-459de7be4ee456de29b5558ecb6897e6d685adfa.tar.gz git.zue.dev-459de7be4ee456de29b5558ecb6897e6d685adfa.tar.bz2 git.zue.dev-459de7be4ee456de29b5558ecb6897e6d685adfa.tar.xz git.zue.dev-459de7be4ee456de29b5558ecb6897e6d685adfa.zip | |
another readme fix
| -rw-r--r-- | cgitrc | 34 |
1 files changed, 32 insertions, 2 deletions
@@ -41,8 +41,38 @@ max-stats=year # use the first path component of the repository path as the section name section-from-path=1 -# set readme file -readme=README.md +## +## Search for these files in the root of the default branch of repositories +## for coming up with the about page: +## +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 # this has to be empty for cgit to work with a reverse proxy virtual-root=
\ No newline at end of file |
