~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 2 3if [ ! -f "$PWD/.venv/bin/mkdocs" ] || [ $FF_DEPS_REFRESH != "true" ]; then 4 "$PWD/.venv/bin/pip3" install -r requirements.txt 5fi 6 7# enable embeding commit info in previews 8FF_ENABLE_COMMIT_DATA=true "$PWD/.venv/bin/mkdocs" serve