From d4c06a6593aa0ea5e78523f2490b730ca47bbb29 Mon Sep 17 00:00:00 2001
From: Jameson Graef Rollins <jrollins@finestructure.net>
Date: Fri, 29 Jul 2011 11:28:00 -0700
Subject: [PATCH] Add new "news" section to the site

This adds a new "news.mdwn" page and corresponding "news" directory.
Items added to this directory will be displayed on the new page, in
reverse-chronological order, as they would in a blog.  The site should
also automatically generate an RSS feed for the news.
---
 index.mdwn | 4 ++++
 news.mdwn  | 5 +++++
 2 files changed, 9 insertions(+)
 create mode 100644 news.mdwn

diff --git a/index.mdwn b/index.mdwn
index 9924de8..bbc8a7d 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -43,6 +43,10 @@ would love a good library interface for fast, global search with
 support for arbitrary tags, then Notmuch also may be exactly what
 you've been looking for.
 
+## News
+
+[[The latest new from notmuch|news]]
+
 ## Documentation
 
 So far, there is not much documentation.  Eventually, the wiki will
diff --git a/news.mdwn b/news.mdwn
new file mode 100644
index 0000000..a4f0e42
--- /dev/null
+++ b/news.mdwn
@@ -0,0 +1,5 @@
+[[!meta title="News"]]
+
+# News #
+
+[[!inline pages="./news/* and !*/Discussion" rootpage="news" show="50"]]
-- 
2.45.2