New documentations and default files #4

Merged
Djeex merged 9 commits from docs into main 2025-08-11 14:50:43 +02:00
30 changed files with 303 additions and 102 deletions
Showing only changes of commit d0fe57fe9c - Show all commits

View File

@ -125,7 +125,7 @@ def build():
gallery_html = render_gallery_images(gallery_images)
gallery = render_template(TEMPLATE_DIR / "gallery.html", {"gallery_images": gallery_html})
signature = f"<!-- Build with Lumeex v1.1 | https://git.djeex.fr/Djeex/lumeex | {build_date_version} -->"
signature = f"<!-- Build with Lumeex v1.2 | https://git.djeex.fr/Djeex/lumeex | {build_date_version} -->"
body = f"""
<body>
<div class="page-loader"><div class="spinner"></div></div>