summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-04-15 16:21:06 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-04-15 16:21:06 -0400
commit843ce484fc9a65a814be62ab9617fc461640fbeb (patch)
tree712593b1d214fc3250cc63788d4539ba67e9f2a6 /doc/examples
parent5143d790b023f7f04ebdf694225b2946af676503 (diff)
update
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/blog.mdwn3
-rw-r--r--doc/examples/blog/index.mdwn18
2 files changed, 8 insertions, 13 deletions
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).