First commit
This commit is contained in:
0
assets/style.css
Normal file
0
assets/style.css
Normal file
7
client/video-watch-client-plugin.js
Normal file
7
client/video-watch-client-plugin.js
Normal file
@@ -0,0 +1,7 @@
|
||||
function register ({ registerHook, peertubeHelpers }) {
|
||||
|
||||
}
|
||||
|
||||
export {
|
||||
register
|
||||
}
|
||||
27
package.json
Normal file
27
package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "peertube-theme-quickstart",
|
||||
"version": "0.0.1",
|
||||
"description": "PeerTube theme quickstart",
|
||||
"engine": {
|
||||
"peertube": ">=1.3.0"
|
||||
},
|
||||
"keywords": [
|
||||
"peertube",
|
||||
"theme"
|
||||
],
|
||||
"homepage": "https://framagit.org/framasoft/peertube/peertube-theme-quickstart",
|
||||
"author": "Chocobozzz",
|
||||
"bugs": "https://framagit.org/framasoft/peertube/peertube-theme-quickstart/issues",
|
||||
"staticDirs": {
|
||||
"images": "public/images"
|
||||
},
|
||||
"css": [
|
||||
"assets/style.css"
|
||||
],
|
||||
"clientScripts": [
|
||||
{
|
||||
"script": "client/common-client-plugin.js",
|
||||
"scopes": [ "common" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
0
public/images/.gitkeep
Normal file
0
public/images/.gitkeep
Normal file
Reference in New Issue
Block a user