/js2264.github.io

Personal website

Primary LanguageHTMLMIT LicenseMIT

  • To build website: Github Actions do it automatically.

  • To serve site locally:

blogdown::build_site()
  • For art gallery, simply put png files in content/galleries/ and run blogdown::serve_site(). Files can be compressed by running:
find content/galleries/voronoi/ -name '*.png' -exec pngquant --speed 4 --nofs --ext .png --force 256 {} \;