pablotron.org logo ================== [Ruby][] script to generate the site logo as an animated [SVG][]. Usage: # install dependencies in ./vendor # (you only need to do this once) bundle install # write logo to "static/logo.svg" bundle exec ./gen-logo.rb > ../../static/logo.svg [ruby]: https://ruby-lang.org/ "Ruby programming language" [svg]: https://en.wikipedia.org/wiki/Scalable_Vector_Graphics "Scalable Vector Graphics"