A simple plugin to make the target of a logo click configurable in Discourse.
Development version, beware. Things might break.
- follow these steps.
- or, ssh into your Docker container. Do a
cd /var/www/discourse/plugins; git clone https://github.com/JSey/logo-click
and next,RAILS_ENV=production rake assets:precompile&& sv restart unicorn
(on a production install. On development, you know the drill...)
...not much more to say here.
- think of possible enhancements
- convince Discourse staff that this should go into the core
- brace for impact when this hits: discourse/discourse#3799