Skip to content

Commit

Permalink
disabled theme plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wchristian committed Nov 1, 2011
1 parent 288ce91 commit f356bca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PerlTutorialHub.setup
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ 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 userlist sidebar ytemplate}],
add_plugins => [qw{goodstuff websetup highlight google plusone easehtmlscrubber userlist sidebar ytemplate}],
# plugins to disable
disable_plugins => [qw{search edittemplate rawhtml localstyle pagetemplate}],
disable_plugins => [qw{search edittemplate rawhtml localstyle pagetemplate theme}],
# additional directory to search for template files
templatedir => '/usr/local/share/ikiwiki/templates',
# base wiki source location
Expand Down Expand Up @@ -236,7 +236,7 @@ use IkiWiki::Setup::Standard {

# theme plugin
# name of theme to enable
theme => 'actiontabs',
theme => '',

# websetup plugin
# list of plugins that cannot be enabled/disabled via the web interface
Expand Down

0 comments on commit f356bca

Please sign in to comment.