Customizations for https://social.lila.network
charlimit_1000.diff | ||
custom-favicon.sh | ||
custom.css | ||
favicon.png | ||
LICENSE | ||
README.md |
mastodon-customizations
Customizations for https://social.lila.network
Favicon
su - mastodon
./custom-favicon.sh
cd ~/live
RAILS_ENV=production bundle exec rake tmp:cache:clear
RAILS_ENV=production bundle exec rails assets:precompile
# then become root
sudo systemctl reload mastodon-web