Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.08 KB

File metadata and controls

31 lines (20 loc) · 1.08 KB

qcytsn.github.io

Static source for qcytsn.github.io. The interactive site is maintained separately in QCYTSN/peanut-ai-web and deployed at peanut-ai.dev.

How it works

  • site/index.html contains the page and metadata.
  • site/assets/css/style.css provides the responsive light and dark styles.
  • site/assets/files/ contains the public research PDFs.
  • scripts/validate_site.py checks the copy, local links, assets, and static-only contract.
  • .github/workflows/deploy-pages.yml validates and publishes site/ to GitHub Pages.

The deployed page is plain HTML and CSS. It has no JavaScript, framework runtime, package installation, or build step.

Local preview

python -m http.server 8000 --directory site

Open http://localhost:8000.

Run validation with:

python scripts/validate_site.py

Pushes to main deploy automatically through GitHub Actions.

The layout is adapted from Minimal Light, released under CC0 1.0.