From d7da103259afd29e7a8f8f77e7e116ce90edd7dc Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 24 Aug 2016 09:17:40 +0300 Subject: [PATCH] Restarting this blog --- home.yaml | 6 ++++-- posts.yaml | 3 +++ posts/restarting-this-blog.md | 10 ++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 posts/restarting-this-blog.md diff --git a/home.yaml b/home.yaml index cfec8b0..16eb598 100644 --- a/home.yaml +++ b/home.yaml @@ -12,14 +12,16 @@ profile: height: 213 toplinks: -- url: 'https://plus.google.com/116553865628071717889/posts' - text: "+Michael Snoyman" +- url: '/blog' + text: Blog on this site - url: 'https://twitter.com/snoyberg' text: '@snoyberg' - url: 'http://www.haskellers.com/user/snoyberg' text: I'm a Haskeller - url: 'http://shop.oreilly.com/product/0636920023142.do' text: "The Yesod book from O'Reilly" +- url: 'https://plus.google.com/116553865628071717889/posts' + text: "+Michael Snoyman" publications: - url: 'http://aosabook.org/en/posa/warp.html' diff --git a/posts.yaml b/posts.yaml index 80a8c12..65810c0 100644 --- a/posts.yaml +++ b/posts.yaml @@ -1,3 +1,6 @@ +- file: posts/restarting-this-blog.md + title: Restarting this blog + day: 2016-08-24 - file: posts/xslt-rant-explained title: "XSLT Rant Explained" day: 2012-04-09 diff --git a/posts/restarting-this-blog.md b/posts/restarting-this-blog.md new file mode 100644 index 0000000..f947fa6 --- /dev/null +++ b/posts/restarting-this-blog.md @@ -0,0 +1,10 @@ +Just a minor note: I'm planning on starting up this blog again, with some +personal thoughts - likely still mostly around programming and Haskell - that +don't fit in the other blogs that I contribute to ([Yesod Web +Framework](http://www.yesodweb.com) and [FP +Complete](https://www.fpcomplete.com)). + +I don't have a clear list of topics I'm going to be covering, but I'll likely +be sharing some thoughts on running engineering teams and startups effectively. +If you have something you'd like me to cover, please [Tweet it to +me](https://twitter.com/snoyberg).