closes #8
This commit is contained in:
parent
f6cd515fc7
commit
ff4a60feec
10
plugin.json
10
plugin.json
@ -2,17 +2,13 @@
|
|||||||
"id": "nodebb-theme-quickstart",
|
"id": "nodebb-theme-quickstart",
|
||||||
"library": "./lib/theme.js",
|
"library": "./lib/theme.js",
|
||||||
"hooks": [
|
"hooks": [
|
||||||
{
|
{ "hook": "filter:widgets.getAreas", "method": "defineWidgetAreas" }
|
||||||
"hook": "filter:widgets.getAreas", "method": "defineWidgetAreas"
|
|
||||||
}
|
|
||||||
],
|
],
|
||||||
"scripts": [
|
"scripts": [
|
||||||
"public/client.js",
|
"public/client.js",
|
||||||
"../nodebb-theme-persona/public/persona.js",
|
"../nodebb-theme-harmony/public/harmony.js"
|
||||||
"../nodebb-theme-persona/public/modules/autohidingnavbar.js",
|
|
||||||
"../nodebb-theme-persona/public/modules/quickreply.js"
|
|
||||||
],
|
],
|
||||||
"modules": {
|
"modules": {
|
||||||
"pulling.js": "node_modules/pulling/build/pulling-drawer.js"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
1
scss/overrides.scss
Normal file
1
scss/overrides.scss
Normal file
@ -0,0 +1 @@
|
|||||||
|
// only overrides to bs5 variables here
|
@ -1 +0,0 @@
|
|||||||
@import "../nodebb-theme-persona/theme";
|
|
1
theme.scss
Normal file
1
theme.scss
Normal file
@ -0,0 +1 @@
|
|||||||
|
@import "../nodebb-theme-harmony/theme";
|
Loading…
x
Reference in New Issue
Block a user