all repos — site @ dcca0ef325c82fc41cdaf12594b30d5f33336dd2

source for my site, found at icyphox.sh

netlify-build.sh (view raw)

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

rm -rf go-vite
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