No description
- HTML 85.2%
- Jupyter Notebook 6.6%
- Python 4.6%
- Shell 0.7%
- TypeScript 0.6%
- Other 2.2%
| .idea | ||
| content | ||
| vendor | ||
| .gitignore | ||
| .gitmodules | ||
| .kateproject | ||
| fabfile.py | ||
| justfile | ||
| LICENSE | ||
| pelicanconf.py | ||
| publishconf.py | ||
| pyproject.toml | ||
| README.rst | ||
| uv.lock | ||
#. Install ``uv`` to install deps, with your package manager or by looking [in the uv documentation](https://docs.astral.sh/uv/getting-started/installation/). #. Install ``just`` to run commands more easily, with your package manager or by looking [in the just documentation](https://just.systems/man/en/introduction.html). #. Install ``rclone`` to deploy the project on S3, with your package manager or by looking [in the rclone documentation](https://rclone.org/install/). #. Install the project with ``uv sync`` #. Run ``git submodule update --init --recursive`` to init plugins. #. Run ``just dev`` to run in reload mode. #. Run ``just upload`` to deploy. This blog is licensed under `Creative Commons Attribution-ShareAlike <./LICENSE>`__