diff --git a/public/sitemap.xml b/public/sitemap.xml index 215472d..a3180eb 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -10,6 +10,7 @@ https://www.ythecombinator.space/about/clientsdaily0.7 https://www.ythecombinator.space/about/lifedaily0.7 https://www.ythecombinator.space/about/speaker-riderdaily0.7 +https://www.ythecombinator.space/about/usesdaily0.7 https://www.ythecombinator.space/posts/2022-wrappeddaily0.7 https://www.ythecombinator.space/posts/jheniffer-was-always-my-favorite-colordaily0.7 https://www.ythecombinator.space/posts/driving-towards-a-universal-navigation-strategy-in-reactdaily0.7 diff --git a/src/pages/about/[slug].tsx b/src/pages/about/[slug].tsx index 35b6802..0e08d75 100644 --- a/src/pages/about/[slug].tsx +++ b/src/pages/about/[slug].tsx @@ -61,7 +61,7 @@ const AboutPage: NextPage = ({ content }) => { return ( <> = ({ content, work, volunteering }) => { return ( <> { return ( <> { I was also inspired by the pseudonym of the brilliant{' '} Jonathan Gillette{' '} - — ie. "why the lucky stiff" or "_why" — and I realized ythecombinator{' '} - was available pretty everywhere; so I took it! + — ie. {`"`}why the lucky stiff{`"`} or {`"`}_why{`"`} — and I realized{' '} + ythecombinator was available pretty everywhere; so I took it! - By the way, if you're up for a long read, Mike Vanier has{' '} + By the way, if you{`'`}re up for a long read, Mike Vanier has{' '} a great explanation concerning the topic @@ -86,7 +86,7 @@ const AboutPage: NextPage = () => { Google Developer Expert {' '} - from Fortaleza, Brazil. {`I've `} worked as a software engineer and architect in product and consultancy + from Fortaleza, Brazil. {`I've`} worked as a software engineer and architect in product and consultancy companies, taking the best from both worlds. diff --git a/src/pages/posts/index.tsx b/src/pages/posts/index.tsx index 3a60486..594f1f1 100644 --- a/src/pages/posts/index.tsx +++ b/src/pages/posts/index.tsx @@ -16,7 +16,7 @@ import AllPostsSection from 'components/pages/posts/all-posts-section'; import AllPostsSectionSkeleton from 'components/pages/posts/all-posts-section-skeleton'; const metadata = { - title: `Posts / ${siteMetadata.title}`, + title: `Posts — ${siteMetadata.title}`, description: 'Ideas. Stories. Updates.', }; diff --git a/src/pages/talks/cfp.tsx b/src/pages/talks/cfp.tsx index a17b21e..2d9f2cb 100644 --- a/src/pages/talks/cfp.tsx +++ b/src/pages/talks/cfp.tsx @@ -12,8 +12,8 @@ import ListSection from 'components/pages/talks-cfp/list-section'; import OverviewSection from 'components/pages/talks-cfp/overview-section'; const metadata = { - title: `Talks / CFPs / ${siteMetadata.title}`, - description: 'CFPs. Rejections. Open.', + title: `Call for Papers — ${siteMetadata.title}`, + description: 'Call for Papers', }; /*~ diff --git a/src/pages/talks/index.tsx b/src/pages/talks/index.tsx index 1fb226e..d9fe990 100644 --- a/src/pages/talks/index.tsx +++ b/src/pages/talks/index.tsx @@ -21,7 +21,7 @@ import TopicHighlightsSection from 'components/pages/talks/topic-highlights-sect import YoutubeHighlightsSection from 'components/pages/talks/youtube-highlights-section'; const metadata = { - title: `Talks / ${siteMetadata.title}`, + title: `Talks — ${siteMetadata.title}`, description: 'Confs. Meetups. More.', }; diff --git a/src/pages/talks/rider.tsx b/src/pages/talks/rider.tsx index 77880a8..ba527cc 100644 --- a/src/pages/talks/rider.tsx +++ b/src/pages/talks/rider.tsx @@ -20,7 +20,7 @@ import Typography from 'components/shared/typography'; import Layout from 'components/layouts/layout-page'; const metadata = { - title: `Talks / Speaker Rider / ${siteMetadata.title}`, + title: `Speaker Rider — ${siteMetadata.title}`, description: 'Your Event & I!', };