That's very kind of you but I'm not sure how to use it? Could you include a little info? I'm sure someone else could benefit from that too.
Thank you.
Hello!
I want make some changes in material theme so i created fork rep on github https://github.com/Master-GitHub/nodebb-theme-material-master-wild. Also i changed id, url etc in package.json and plugin.json. I installed theme with npm install https://github.com/Master-GitHub/nodebb-theme-material-master-wild
but after restart plugin getting restart. I dont know why.
What kind of changes? You might want to do a child theme instead.
@master than you should definitely use a child theme instead.
@master The easiest way, actually, is to just create your own custom plugin with the templates you want overwritten, and use the existing theme. Here's how I'd suggest you do it:
plugin.json
containing the following:{ "templates": "templates" }
templates
and in that directory, place the modified template files you madenpm init
to create a package.json
filenpm install [git url] --save
in the NodeBB directory