ikiwiki/doc/plugins/goodstuff/discussion.mdwn

9 lines
220 B
Markdown

### What is the syntax for enabling plugins in the setup file?
Here is an example snippet from a working setup file:
<pre>
# plugins to add to the default configuration
add_plugins => ['goodstuff'],
</pre>