# HG changeset patch # User Samuel Hodgkins # Date 1503710113 0 # Node ID 4531a1cb866ec00485432c1f0319cc2d2c635883 initial import diff -r 000000000000 -r 4531a1cb866e .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Sat Aug 26 01:15:13 2017 +0000 @@ -0,0 +1,1 @@ +.ikiwiki diff -r 000000000000 -r 4531a1cb866e archives.mdwn --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/archives.mdwn Sat Aug 26 01:15:13 2017 +0000 @@ -0,0 +1,8 @@ +[[!if test="archives/*" then=""" +Browse through blog archives by year: +[[!map pages="./archives/* and !./archives/*/* and !*/Discussion"]] +""" +else=""" +You need to use the `ikiwiki-calendar` program to generate calendar-based +archive pages. +"""]] diff -r 000000000000 -r 4531a1cb866e comments.mdwn --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/comments.mdwn Sat Aug 26 01:15:13 2017 +0000 @@ -0,0 +1,10 @@ +[[!sidebar content=""" +[[!inline pages="comment_pending(./posts/*)" feedfile=pendingmoderation +description="comments pending moderation" show=-1]] +Comments in the [[!commentmoderation desc="moderation queue"]]: +[[!pagecount pages="comment_pending(./posts/*)"]] +"""]] + +Recent comments on posts in the [[blog|index]]: +[[!inline pages="./posts/*/Discussion or comment(./posts/*)" +template="comment"]] diff -r 000000000000 -r 4531a1cb866e index.mdwn --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/index.mdwn Sat Aug 26 01:15:13 2017 +0000 @@ -0,0 +1,11 @@ +[[!if test="enabled(sidebar)" then=""" +[[!sidebar]] +""" else=""" +[[!inline pages=sidebar raw=yes]] +"""]] + +[[!inline pages="page(./posts/*) and !*/Discussion" show="10" +actions=yes rootpage="posts"]] + + +This blog is powered by [ikiwiki](http://ikiwiki.info). diff -r 000000000000 -r 4531a1cb866e posts.mdwn --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/posts.mdwn Sat Aug 26 01:15:13 2017 +0000 @@ -0,0 +1,3 @@ +Here is a full list of posts to the [[blog|index]]. + +[[!inline pages="page(./posts/*) and !*/Discussion" archive=yes feedshow=10 quick=yes trail=yes]] diff -r 000000000000 -r 4531a1cb866e posts/first_post.mdwn --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/posts/first_post.mdwn Sat Aug 26 01:15:13 2017 +0000 @@ -0,0 +1,2 @@ +This is the first post to this example blog. To add new posts, just add +files to the posts/ subdirectory, or use the web form. diff -r 000000000000 -r 4531a1cb866e posts/second_post.mdwn --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/posts/second_post.mdwn Sat Aug 26 01:15:13 2017 +0000 @@ -0,0 +1,1 @@ +This is the second post to this example blog. To add new posts, just add files to the posts/ subdirectory, or use the web form. diff -r 000000000000 -r 4531a1cb866e sidebar.mdwn --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sidebar.mdwn Sat Aug 26 01:15:13 2017 +0000 @@ -0,0 +1,10 @@ +[[!if test="enabled(calendar)" then=""" +[[!calendar pages="page(./posts/*) and !*/Discussion"]] +"""]] + +[[Recent Comments|comments]] + +[[Archives]] + +[[Tags]]: +[[!pagestats style="list" pages="./tags/*" among="./posts/*"]] diff -r 000000000000 -r 4531a1cb866e tags.mdwn --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tags.mdwn Sat Aug 26 01:15:13 2017 +0000 @@ -0,0 +1,3 @@ +[[!pagestats pages="./tags/*" among="./posts/*"]] + +On the right you can see the tag cloud for this blog.