See also Where to put custom CSS file.. | NodeBB.
Another possibility is a custom css file overriding the others by having the last <link rel="stylesheet" href="..." /> line in the theme source.
Hi, it seems that src/sitemap.js is hardcoded to fill pages.xml with 4 specific URLs:
https://github.com/NodeBB/NodeBB/blob/master/src/sitemap.js#L56
Is there a way/feature to override this URL list without patching the nodebb source code itself?
Thank you!