Static GitHub Pages site for Distortion-aware brushing.
Canonical URL:
https://distortion-aware-brushing.github.io/site/
The site aggregates:
- project overview
- live demo link and embedded preview
- repository links
- paper metadata
- DOI, PDF, and BibTeX
Run a simple static server from this directory.
cd /Users/hj/Desktop/Distortion-aware-brushing/new_dab/site
python3 -m http.server 4173Then open:
GitHub Actions publishes the static files to GitHub Pages.
- repo:
distortion-aware-brushing/site - Pages URL:
https://distortion-aware-brushing.github.io/site/ - workflow:
.github/workflows/deploy-pages.yml
The workflow copies the static assets into dist/ and uploads them as the Pages artifact.