Theme Updates Functionality
-
Hello All,
Just a quick question for everyone. I've forked the Lavender theme to customize for my NodeBB install. I'd like to push updates frequently. Is it possible to update your themes, similar to the way plugins are updated? For example, just press an "Update" button and automatically pull updates?Thanks for the help!
-
If you've forked the Lavender theme, just add the original source as another remote:
$ git remote add upstream git://github.com/NodeBB/nodebb-theme-lavender.git
Then every time you want to merge the latest changes in:
$ git fetch upstream && git merge upstream/master
Copyright © 2024 NodeBB | Contributors