summaryrefslogtreecommitdiffstats
path: root/nikola/plugins/shortcode/chart.plugin
diff options
context:
space:
mode:
Diffstat (limited to 'nikola/plugins/shortcode/chart.plugin')
-rw-r--r--nikola/plugins/shortcode/chart.plugin13
1 files changed, 13 insertions, 0 deletions
diff --git a/nikola/plugins/shortcode/chart.plugin b/nikola/plugins/shortcode/chart.plugin
new file mode 100644
index 0000000..edcbc13
--- /dev/null
+++ b/nikola/plugins/shortcode/chart.plugin
@@ -0,0 +1,13 @@
+[Core]
+name = chart
+module = chart
+
+[Nikola]
+PluginCategory = Shortcode
+
+[Documentation]
+author = Roberto Alsina
+version = 0.1
+website = https://getnikola.com/
+description = Chart directive based in PyGal
+