add themes and external renderers #27
Loading…
Reference in a new issue
No description provided.
Delete branch "themes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I completely rewrote the way we deploy themes because the way I did it before couldn't work for other repos than the forgejo-beetroot theme repo.
I've checked lots of differents gitea theme repos, and they're all set differently. So now, this role clones repos, check if they're css files in them, copy those files in the right place and update the app.ini THEMES var. I've tried it with 10-15 different repos, it works with all of them.
add themesto add themes and external renderersAs I was on it, I also added the possibility to deploy external renderers as asked here: Disroot/Disroot-Project#88