Add teaching section

This commit is contained in:
Yan Lin 2025-07-09 13:58:12 +02:00
parent e7d814051b
commit ddadc8685e
12 changed files with 244 additions and 23 deletions

View file

@ -8,7 +8,7 @@ pkgs.mkShell {
];
shellHook = let
venvPath = "$HOME/venv/homepage";
venvPath = "$HOME/.venv/homepage";
remoteHost = "personal-vps";
in ''
export PIP_REQUIRE_VIRTUALENV=1