Initial commit
This commit is contained in:
commit
6c8a04c985
2 changed files with 11 additions and 0 deletions
8
plugin.json
Normal file
8
plugin.json
Normal 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
3
static/sidebar.css
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
body {
|
||||||
|
background-color: red;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue