#!/bin/sh
# developed by acidvegas (https://git.acid.vegas/random)
#set -ev
##### settings ########################################################################
CLONE_URL='remote' # base url for cloning repositories ('remote' = remote.origin.url)
CNAME='' # create a CNAME file with a custom domain (empty = do not create)
MAX_DESC=250 # maximum characters in a description to display (0 = all)
MAX_COMMITS=10 # maximum number of commits to show (0 = all)
MAX_COMMIT_MSG=100 # maximum characters in a commit message to display (0 = all)
MAX_COMMIT_LINES=10 # maximum number of lines to show in a commit (0 = all)
REPO_DIR=$HOME/dev/git/acidvegas # directory containing repositories
TITLE='Acidvegas Repositories' # title used on homepage
WWW_DIR=$HOME/www # directory to output to
#######################################################################################
generate_404() {
{
echo ""
echo "