diff options
Diffstat (limited to 'nikola/plugins/shortcode/gist.plugin')
| -rw-r--r-- | nikola/plugins/shortcode/gist.plugin | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nikola/plugins/shortcode/gist.plugin b/nikola/plugins/shortcode/gist.plugin new file mode 100644 index 0000000..cd19a72 --- /dev/null +++ b/nikola/plugins/shortcode/gist.plugin @@ -0,0 +1,13 @@ +[Core] +name = gist +module = gist + +[Nikola] +plugincategory = Shortcode + +[Documentation] +author = Roberto Alsina +version = 0.1 +website = https://getnikola.com/ +description = Gist shortcode + |
