Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Assume obsolete transient pages have the same extension as the changed page
[git.ikiwiki.info.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>