helloworld
Dummy plugin that says hi
To install, run nikola plugin -i helloworld
This is a simple plugin you can use as a basis for your own. It does nothing interesting:
- It creates a task for Nikola
- The task prints a notice saying "Hello World"
- The task is always considered out of date, so it always runs, unless you set
BYE_WORLD=True
in conf.py
Suggested Configuration:
# Should the Hello World plugin say “BYE” instead? BYE_WORLD = False
Requirements:
- Nikola (Python package)
- doit (Python package)
Issues? Questions?
You can report issues with this plugin and request help via GitHub Issues.