From: Joey Hess Date: Thu, 15 Apr 2010 20:21:06 +0000 (-0400) Subject: update X-Git-Tag: 3.20100427~156 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=843ce484fc9a65a814be62ab9617fc461640fbeb;p=ikiwiki.git update --- diff --git a/doc/examples/blog.mdwn b/doc/examples/blog.mdwn index 33637e57d..8775c01ab 100644 --- a/doc/examples/blog.mdwn +++ b/doc/examples/blog.mdwn @@ -13,9 +13,6 @@ Some additional configuration you might want to do: example of how to tag a post is: \[[!tag tags/life]] -* Enable the [[sidebar|plugins/sidebar]] plugin to get a sidebar listing all - the categories you've tagged posts with, and other navigation links. - * Enable the [[pagestats|plugins/pagestats]] plugin to get a tag cloud to display on the [[index]]. diff --git a/doc/examples/blog/index.mdwn b/doc/examples/blog/index.mdwn index da95e7660..062c71f2e 100644 --- a/doc/examples/blog/index.mdwn +++ b/doc/examples/blog/index.mdwn @@ -1,16 +1,14 @@ -[[!template id=note text=""" +[[!inline pages="./posts/* and !*/Discussion" show="10" +actions=yes rootpage="posts"]] -* [[Tags]]: [[!pagestats style="list" pages="./tags/*" among="./posts/*"]] -* [[Recent_Comments|comments]] -* [[Archives]] +[[!sidebar """ +[[Tags]]: [[!pagestats style="list" pages="./tags/*" among="./posts/*"]] -[[!calendar pages="./posts/* and !*/Discussion"]] +[[Recent Comments|comments]] -"""]] +[[Archives]] -[[!inline pages="./posts/* and !*/Discussion" show="10" -actions=yes rootpage="posts"]] - ----- +[[!calendar pages="./posts/* and !*/Discussion"]] +"""]] This blog is powered by [ikiwiki](http://ikiwiki.info).