add blog structure from ikiwiki/auto-blog.setup below blag/
authorRoland Hieber <rohieb@rohieb.name>
Tue, 17 Sep 2013 03:09:43 +0000 (05:09 +0200)
committerRoland Hieber <rohieb@rohieb.name>
Wed, 23 Oct 2013 00:53:17 +0000 (02:53 +0200)
blag.mdwn [new file with mode: 0644]
blag/archives.mdwn [new file with mode: 0644]
blag/comments.mdwn [new file with mode: 0644]
blag/posts.mdwn [new file with mode: 0644]
blag/sidebar.mdwn [new file with mode: 0644]
blag/tags.mdwn [new file with mode: 0644]
index.mdwn

diff --git a/blag.mdwn b/blag.mdwn
new file mode 100644 (file)
index 0000000..070d618
--- /dev/null
+++ b/blag.mdwn
@@ -0,0 +1,9 @@
+[[!if test="enabled(sidebar)" then="""
+[[!sidebar]]
+""" else="""
+[[!inline pages=sidebar raw=yes]]
+"""]]
+
+[[!inline pages="page(blag/post/*) and !blag/post/*/* and !*/Discussion"
+    show="10" actions=yes rootpage="blag"]]
+
diff --git a/blag/archives.mdwn b/blag/archives.mdwn
new file mode 100644 (file)
index 0000000..a0db329
--- /dev/null
@@ -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 --git a/blag/comments.mdwn b/blag/comments.mdwn
new file mode 100644 (file)
index 0000000..2dc6b2e
--- /dev/null
@@ -0,0 +1,9 @@
+[[!sidebar content="""
+[[!inline pages="comment_pending(./post/*)" feedfile=pendingmoderation
+    description="comments pending moderation" show=-1]]
+Comments in the [[!commentmoderation desc="moderation queue"]]:
+[[!pagecount pages="comment_pending(./post/*)"]]
+"""]]
+
+Recent comments on posts in the [[blag]]:
+[[!inline pages="./post/*/Discussion or comment(./post/*)" template="comment"]]
diff --git a/blag/posts.mdwn b/blag/posts.mdwn
new file mode 100644 (file)
index 0000000..0638ebe
--- /dev/null
@@ -0,0 +1,4 @@
+Here is a full index of posts to the [[blag]].
+
+[[!inline pages="page(./post/*) and ./post/*/* and !*/Discussion"
+    archive=yes feedshow=10 quick=yes trail=yes]]
diff --git a/blag/sidebar.mdwn b/blag/sidebar.mdwn
new file mode 100644 (file)
index 0000000..9070fa5
--- /dev/null
@@ -0,0 +1,10 @@
+[[!if test="enabled(calendar)" then="""
+[[!calendar pages="page(./post/*) and !./post/*/* and !*/Discussion"]]
+"""]]
+
+[[Recent Comments|comments]]
+
+[[Archives]]
+
+[[Tags]]:
+[[!pagestats style="list" pages="./tag/*" among="./post/*"]]
diff --git a/blag/tags.mdwn b/blag/tags.mdwn
new file mode 100644 (file)
index 0000000..7b9aa32
--- /dev/null
@@ -0,0 +1,3 @@
+[[!pagestats pages="./tag/*" among="./post/*"]]
+
+On the right you can see the tag cloud for this blog.
index f0c3019..29dd12c 100644 (file)
@@ -24,6 +24,6 @@ There is still not much Here, everything important should be There:
 ### personal stuff
 
 * My [[wishlist]]
-* [My blog](https://rohieb.wordpress.com/)
+* [[Blag]]
 * [My public PGP key](https://rohieb.name/DD2C3FEA.pubkey.asc)
 * [[Contact me|contact]]
This page took 0.02856 seconds and 4 git commands to generate.