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