blob: 915e59de28d24a4175d1b577fe4e24e09b6d86de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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"
|