commit 6c8a04c985830012dd4389a83fbbe57c3a3bde3b Author: Leon Mika Date: Wed Mar 13 20:30:09 2024 +1100 Initial commit 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