X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/91f25909b9572ebdf3a0fed8224bf03d0d9bf3db..a95762af1ab8b4286a515630f750892d85bd6540:/cgitrc.5.txt diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 463d90c..6f3e952 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -126,7 +126,8 @@ commit-sort:: css:: Url which specifies the css document to include in all cgit pages. - Default value: "/cgit.css". + Default value: "/cgit.css". May be given multiple times, each + css URL path is added in the head section of the document in turn. email-filter:: Specifies a command which will be invoked to format names and email @@ -238,6 +239,11 @@ include:: Name of a configfile to include before the rest of the current config- file is parsed. Default value: none. See also: "MACRO EXPANSION". +js:: + Url which specifies the javascript script document to include in all cgit + pages. Default value: "/cgit.js". Setting this to an empty string will + disable generation of the link to this file in the head section. + local-time:: Flag which, if set to "1", makes cgit print commit and tag times in the servers timezone. Default value: "0".