1. 22 Apr, 2015 1 commit
    • Julius Volz's avatar
      Add initial blog code. · 8ab96295
      Julius Volz authored
      This is based roughly on
      
        http://clarkdave.net/2012/02/building-a-static-blog-with-nanoc/
      
      with a lot of small modifications to make it fit the existing docs site.
      
      Blog posts should be added as:
      
          content/blog/YYYY-MM-DD-post-title.md
      
      They need to state the title, kind, created_at, and author in the
      frontmatter, e.g.:
      
          ---
          title: "This is a blog post title"
          created_at: 2015-04-22
          kind: article
          author: Julius Volz
          ---
      8ab96295
  2. 16 Apr, 2015 7 commits
  3. 13 Apr, 2015 1 commit
  4. 09 Apr, 2015 2 commits
  5. 08 Apr, 2015 2 commits
  6. 30 Mar, 2015 4 commits
  7. 29 Mar, 2015 1 commit
  8. 26 Mar, 2015 3 commits
  9. 25 Mar, 2015 1 commit
  10. 19 Mar, 2015 1 commit
  11. 17 Mar, 2015 2 commits
  12. 16 Mar, 2015 2 commits
  13. 13 Mar, 2015 1 commit
  14. 09 Mar, 2015 3 commits
  15. 04 Mar, 2015 1 commit
  16. 03 Mar, 2015 6 commits
  17. 02 Mar, 2015 1 commit
  18. 28 Feb, 2015 1 commit