all repos — site @ 55c2a666496bd5daed398e7c8dd93c2b1e1f555d

source for my site, found at icyphox.sh

netlify-build.sh (view raw)

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

pip install git+https://github.com/icyphox/vite
mkdir build
pip install feedparser arrow python-frontmatter
vite build