chore(global): update configs and scripts

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
Andrei Jiroh Halili 2024-10-12 19:28:53 +00:00
parent 9916d88b83
commit 25d3523d96
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
8 changed files with 858 additions and 635 deletions

View file

@ -1,7 +1,6 @@
#!/usr/bin/env bash
set -e
set -ex
TARGET_DIR="${PWD}/public"
pipenv run build
cp "$TARGET_DIR/assets/images/favicon.png" "$TARGET_DIR/favicon.ico"
cp markdown/.well-known markdown/humans.txt "$TARGET_DIR/" -rv