~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website
1#!/usr/bin/env bash 2set -e 3 4TARGET_DIR="${PWD}/public" 5pipenv run build 6cp "$TARGET_DIR/assets/images/favicon.png" "$TARGET_DIR/favicon.ico" 7cp markdown/.well-known markdown/humans.txt "$TARGET_DIR/" -rv