From a902b9aa24cbb46a119bc7a005f16a9f43b4066f Mon Sep 17 00:00:00 2001 From: muflax Date: Fri, 11 May 2012 23:26:56 +0200 Subject: [PATCH] letsread skeleton --- content_letsread/index.mkd | 9 +++++++++ content_letsread/pit/1.mkd | 8 ++++++++ content_letsread/pit/index.mkd | 6 ++++++ sites.yaml | 2 -- 4 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 content_letsread/index.mkd create mode 100644 content_letsread/pit/1.mkd create mode 100644 content_letsread/pit/index.mkd diff --git a/content_letsread/index.mkd b/content_letsread/index.mkd new file mode 100644 index 0000000..bd4e63e --- /dev/null +++ b/content_letsread/index.mkd @@ -0,0 +1,9 @@ +--- +title: Let's Read +non_cognitive: true +no_comments: true +--- + +muflax reads stuff and comments on it. Sometimes, quotes out of context. + +<%= render "content-embed", :item => @site.items_by_date.last %> diff --git a/content_letsread/pit/1.mkd b/content_letsread/pit/1.mkd new file mode 100644 index 0000000..dbe432e --- /dev/null +++ b/content_letsread/pit/1.mkd @@ -0,0 +1,8 @@ +--- +title: PIT 1 +date: 2012-05-11 +techne: :done +episteme: :speculation +--- + +Stuff about PIT. diff --git a/content_letsread/pit/index.mkd b/content_letsread/pit/index.mkd new file mode 100644 index 0000000..f482aca --- /dev/null +++ b/content_letsread/pit/index.mkd @@ -0,0 +1,6 @@ +--- +title: Psychedelic Information Theory +is_category: true +--- + +<%= category :pit %> diff --git a/sites.yaml b/sites.yaml index c479bf1..41aeaea 100644 --- a/sites.yaml +++ b/sites.yaml @@ -14,5 +14,3 @@ sites: letsread: title: Let\'s Read disqus_site: muflaxread - - \ No newline at end of file