Skip to content

Commit

Permalink
added userlist plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wchristian committed Oct 28, 2011
1 parent fcdde87 commit c23017f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions PerlTutorialHub.setup
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ use IkiWiki::Setup::Standard {
# rcs backend to use
rcs => 'git',
# plugins to add to the default configuration
add_plugins => [qw{goodstuff websetup highlight google theme plusone easehtmlscrubber }],
add_plugins => [qw{goodstuff websetup highlight google theme plusone easehtmlscrubber userlist}],
# plugins to disable
disable_plugins => [qw{search edittemplate rawhtml localstyle pagetemplate}],
# additional directory to search for template files
Expand Down Expand Up @@ -194,7 +194,8 @@ use IkiWiki::Setup::Standard {
######################################################################
# web plugins
# (404, attachment, comments, editdiff, edittemplate, google,
# goto, mirrorlist, repolist, search, theme, websetup, wmd)
# goto, mirrorlist, repolist, search, theme, userlist, websetup,
# wmd)
######################################################################

# attachment plugin
Expand Down

0 comments on commit c23017f

Please sign in to comment.