Initial commit

This commit is contained in:
Leon Mika 2024-03-13 20:30:09 +11:00
commit 6c8a04c985
2 changed files with 11 additions and 0 deletions

8
plugin.json Normal file
View file

@ -0,0 +1,8 @@
{
"version": "0.1.0",
"title": "Sidebar for Tinytheme",
"description": "Adds a sidebar to blogs using the Tinytheme",
"includes": [
"/sidebar.css"
]
}

3
static/sidebar.css Normal file
View file

@ -0,0 +1,3 @@
body {
background-color: red;
}