Skip to content

Commit

Permalink
Added latest posts section info
Browse files Browse the repository at this point in the history
  • Loading branch information
James Coggan committed Jan 25, 2018
1 parent dac43c1 commit ab90684
Showing 1 changed file with 31 additions and 26 deletions.
57 changes: 31 additions & 26 deletions _data/lang/en.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,33 @@
{
"name": "English",
"terms": [{
"profile_photo": {
"name": "James Coggan",
"position": "Android craftsmanship",
"change": "change to ",
"scroll_down": "",
"section": "Me"
},
"profile_about": {
"title": "About",
"paragraph_1": "<a href='/blog'>Blog</a>",
"paragraph_2": "Passionate geek for all areas of technology with a strong love for Android and embedded devices.",
"paragraph_3": "Been working with technology for the last 14 years, where 3 have been with embedded devices and 8 have been with Android, due to that, is really favouring the Android Things, that connect the cloud to these two technologies.",
"paragraph_4": "Talked at Droidcon Tel Aviv and Londroid about Android Things, about Realm at a GDG London Meetup and Udacity Connect event. Will be talking about Android Things at GDG DevFest Minneapolis and GDG DevFest Kansas City.",
"section": "",
"title_social": "Social"
},
"profile_quote": {
"title": "Favorite quote",
"quote": "\"People think that the opposite of success is failure, but it's not. Failure is part of the process of success. \"",
"author": "Randy Gage",
"section": "Quote"
},
"copyright": "Copyright © 2018 James Coggan. <a href='https://github.com/jamescoggan/jamescoggan.github.io' target='_blank'>Source</a>."
}]
"name": "English",
"terms": [
{
"profile_photo": {
"name": "James Coggan",
"position": "Android craftsmanship",
"change": "change to ",
"scroll_down": "",
"section": "Me"
},
"profile_about": {
"title": "About",
"paragraph_1": "Passionate geek for all areas of technology with a strong love for Android and embedded devices.",
"paragraph_2": "Been working with technology for the last 14 years, where 3 have been with embedded devices and 8 have been with Android, due to that, is really favouring the Android Things, that connect the cloud to these two technologies.",
"paragraph_3": "Talked at Droidcon Tel Aviv and Londroid about Android Things, about Realm at a GDG London Meetup and Udacity Connect event. Will be talking about Android Things at GDG DevFest Minneapolis and GDG DevFest Kansas City.",
"section": "",
"title_social": "Social"
},
"profile_quote": {
"title": "Favorite quote",
"quote": "\"People think that the opposite of success is failure, but it's not. Failure is part of the process of success. \"",
"author": "Randy Gage",
"section": "Quote"
},
"blog_posts": {
"title" : "Latest posts",
"more_posts" : "More posts"
},
"copyright": "Copyright © 2018 James Coggan. <a href='https://github.com/jamescoggan/jamescoggan.github.io' target='_blank'>Source</a>."
}
]
}

0 comments on commit ab90684

Please sign in to comment.