repo.or.cz
/
ikiwiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clear sandbox/test commit
[ikiwiki.git]
/
doc
/
plugins
/
goodstuff
/
discussion.mdwn
blob
4ccea4ad4dfc59bc79cee17fd74dd09ac1eb8fb8
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>