Skip to content

Commit

Permalink
Cleanup and add ld-person
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Oct 29, 2024
1 parent f5ef028 commit 0e60216
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 29 deletions.
4 changes: 2 additions & 2 deletions src/_includes/layouts/base.vto
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<link rel="stylesheet" href="/styles.css?cb={{ cacheBuster }}">
<link href="/assets/julie_cogley.jpg" rel="icon" type="image/x-icon">
<link rel="apple-touch-icon" href="/assets/julie_cogley.jpg">
{{# {{ if "ldPerson" in it }}
{{ if "ldPerson" in it }}
{{ include "templates/ld-person.vto" }}
{{ /if }} #}}
{{ /if }}
</head>

<body class="w-100 bg-white black-80 m-plus-2-300">
Expand Down
44 changes: 17 additions & 27 deletions src/_includes/templates/ld-person.vto
Original file line number Diff line number Diff line change
Expand Up @@ -8,39 +8,29 @@
"@type" : "ImageObject",
"author" : "Julie Cogley",
"contentLocation" : "Yokohama, Japan",
"contentUrl" : "https://micro.blog/juliecogley/avatar.jpg",
"thumbnailUrl" : "https://micro.blog/juliecogley/avatar.jpg",
"datePublished" : "2020-10-25T09:27:27JST",
"description" : "Photo of Julie Cogley taken by Akiko Cogley at MOMA in NYC, USA.",
"name" : "Julie Cogley Summer 2018"
"contentUrl" : "https://julie.cogley.jp/assets/julie_cogley.jpg",
"thumbnailUrl" : "https://julie.cogley.jp/assets/julie_cogley-200px.jpg",
"datePublished" : "2024-10-29T08:27:27JST",
"description" : "Photo of Julie Cogley with Maru the Shiba in Yokohama, Japan.",
"name" : "Julie Cogley and Maru"
},
"description" : "Julie Cogley: helping people in Japan since 1987. Experienced technology manager. CEO and co-owner of eSolia Inc. Jogger and cyclist. Fluent in Japanese. Family man with Japanese wife and daughters. Pun-smith puzzle solver.",
"nationality" : "USA",
"jobTitle" : "CEO",
"telephone" : "+81-3-4577-3380",
"description" : "Julie Cogley: web designer, developer, and artist.",
"nationality" : "JP",
"jobTitle" : "Civil Servant",
"email" : "[email protected]",
"birthDate" : "1966-01-01",
"birthPlace" : "Pittsburgh, PA, USA",
"gender" : "Male",
"birthDate" : "1997-04-23",
"birthPlace" : "Yokohama, USA",
"gender" : "Female",
"affiliation" : {
"@type" : "Organization",
"legalName" : "eSolia Inc.",
"foundingDate" : "1999-07-07",
"email" : "[email protected]",
"telephone" : "+81-3-4577-3380",
"logo" : "http://static.cogley.info/img/eSolia_Logo-500px.gif"
},
"address" : {
"@type" : "PostalAddress",
"addressLocality" : "Minato-ku",
"addressRegion" : "Tokyo",
"addressCountry" : "Japan",
"postalCode" : "105-7105",
"streetAddress" : "Shiodome City Center 5F (Work Styling), Higashi-Shimbashi 1-5-2"
"legalName" : "Ota City Ward Office",
"foundingDate" : "1947-03-15",
"telephone" : "+81-3-5744-1132",
"logo" : "https://julie.cogley.jp/assets/otaku-monshou.jpg"
},
"url" : "http://julie.cogley.jp",
"sameAs" : [ "http://twitter.com/juliecogley",
"https://instagram.com/juliecogley/",
"sameAs" : [ "https://twitter.com/juliecogley",
"https://www.instagram.com/jo00oc/?hl=ja",
"https://github.com/juliecogley"]
}
</script>
Expand Down
1 change: 1 addition & 0 deletions src/about.vto
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: コグレー珠里のバイオグラフィー
date: Git Last Modified
description: "特長、目標、特技、利用しているツールなど記載しているコグレー珠里のバイオグラフィーページ"
priority: 0.9
ldPerson: true
---
<!-- ===== START LAYOUT: ABOUT ===== -->
<div data-name="component">
Expand Down
Binary file added src/assets/julie_cogley-200px.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/julie_cogley.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/otaku-monshou.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0e60216

Please sign in to comment.