all repos — site @ 91a443221fb7ab33c3a3de4d81faa01280bc8b79

source for my site, found at icyphox.sh

netlify-build.sh (view raw)

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

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