From a6de36ba76abe9d13bf299278e630b9949bae740 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 30 Oct 2008 21:22:26 +0100 Subject: Add blog framework. --- blog.mdwn | 5 +++++ blog/archives.mdwn | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 blog.mdwn create mode 100644 blog/archives.mdwn diff --git a/blog.mdwn b/blog.mdwn new file mode 100644 index 0000000..e7b4804 --- /dev/null +++ b/blog.mdwn @@ -0,0 +1,5 @@ +# Skitseblog + +De nyeste indlæg i [[Siri]]'s blog. + +[[!inline pages="blog/entry/* and !blog/entry/*/* and !link(unfinished)" show="10" actions=yes]] diff --git a/blog/archives.mdwn b/blog/archives.mdwn new file mode 100644 index 0000000..da7f9ea --- /dev/null +++ b/blog/archives.mdwn @@ -0,0 +1,3 @@ +Her er alle indlæg jeg har lavet i min [[blog]]. + +[[!inline pages="blog/entry/* and !*/Discussion and !link(unfinished)" archive="yes" rss="no" quick="yes"]] -- cgit v1.2.3