From e73420df94b58849e08bd1b14f7dcd80790d7c6a Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 30 Oct 2008 18:01:16 +0100 Subject: [PATCH] initial commit --- .gitignore | 2 ++ blog/index.mdwn | 14 ++++++++++++++ blog/posts.mdwn | 3 +++ blog/posts/first_post.mdwn | 4 ++++ blog/sidebar.mdwn | 7 +++++++ blog/tags.mdwn | 3 +++ blog/tags/life.mdwn | 4 ++++ blog/tags/tech.mdwn | 3 +++ index.mdwn | 6 ++++++ 9 files changed, 46 insertions(+) create mode 100644 .gitignore create mode 100644 blog/index.mdwn create mode 100644 blog/posts.mdwn create mode 100644 blog/posts/first_post.mdwn create mode 100644 blog/sidebar.mdwn create mode 100644 blog/tags.mdwn create mode 100644 blog/tags/life.mdwn create mode 100644 blog/tags/tech.mdwn create mode 100644 index.mdwn diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..b84c8066 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/.ikiwiki +/recentchanges diff --git a/blog/index.mdwn b/blog/index.mdwn new file mode 100644 index 00000000..b0514d57 --- /dev/null +++ b/blog/index.mdwn @@ -0,0 +1,14 @@ +[[meta title="example blog"]] + +[[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 wiki is powered by [ikiwiki](http://ikiwiki.info). diff --git a/blog/posts.mdwn b/blog/posts.mdwn new file mode 100644 index 00000000..71eb9f1b --- /dev/null +++ b/blog/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/blog/posts/first_post.mdwn b/blog/posts/first_post.mdwn new file mode 100644 index 00000000..f8a69880 --- /dev/null +++ b/blog/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 blog/posts/ subdirectory, or use the web form. + +[[tag tags/tech]] diff --git a/blog/sidebar.mdwn b/blog/sidebar.mdwn new file mode 100644 index 00000000..19475d7c --- /dev/null +++ b/blog/sidebar.mdwn @@ -0,0 +1,7 @@ +Example sidebar + +* [[Blog|index]] +* [[Archive|posts]] + +Categories: +[[map pages="./tags/* and !*/Discussion"]] diff --git a/blog/tags.mdwn b/blog/tags.mdwn new file mode 100644 index 00000000..daf77549 --- /dev/null +++ b/blog/tags.mdwn @@ -0,0 +1,3 @@ +[[pagestats pages="./tags/*"]] + +On the right you can see the tag cloud for this blog. diff --git a/blog/tags/life.mdwn b/blog/tags/life.mdwn new file mode 100644 index 00000000..2f7a5737 --- /dev/null +++ b/blog/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/blog/tags/tech.mdwn b/blog/tags/tech.mdwn new file mode 100644 index 00000000..dff92f33 --- /dev/null +++ b/blog/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]] diff --git a/index.mdwn b/index.mdwn new file mode 100644 index 00000000..34d12206 --- /dev/null +++ b/index.mdwn @@ -0,0 +1,6 @@ +Welcome to your new wiki. + +All wikis are supposed to have a... +so this one does too. + +----