git-preview @ main

static git web frontend but with images and html previews + code truncation

docs: add info about syntaxHighlight usage
Sun, 14 Jul 2024
2 files changed, 7 insertions(+), 0 deletions(-)
M config.yaml

@@ -14,6 +14,7 @@ static: ./static

meta: title: icy does git description: come get your free software + syntaxHighlight: monokailight server: name: git.icyphox.sh host: 0.0.0.0
M readme

@@ -63,6 +63,10 @@ • repo.mainBranch: main branch names to look for.

• repo.ignore: repos to ignore, relative to scanPath. • repo.unlisted: repos to hide, relative to scanPath. • server.name: used for go-import meta tags and clone URLs. +• meta.syntaxHighlight: used for picking which syntax theme render. Leave it + blank or remove it to disable and use native theme. If this field is set with + a invalid theme, it will fallback to "monokailight". For more information + about themes check chroma's gallery[1]. NOTES

… preview truncated