This folder is a GitHub Pages–style static site for the ATM-Bench paper.
cd atmbench.github.io
python -m http.server 8000Then open http://localhost:8000.
index.html: update title/authors, paper/code/data URLs, and the BibTeX.paper/atmbench.pdf: replace the placeholder PDF with the real paper PDF.static/images/: add a teaser figure and enable theog:image/twitter:imagemeta tags.
Two common setups:
- Org/user page: create repo
<ORG>.github.ioand push this folder contents tomain. - Project page: create repo (e.g.,
ATMBench) and serve from/docs(orgh-pagesbranch).