1
0
Fork 0
No description
  • HTML 85.2%
  • Jupyter Notebook 6.6%
  • Python 4.6%
  • Shell 0.7%
  • TypeScript 0.6%
  • Other 2.2%
Find a file
2026-01-17 12:53:07 +01:00
.idea Add Pycharm files 2025-09-05 12:07:44 +02:00
content Add security.txt file 2026-01-17 12:53:07 +01:00
vendor Remove need for JS for search 2025-12-18 19:55:31 +01:00
.gitignore Setup gitignore 2017-12-04 20:23:15 +01:00
.gitmodules Change default URL for theme 2025-12-18 20:03:04 +01:00
.kateproject Add article with TS tips 2023-08-17 16:47:27 +02:00
fabfile.py 1st commit in my new pelican blog. The configuration is OK, draft article is on 2014-04-22 17:18:47 +02:00
justfile Run lint before upload 2025-05-23 17:12:39 +02:00
LICENSE Update readme and add license 2025-10-18 11:07:57 +02:00
pelicanconf.py Add security.txt file 2026-01-17 12:53:07 +01:00
publishconf.py Small accessibility improvements 2025-06-28 17:51:06 +02:00
pyproject.toml Correct usage of sitemap plugin 2025-06-29 12:29:10 +02:00
README.rst Correct path to LICENSE 2025-12-18 19:47:20 +01:00
uv.lock Correct usage of sitemap plugin 2025-06-29 12:29:10 +02:00

#. 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>`__