Restore NEIK-specific Forgejo theme

This commit is contained in:
Selecta Keke 2026-08-15 15:49:06 -03:00
parent 5782bddffb
commit 1de93154cf
3 changed files with 384 additions and 0 deletions

View file

@ -8,6 +8,7 @@ TARGET_DIR="$ROOT_DIR/data/custom"
mkdir -p "$TARGET_DIR/public/assets/css" "$TARGET_DIR/templates/custom"
cp "$SRC_DIR/ccds-wiki.css" "$TARGET_DIR/public/assets/css/ccds-wiki.css"
cp "$SRC_DIR/neik-wiki.css" "$TARGET_DIR/public/assets/css/neik-wiki.css"
cp "$SRC_DIR/header.tmpl" "$TARGET_DIR/templates/custom/header.tmpl"
echo "Forgejo wiki theme synced into $TARGET_DIR"