No description
  • HTML 41.4%
  • Python 29.3%
  • CSS 18.9%
  • Makefile 10.4%
Find a file
2026-02-18 13:35:26 +01:00
content Fix badge name 2023-09-06 10:13:33 +02:00
themes/afpy fix: less margin for small screens 2025-02-14 10:22:37 +01:00
.gitignore First commit 2023-04-29 15:57:48 +02:00
LICENSE Added license and updated readme 2025-02-14 09:03:14 +01:00
Makefile Added license and updated readme 2025-02-14 09:03:14 +01:00
pelicanconf.py fix: correct locale in configuration and added markdown to pelican in requirements 2023-04-29 17:16:41 +02:00
publishconf.py First commit 2023-04-29 15:57:48 +02:00
README.md fix(readme): add make html instruction 2026-02-18 13:35:26 +01:00
requirements.txt fix: correct locale in configuration and added markdown to pelican in requirements 2023-04-29 17:16:41 +02:00
synchronize.py First commit 2023-04-29 15:57:48 +02:00
tasks.py First commit 2023-04-29 15:57:48 +02:00

AFPy.org

Site Web de l'AFPy.

Lancer localement

Installer les dépendances.

make install

Générer les fichiers html.

make html

Jouer localement (instancie un serveur).

make serve

Publier

make publish