Restore NEIK-specific Forgejo theme
This commit is contained in:
parent
5782bddffb
commit
1de93154cf
3 changed files with 384 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue