Okay, so it's still not working. This is what I got in my css (along with other things which are working, so I know it's seeing the CSS)
html{
background: url("plugins/node-theme-nodetendo/images/cover-bg.jpg") no-repeat center center;
background-size: cover;
background-color: #000000;
}
And this is whats in my plugin.json now (which I copied from vanilla, and added @julian's lines to:
{
"id": "nodebb-theme-vanilla",
"library": "./lib/theme.js",
"hooks": [
{
"hook": "filter:widgets.getAreas", "method": "defineWidgetAreas", "callbacked": true
}
],
"staticDirs": {
"images": "static/images"
}
}
But I'm still getting a 404 on the image, and it's not loading up.
PS: How are you guys doing the blue thing? I tried a [quote] tag and a [code] tag, and none of those worked.