# Set the title and heading of the repository index pageroot_title = 'Git repository browser'# Set a subtitle for the repository index pageroot_description = 'Open-source projects available at mydomain.tld'# Include some more info about example.com on the index pageroot_readme = '/config/rgit_about.md'# Allow download of source tarballssnapshots = ['tar.gz','tar.bz2','zip',]# Add a faviconfavicon = '/config/favicon.ico'# Specify a path to a logo image, or an emoji (eg. '🏔️')logo = '/config/logo.png'# Alt text for the logo imagelogo_alt = '🏔️'# Url loaded when clicking on the logologo_link = '/'# Allow http transport git cloneenable_http_clone = true# Show extra links for each repository on the index pageenable_index_links = false# Show owner on the index pageenable_index_owner = true# Generate HTTPS clone urlsclone_prefix = 'https://git.mydomain.tld'# Generate SSH clone urlsssh_clone_prefix = 'ssh://git.mydomain.tld:/srv/git'# Limit length of commit messages in the log to this; use 0 for no limitmax_commit_message_length = 80# Limit length of repository descriptions; use 0 for no limitmax_repo_desc_length = 80# Use custom css on all pagescss = "/custom.scss"# Set a custom file to serve at `/robots.txt`robots_txt = "/robots.txt"# Change the header styleheader = "Image"