Add a sidebar with contact information.
authorW. Trevor King <wking@drexel.edu>
Thu, 30 Sep 2010 14:49:13 +0000 (10:49 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 30 Sep 2010 14:49:13 +0000 (10:49 -0400)
ikiwiki.setup
index.mdwn
sidebar.mdwn

index dff7b2bbb0b42029a4ae78d2150f1e76ad396dfe..4d3203a857c447491cd6482abcaf3363cf23b565 100644 (file)
@@ -29,7 +29,7 @@ use IkiWiki::Setup::Standard {
        # rcs backend to use
        rcs => 'git',
        # plugins to add to the default configuration
-       add_plugins => [qw{goodstuff lockedit mdwn_itex}],
+       add_plugins => [qw{goodstuff lockedit mdwn_itex sidebar}],
        # plugins to disable
        disable_plugins => [qw{editpage htmlscrubber passwordauth smiley}],
        # location of template files
@@ -134,6 +134,10 @@ use IkiWiki::Setup::Standard {
        # URIs of repositories containing the wiki's source
        repositories => [qw{http://www.physics.drexel.edu/~wking/code/git/blog.git}],
 
+       # sidebar plugin
+       # show sidebar page on all pages?
+       #global_sidebars => 1,
+
        # tag plugin
        # parent page tags are located under
        #tagbase => 'tag',
index 957565a1984d05cb25cd636ad3dd78255a431e68..4199c42004e9fc9d0580c66e2bffacf67a9fe6d6 100644 (file)
@@ -1,5 +1,3 @@
-[[!pagestats pages="./tags/*"]]
-
 [[!inline pages="./posts/*" show="10" actions=yes rootpage="posts"]]
 
 ----
index 840ca96313238017a0122ca8f3831f9cd8e67422..33f60a45d30e985bf31dde90e140cbd9aba4feb8 100644 (file)
@@ -1,5 +1,6 @@
 * [[Blog|index]]
 * [[Archive|posts]]
+* [Contact](http://www.physics.drexel.edu/~wking/contact.shtml)
 
 Categories:
-[[!map pages="./tags/*"]]
+[[!pagestats pages="./tags/*"]]