My online journal of things I've learnt. Hopefully you find something on it useful.
Well, if for some reason you want to run it
locally, umm... here. The url is at http://localhost:8000/
or http://[::1]:8000/
.
git clone --depth=1 https://github.com/NeoSahadeo/neosahadeo.github.io
cd neosahadeo.github.io
You need to install the Python stuff.
python -m venv .venv
Make sure to add some source! This depends on your operating system. Thankfully you will only have to do this once.
source .venv/bin/[find you script]
pip install -r requirements.txt
And lastly, run the start script - creatively
named start
.
./start.sh
Great. It's done. Be sure to run a git pull origin main
every-now and again to get new stuff (or don't).