all repos — site @ 2a92a00e5d826d1c936ac086ed29d9d7b7b120ba

source for my site, found at icyphox.sh

netlify-build.sh (view raw)

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

git clone https://github.com/icyphox/go-vite
cd go-vite && make && cd ..
mkdir build
pip install feedparser arrow python-frontmatter
pip install git+https://github.com/icyphox/myrkdown
go-vite/vite build