Skip to content

Commit

Permalink
activated sidebar plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wchristian committed Oct 28, 2011
1 parent 947f287 commit 8e439cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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 userlist}],
add_plugins => [qw{goodstuff websetup highlight google theme plusone easehtmlscrubber userlist sidebar}],
# plugins to disable
disable_plugins => [qw{search edittemplate rawhtml localstyle pagetemplate}],
# additional directory to search for template files
Expand Down Expand Up @@ -340,7 +340,7 @@ use IkiWiki::Setup::Standard {

# sidebar plugin
# show sidebar page on all pages?
#global_sidebars => 1,
global_sidebars => 1,

# tag plugin
# parent page tags are located under
Expand Down

0 comments on commit 8e439cc

Please sign in to comment.