My personal knowledge-base
- Requirements: python3.10
- Create virtual environment
❯ python3 -m venv .venv ❯ source .venv/bin/activate
- Install poetry
❯ pip install poetry
- Update packages
❯ poetry update
- Setup hook to force update of last docs created
❯ make setup_hook
- Create and edit files on
docs
folder - After push any commit, the github action pipeline will build and publish to github pages.