Skip to content

polunzh/gallery

Repository files navigation

中文 | English

Gallery

Personal cinematic screenshot gallery at gallery.polunzh.com.

Stack

  • Framework: Vue 3 + Vite + vite-ssg (static site generation)
  • Images: Cloudflare R2
  • Deploy: Cloudflare Pages

Development

pnpm install
pnpm dev

Adding a New Album

  1. Create a YAML file in src/data/albums/ (see zhuyu.yaml for format)
  2. Upload images to R2:
    node scripts/upload.mjs src/data/albums/your-album.yaml --source ~/Pictures/YourAlbum
  3. Push to GitHub — Cloudflare Pages auto-deploys

Build

pnpm build     # generates static site in dist/
pnpm preview   # preview the build locally

About

A personal cinematic screenshot gallery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors