Static source for qcytsn.github.io. The interactive site is maintained separately in QCYTSN/peanut-ai-web and deployed at peanut-ai.dev.
site/index.htmlcontains the page and metadata.site/assets/css/style.cssprovides the responsive light and dark styles.site/assets/files/contains the public research PDFs.scripts/validate_site.pychecks the copy, local links, assets, and static-only contract..github/workflows/deploy-pages.ymlvalidates and publishessite/to GitHub Pages.
The deployed page is plain HTML and CSS. It has no JavaScript, framework runtime, package installation, or build step.
python -m http.server 8000 --directory siteOpen http://localhost:8000.
Run validation with:
python scripts/validate_site.pyPushes to main deploy automatically through GitHub Actions.
The layout is adapted from Minimal Light, released under CC0 1.0.