home: finished website articles logic

This commit is contained in:
Agahnim 2026-03-23 16:01:10 +01:00
parent a753fd3497
commit 984088b827
6 changed files with 58 additions and 220 deletions

View file

@ -23,8 +23,8 @@
];
shellHook = ''
echo "========================================================="
echo "Pour lancer le projet et avoir les changements en temps réel"
echo "cargo watch -w src -w templates -w static -x run"
echo "Pour lancer le projet et avoir les changements en temps réel : "
echo "- cargo watch -w content -w src -w templates -w static -x run"
'';
};
};