From 6c8a04c985830012dd4389a83fbbe57c3a3bde3b Mon Sep 17 00:00:00 2001 From: Leon Mika Date: Wed, 13 Mar 2024 20:30:09 +1100 Subject: [PATCH] Initial commit --- plugin.json | 8 ++++++++ static/sidebar.css | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 plugin.json create mode 100644 static/sidebar.css diff --git a/plugin.json b/plugin.json new file mode 100644 index 0000000..0dfafb0 --- /dev/null +++ b/plugin.json @@ -0,0 +1,8 @@ +{ + "version": "0.1.0", + "title": "Sidebar for Tinytheme", + "description": "Adds a sidebar to blogs using the Tinytheme", + "includes": [ + "/sidebar.css" + ] +} \ No newline at end of file diff --git a/static/sidebar.css b/static/sidebar.css new file mode 100644 index 0000000..438954d --- /dev/null +++ b/static/sidebar.css @@ -0,0 +1,3 @@ +body { + background-color: red; +} \ No newline at end of file