diff options
Diffstat (limited to 'nikola/plugins/command/theme.plugin')
| -rw-r--r-- | nikola/plugins/command/theme.plugin | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nikola/plugins/command/theme.plugin b/nikola/plugins/command/theme.plugin new file mode 100644 index 0000000..421d027 --- /dev/null +++ b/nikola/plugins/command/theme.plugin @@ -0,0 +1,13 @@ +[Core] +name = theme +module = theme + +[Documentation] +author = Roberto Alsina and Chris Warrick +version = 1.0 +website = https://getnikola.com/ +description = Manage Nikola themes + +[Nikola] +PluginCategory = Command + |
