mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-26 14:47:44 +00:00
publish 'Scripts to Rule Them All'
This commit is contained in:
parent
59534668b5
commit
886b0c69c6
5 changed files with 26 additions and 23 deletions
|
|
@ -16,6 +16,17 @@
|
|||
"title": "About me"
|
||||
},
|
||||
"posts": [
|
||||
{
|
||||
"title": "→ Scripts to Rule Them All",
|
||||
"date": "1st July, 2015",
|
||||
"timestamp": 1435761424,
|
||||
"tags": [
|
||||
|
||||
],
|
||||
"author": "Sami Samhuri",
|
||||
"url": "/posts/2015/07/scripts-to-rule-them-all",
|
||||
"link": "http://githubengineering.com/scripts-to-rule-them-all/"
|
||||
},
|
||||
{
|
||||
"title": "→ Debugging Layouts with Recursive View Descriptions in Xcode",
|
||||
"date": "2nd June, 2015",
|
||||
|
|
@ -114,17 +125,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/"
|
||||
}
|
||||
]
|
||||
}
|
||||
14
public/posts/2015/07/_data.json
Normal file
14
public/posts/2015/07/_data.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"scripts-to-rule-them-all": {
|
||||
"id": "scripts-to-rule-them-all",
|
||||
"author": "Sami Samhuri",
|
||||
"title": "Scripts to Rule Them All",
|
||||
"date": "1st July, 2015",
|
||||
"timestamp": 1435761424,
|
||||
"link": "http://githubengineering.com/scripts-to-rule-them-all/",
|
||||
"url": "/posts/2015/07/scripts-to-rule-them-all",
|
||||
"tags": [
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
1
public/posts/2015/07/index.ejs
Normal file
1
public/posts/2015/07/index.ejs
Normal file
|
|
@ -0,0 +1 @@
|
|||
<%- partial('../../_month') %>
|
||||
|
|
@ -21,18 +21,6 @@
|
|||
"url": "/posts/drafts/09c2b186-3ce7-445c-89bf-5d5b7f830cd7",
|
||||
"tags": [
|
||||
|
||||
]
|
||||
},
|
||||
"55A8D5BA-9B8F-4CED-83DA-4684F27A7AF9": {
|
||||
"id": "55A8D5BA-9B8F-4CED-83DA-4684F27A7AF9",
|
||||
"author": "Sami Samhuri",
|
||||
"title": "Scripts to Rule Them All",
|
||||
"date": "1st July, 2015",
|
||||
"timestamp": 1435761424,
|
||||
"link": "http://githubengineering.com/scripts-to-rule-them-all/",
|
||||
"url": "/posts/drafts/55A8D5BA-9B8F-4CED-83DA-4684F27A7AF9",
|
||||
"tags": [
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue