~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 command -v devenv >> /dev/null; then 4 eval "$(devenv direnvrc)" 5 use devenv 6else 7 echo "error: Install devenv first (https://devenv.sh) and then run 'direnv reload'" 8fi