all repos — site @ 44cdd9d5152c208933b2a12a4ad011b80f4dc136

source for my site, found at icyphox.sh

netlify-build.sh (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
#!/bin/sh

rm -rf go-vite
git clone https://github.com/icyphox/go-vite
cd go-vite && make && cd ..
mkdir build
go-vite/vite build
cp -r pages/txt/* build/txt