all repos — site @ 7df102d414fd6a09009b079521b4bf03f80f91af

source for my site, found at icyphox.sh

netlify.toml (view raw)

 1
 2
 3
[build]
    publish = "build/"
    command = "apt install pandoc && pip install git+https://github.com/icyphox/vite && mkdir build && vite build"