diff options
| author | Jameson Graef Rollins <jrollins@finestructure.net> | 2011-07-29 11:28:00 -0700 |
|---|---|---|
| committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2011-07-29 11:28:00 -0700 |
| commit | d4c06a6593aa0ea5e78523f2490b730ca47bbb29 (patch) | |
| tree | 23a9081debe0116805be7d1c5e3912678c9e9d06 | |
| parent | 22f25b55898bee292bb841b9baec2865de470122 (diff) | |
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.
| -rw-r--r-- | index.mdwn | 4 | ||||
| -rw-r--r-- | news.mdwn | 5 |
2 files changed, 9 insertions, 0 deletions
@@ -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"]] |
