]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/goodstuff/discussion.mdwn
Added a comment: It's a wiki: any editor can have as many blogs as they want
[git.ikiwiki.info.git] / doc / plugins / goodstuff / discussion.mdwn
1 ### What is the syntax for enabling plugins in the setup file?
3 Here is an example snippet from a working setup file:
5  <pre>
6    # plugins to add to the default configuration
7    add_plugins => ['goodstuff'],     
8 </pre>