Live at: https://talmolab.org
On Ubuntu/WSL, first install build tools and Ruby:
sudo apt update && sudo apt install build-essential && sudo apt install ruby-full
Next install Bundler:
sudo gem install bundler
Then just run start.sh
in this folder or:
bundle exec jekyll serve --force_polling --livereload
(See this issue for livereloading on WSL.)
First, edit one of the existing variants:
images/logo.svg
: Animatedimages/logo_static.svg
: Static, white stroke with transparent backgroundimages/logo_static_grey_bg.svg
: Static, white stroke with grey background (this looks the nicest for static)images/logo_static_outline.svg
: Static, white stroke with thin black outline
Then, to render to PNG, use an online service. This is a nice open-source one.