X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/d3b2933cfead688036b354238e947c12916575b6..f618e8f7174011e1e793df2c67fb9d1341652054:/cgitrc.5.txt diff --git a/cgitrc.5.txt b/cgitrc.5.txt index e8b5cd4..683f3b5 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -4,7 +4,7 @@ CGITRC(5) NAME ---- - cgitrc - runtime configuration for cgit +cgitrc - runtime configuration for cgit SYNOPSIS @@ -84,6 +84,10 @@ footer:: verbatim at the bottom of all pages (i.e. it replaces the standard "generated by..." message. Default value: none. +head-include:: + The content of the file specified with this option will be included + verbatim in the html HEAD section on all pages. Default value: none. + header:: The content of the file specified with this option will be included verbatim at the top of all pages. Default value: none. @@ -259,6 +263,7 @@ repo.url:: EXAMPLE CGITRC FILE ------------------- +.... # Enable caching of up to 1000 output entriess cache-size=1000 @@ -368,6 +373,7 @@ repo.enable-log-linecount=0 # Restrict the max statistics period for this repo repo.max-stats=month +.... BUGS