v0.0.1
This commit is contained in:
@@ -1 +1,3 @@
|
||||
# PeerTube theme Quickstart
|
||||
# MDG PeerTube theme light
|
||||
|
||||
Dies ist das Theme für den Peertube-Server des MDG Hamburgs.
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
:root {
|
||||
--red: #FF3B3B;
|
||||
--green: #2E9D04;
|
||||
|
||||
--fg: #1a1a1a;
|
||||
--bg: #ffffff;
|
||||
|
||||
--input-fg: #1a1a1a;
|
||||
--input-bg: #d0e6ff;
|
||||
--input-placeholder: #888888;
|
||||
--input-border-color: #a5a5a5;
|
||||
|
||||
--bg-secondary: hsl(0, 0%, 45%);
|
||||
|
||||
--primary: #71b737;
|
||||
--on-primary: #ffffff;
|
||||
--border-primary: #71b737;
|
||||
|
||||
--is-dark: 0;
|
||||
}
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
function register ({ registerHook, peertubeHelpers }) {
|
||||
|
||||
}
|
||||
|
||||
export {
|
||||
register
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"Hello world": "Hello le monde"
|
||||
}
|
||||
26
package.json
26
package.json
@@ -1,30 +1,22 @@
|
||||
{
|
||||
"name": "peertube-theme-quickstart",
|
||||
"version": "0.0.2",
|
||||
"description": "PeerTube theme quickstart",
|
||||
"name": "peertube-theme-mdg-light",
|
||||
"version": "0.0.1",
|
||||
"description": "MDG PeerTube theme light",
|
||||
"engine": {
|
||||
"peertube": ">=1.3.0"
|
||||
"peertube": ">=7.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",
|
||||
"homepage": "https://gitea.mdg-hamburg.de/julian.kiedaisch/peertube-theme-mdg-light",
|
||||
"author": "Julian Kiedaisch",
|
||||
"bugs": "https://gitea.mdg-hamburg.de/julian.kiedaisch/peertube-theme-mdg-light/issues",
|
||||
"staticDirs": {
|
||||
"images": "public/images"
|
||||
},
|
||||
"css": [
|
||||
"assets/style.css"
|
||||
],
|
||||
"clientScripts": [
|
||||
{
|
||||
"script": "client/common-client-plugin.js",
|
||||
"scopes": [ "common" ]
|
||||
}
|
||||
],
|
||||
"translations": {
|
||||
"fr-FR": "./languages/fr.json"
|
||||
}
|
||||
"clientScripts": [],
|
||||
"translations": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user