--- import { site } from '../data/site'; import GridLayout from './GridLayout.astro'; import PageTitle from '../components/PageTitle.astro'; import Image from '../components/Image.astro'; const { frontmatter } = Astro.props; const schema = JSON.stringify({ '@context': 'https://schema.org/', '@type': 'Person', name: site.author, url: site.url, image: site.url + '/assets/images/ai-portrait-stefan-imhoff.png', jobTitle: 'Senior Software Engineer', worksFor: { '@type': 'Organization', name: 'NEW WORK SE', }, sameAs: [ 'https://twitter.com/kogakure', 'https://www.instagram.com/kogakure/', 'https://www.youtube.com/@kogakure', 'https://www.linkedin.com/in/kogakure/', 'https://github.com/kogakure', ], }); --- {frontmatter.title}
Stefan Imhoff