]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/goodstuff/discussion.mdwn
ikiwiki (3.20130711) unstable; urgency=low
[ikiwiki.git] / doc / plugins / goodstuff / discussion.mdwn
1 ### What is the syntax for enabling plugins in the setup file?
2
3 Here is an example snippet from a working setup file:
4
5  <pre>
6    # plugins to add to the default configuration
7    add_plugins => ['goodstuff'],     
8 </pre>