From 734e9c2a3512f11a47dd8de6713e0026258ab3ba Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 26 Aug 2010 15:39:47 -0400 Subject: [PATCH] initial commit --- .gitignore | 2 ++ index.mdwn | 13 +++++++++++++ posts.mdwn | 3 +++ posts/first_post.mdwn | 4 ++++ sidebar.mdwn | 7 +++++++ tags.mdwn | 3 +++ tags/life.mdwn | 4 ++++ tags/tech.mdwn | 3 +++ 8 files changed, 39 insertions(+) create mode 100644 .gitignore create mode 100644 index.mdwn create mode 100644 posts.mdwn create mode 100644 posts/first_post.mdwn create mode 100644 sidebar.mdwn create mode 100644 tags.mdwn create mode 100644 tags/life.mdwn create mode 100644 tags/tech.mdwn diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b84c806 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/.ikiwiki +/recentchanges diff --git a/index.mdwn b/index.mdwn new file mode 100644 index 0000000..84c732d --- /dev/null +++ b/index.mdwn @@ -0,0 +1,13 @@ +[[!pagestats pages="./tags/*"]] + +Welcome to my blog. + +Have a look at the most recent posts below, or browse the tag cloud on the +right. An archive of all [[posts]] is also available. + +[[!inline pages="./posts/* and !*/Discussion" show="10" +actions=yes rootpage="posts"]] + +---- + +This blog is powered by [ikiwiki](http://ikiwiki.info). diff --git a/posts.mdwn b/posts.mdwn new file mode 100644 index 0000000..4b29391 --- /dev/null +++ b/posts.mdwn @@ -0,0 +1,3 @@ +Here is a full list of posts to my [[blog|index]]. + +[[!inline pages="./posts/* and !*/Discussion" archive=yes feedshow=10 quick=yes]] diff --git a/posts/first_post.mdwn b/posts/first_post.mdwn new file mode 100644 index 0000000..d494323 --- /dev/null +++ b/posts/first_post.mdwn @@ -0,0 +1,4 @@ +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. + +[[!tag tags/tech]] diff --git a/sidebar.mdwn b/sidebar.mdwn new file mode 100644 index 0000000..a9fac38 --- /dev/null +++ b/sidebar.mdwn @@ -0,0 +1,7 @@ +Example sidebar + +* [[Blog|index]] +* [[Archive|posts]] + +Categories: +[[!map pages="./tags/* and !*/Discussion"]] diff --git a/tags.mdwn b/tags.mdwn new file mode 100644 index 0000000..53cc8d3 --- /dev/null +++ b/tags.mdwn @@ -0,0 +1,3 @@ +[[!pagestats pages="./tags/*"]] + +On the right you can see the tag cloud for this blog. diff --git a/tags/life.mdwn b/tags/life.mdwn new file mode 100644 index 0000000..ddc2e64 --- /dev/null +++ b/tags/life.mdwn @@ -0,0 +1,4 @@ +This feed contains pages in the "life" category. + +[[!inline pages="link(tags/life) and ./posts/* and !*/Discussion" +show="10" actions=yes]] diff --git a/tags/tech.mdwn b/tags/tech.mdwn new file mode 100644 index 0000000..e811cac --- /dev/null +++ b/tags/tech.mdwn @@ -0,0 +1,3 @@ +This feed contains pages in the "tech" category. + +[[!inline pages="link(tags/tech) and !*/Discussion" show=10 actions=yes]] -- 2.26.2