From 1a5af50f29148aec13a040d3baa11b7882309281 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 10 May 2015 01:57:19 +0000 Subject: [PATCH] create post 'Apple Watch Human Interface Guidelines' --- public/posts/2015/05/_data.json | 14 ++++++++++++++ .../05/apple-watch-human-interface-guidelines.md | 1 + public/posts/2015/05/index.ejs | 1 + 3 files changed, 16 insertions(+) create mode 100644 public/posts/2015/05/_data.json create mode 100644 public/posts/2015/05/apple-watch-human-interface-guidelines.md create mode 100644 public/posts/2015/05/index.ejs diff --git a/public/posts/2015/05/_data.json b/public/posts/2015/05/_data.json new file mode 100644 index 0000000..de0ed2e --- /dev/null +++ b/public/posts/2015/05/_data.json @@ -0,0 +1,14 @@ +{ + "apple-watch-human-interface-guidelines": { + "id": "apple-watch-human-interface-guidelines", + "author": "Sami Samhuri", + "title": "Apple Watch Human Interface Guidelines", + "date": "May 10, 2015", + "timestamp": 1431223039, + "link": "https://developer.apple.com/watch/human-interface-guidelines/?utm_campaign=iOS_Dev_Weekly_Issue_197&utm_medium=email&utm_source=iOS%2BDev%2BWeekly", + "url": "/posts/2015/05/apple-watch-human-interface-guidelines", + "tags": [ + + ] + } +} \ No newline at end of file diff --git a/public/posts/2015/05/apple-watch-human-interface-guidelines.md b/public/posts/2015/05/apple-watch-human-interface-guidelines.md new file mode 100644 index 0000000..9aed1ba --- /dev/null +++ b/public/posts/2015/05/apple-watch-human-interface-guidelines.md @@ -0,0 +1 @@ +Time to read this again now that I've had a watch for a few days. \ No newline at end of file diff --git a/public/posts/2015/05/index.ejs b/public/posts/2015/05/index.ejs new file mode 100644 index 0000000..72c8d6b --- /dev/null +++ b/public/posts/2015/05/index.ejs @@ -0,0 +1 @@ +<%- partial('../../_month') %>