I'm new with nodebb, i suppose i did some mistake using ./nodebb upgrade and git pull combined, i've make a fresh install and it work. Anyway i've just switched to release and begin to work with plugin and child theme.
I'd like to do the same. For instance, some folks don't like round avatars, so I would override the CSS for that. Other folks want zero color, so I'd make a monochrome skin.
Made a child theme based on Persona for some edits. Instead of publishing it to npm symlinked it, theme folder being outside public_html( where nodebb install resides). How can I load a js file to use with it? If I put ./nodebb-theme-mytheme/lib/script.js" inside plugins.json doesn't work.