aboutsummaryrefslogtreecommitdiff
path: root/bin/logo-0/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'bin/logo-0/README.md')
-rw-r--r--bin/logo-0/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/bin/logo-0/README.md b/bin/logo-0/README.md
new file mode 100644
index 0000000..915e59d
--- /dev/null
+++ b/bin/logo-0/README.md
@@ -0,0 +1,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"