Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.11 KB

File metadata and controls

42 lines (28 loc) · 1.11 KB

eMule broadband edition website

This repository publishes the organization GitHub Pages site for eMule broadband edition, code name emulebb.

The public site is expected to publish at:

https://emulebb.github.io/

Static Page Production

Generated HTML is committed for GitHub Pages, but source edits should go through the Jinja2 renderer:

python -m pip install -r requirements.txt
python tools\render_pages.py --lastmod 2026-05-16
python tools\render_pages.py --lastmod 2026-05-16 --check

Run the validation helper before publishing:

python ..\emulebb-tooling\helpers\pages-site-tools.py --pages-root . validate

Markdown Documentation Publishing

Long-form product docs are maintained as Markdown in emulebb-tooling and published as rendered HTML at:

https://emulebb.github.io/emulebb-tooling/

Before changing homepage claims, update and validate the source docs:

cd ..\emulebb-tooling
python scripts\docs-publish-check.py

Then return here, update the structured homepage source, regenerate the static HTML, and run the Pages validation commands above.