diff --git a/public/_data.json b/public/_data.json index ca0ea21..a9fae09 100644 --- a/public/_data.json +++ b/public/_data.json @@ -16,6 +16,16 @@ "title": "About me" }, "posts": [ + { + "title": "The Case for Native", + "date": "27th June, 2015", + "timestamp": 1435424497, + "tags": [ + + ], + "author": "Sami Samhuri", + "url": "/posts/2015/06/the-case-for-native" + }, { "title": "→ Debugging Layouts with Recursive View Descriptions in Xcode", "date": "2nd June, 2015", @@ -114,17 +124,6 @@ "author": "Sami Samhuri", "url": "/posts/2015/05/importing-modules-in-lldb", "link": "http://furbo.org/2015/05/11/an-import-ant-change-in-xcode/" - }, - { - "title": "→ Apple Watch Human Interface Guidelines", - "date": "10th May, 2015", - "timestamp": 1431223039, - "tags": [ - - ], - "author": "Sami Samhuri", - "url": "/posts/2015/05/apple-watch-human-interface-guidelines", - "link": "https://developer.apple.com/watch/human-interface-guidelines/" } ] } \ No newline at end of file diff --git a/public/posts/2015/06/_data.json b/public/posts/2015/06/_data.json index 007f2f5..fe7295f 100644 --- a/public/posts/2015/06/_data.json +++ b/public/posts/2015/06/_data.json @@ -21,6 +21,18 @@ "url": "/posts/2015/06/debugging-layouts-with-recursive-view-descriptions-in-xcode", "tags": [ + ] + }, + "the-case-for-native": { + "id": "the-case-for-native", + "author": "Sami Samhuri", + "title": "The Case for Native", + "date": "27th June, 2015", + "timestamp": 1435424497, + "link": null, + "url": "/posts/2015/06/the-case-for-native", + "tags": [ + ] } } \ No newline at end of file diff --git a/public/posts/drafts/the-case-for-native.md b/public/posts/2015/06/the-case-for-native.md similarity index 100% rename from public/posts/drafts/the-case-for-native.md rename to public/posts/2015/06/the-case-for-native.md diff --git a/public/posts/drafts/_data.json b/public/posts/drafts/_data.json index ccd007a..862c7f7 100644 --- a/public/posts/drafts/_data.json +++ b/public/posts/drafts/_data.json @@ -1,18 +1,4 @@ { - "the-case-for-native": { - "title": "The Case for Native", - "timestamp": 1307084400, - "tags": [ - "titanium", - "native", - "mobile", - "apps", - "platforms", - "android", - "ios" - ], - "author": "Sami Samhuri" - }, "mach-o-symbol-and-relocation-tables": { "title": "Mach-O Symbol and Relocation Tables", "timestamp": 1296547200,