artsy / artsy.github.io

The Artsy Engineering Open-Source Developers Blog
https://artsy.github.io
MIT License
1.08k stars 227 forks source link

Revert "Upgrade jekyll etc. (PLATFORM-4085)" #724

Closed joeyAghion closed 2 years ago

joeyAghion commented 2 years ago

Reverts artsy/artsy.github.io#722

Upon deploy looks like:

Screen Shot 2022-04-11 at 7 02 50 PM

Locally, building and serving the static site looks like:

bundle exec rake build
python3 -m http.server 8000 -d _gh-pages/
Screen Shot 2022-04-11 at 7 12 52 PM