<feed xmlns='http://www.w3.org/2005/Atom'>
<title>popov.link/src/components, branch HEAD</title>
<subtitle>A fast and minimalist personal website and blog powered by Astro. Features clean Markdown content, custom theming, and optimized deployment on Cloudflare Pages.
</subtitle>
<id>https://git.popov.link/popov.link/atom?h=HEAD</id>
<link rel='self' href='https://git.popov.link/popov.link/atom?h=HEAD'/>
<link rel='alternate' type='text/html' href='https://git.popov.link/popov.link/'/>
<updated>2025-09-02T11:58:28+00:00</updated>
<entry>
<title>fix: added rel="noopener" for external links</title>
<updated>2025-09-02T11:58:28+00:00</updated>
<author>
<name>Valentin Popov</name>
<email>valentin@popov.link</email>
</author>
<published>2025-09-02T11:58:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.popov.link/popov.link/commit/?id=333dd6a65c3f1cb6643355d590bbbac7a0a5e282'/>
<id>urn:sha1:333dd6a65c3f1cb6643355d590bbbac7a0a5e282</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: implement Open Graph image generation and enhance configuration</title>
<updated>2025-06-14T19:25:16+00:00</updated>
<author>
<name>Valentin Popov</name>
<email>valentin@popov.link</email>
</author>
<published>2025-06-14T19:25:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.popov.link/popov.link/commit/?id=a81117972d39df35574bbab809bb590abc874761'/>
<id>urn:sha1:a81117972d39df35574bbab809bb590abc874761</id>
<content type='text'>
- Added ogImages integration to generate Open Graph images for blog posts.
- Updated configuration to include Open Graph settings and default preview image.
- Refactored Head component to utilize new preview property for Open Graph meta tags.
- Enhanced blog post schema to include preview image for structured data representation.
- Introduced utility functions for creating Open Graph images with dynamic content.
</content>
</entry>
<entry>
<title>feat: add Open Graph and JSON-LD support to Head component</title>
<updated>2025-06-14T12:19:01+00:00</updated>
<author>
<name>Valentin Popov</name>
<email>valentin@popov.link</email>
</author>
<published>2025-06-14T12:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.popov.link/popov.link/commit/?id=3d0f4857465e55815809719a4a4438e8a3cd16a0'/>
<id>urn:sha1:3d0f4857465e55815809719a4a4438e8a3cd16a0</id>
<content type='text'>
- Introduced OpenGraph component for enhanced social media sharing with Open Graph meta tags.
- Updated Head component to include OpenGraph and JSON-LD for improved SEO and structured data representation.
- Added comments for better clarity on meta tags and JSON-LD integration.
</content>
</entry>
<entry>
<title>refactor: update blog post date handling and schema</title>
<updated>2025-06-14T11:25:17+00:00</updated>
<author>
<name>Valentin Popov</name>
<email>valentin@popov.link</email>
</author>
<published>2025-06-14T11:25:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.popov.link/popov.link/commit/?id=17f9a467d7c0f427ae9d1cd579988a26615311c7'/>
<id>urn:sha1:17f9a467d7c0f427ae9d1cd579988a26615311c7</id>
<content type='text'>
- Replaced `pubDate` with `datePublished` in blog post components for consistency.
- Updated sorting logic in blog sections to use `datePublished`.
- Enhanced blog post schema to include `dateModified` for better structured data representation.
- Adjusted various blog markdown files to reflect the new date fields.
</content>
</entry>
<entry>
<title>refactor: enhance PostElement structure and update blog schema</title>
<updated>2025-06-14T11:01:42+00:00</updated>
<author>
<name>Valentin Popov</name>
<email>valentin@popov.link</email>
</author>
<published>2025-06-14T11:01:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.popov.link/popov.link/commit/?id=9777d996d172755472dd8127ff9b7a3c579cf454'/>
<id>urn:sha1:9777d996d172755472dd8127ff9b7a3c579cf454</id>
<content type='text'>
- Wrapped the post link in an &lt;article&gt; tag for improved semantic structure.
- Updated blogSchema to include posts for better structured data representation.
- Adjusted the blog index to utilize the new posts parameter for enhanced SEO.
</content>
</entry>
<entry>
<title>fix: enhance accessibility by adding role attribute to SVG icons</title>
<updated>2025-06-14T10:53:20+00:00</updated>
<author>
<name>Valentin Popov</name>
<email>valentin@popov.link</email>
</author>
<published>2025-06-14T10:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.popov.link/popov.link/commit/?id=1c15151ef59d3a0e7f4bb03a65bcd1970f3e1c07'/>
<id>urn:sha1:1c15151ef59d3a0e7f4bb03a65bcd1970f3e1c07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: integrate schema.org support and enhance component structure</title>
<updated>2025-06-11T23:20:36+00:00</updated>
<author>
<name>Valentin Popov</name>
<email>valentin@popov.link</email>
</author>
<published>2025-06-11T23:20:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.popov.link/popov.link/commit/?id=67f245a48faf6e89989aca2ea571b657fd4c8888'/>
<id>urn:sha1:67f245a48faf6e89989aca2ea571b657fd4c8888</id>
<content type='text'>
- Added schema.org support by introducing `schema-dts` for structured data in components.
- Updated `Head`, `BaseLayout`, and various page components to accept and utilize schema props for better SEO.
- Created new utility schemas for blog posts and website to standardize structured data implementation.
- Enhanced the `SocialLinks` section by utilizing dedicated icon components for improved maintainability.
- Refactored the `Header` component to improve accessibility and structure.
- Introduced new icons for social links and integrated them into the layout.
</content>
</entry>
<entry>
<title>feat: enhance accessibility and language support across components</title>
<updated>2025-06-11T17:49:14+00:00</updated>
<author>
<name>Valentin Popov</name>
<email>valentin@popov.link</email>
</author>
<published>2025-06-11T17:49:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.popov.link/popov.link/commit/?id=16fa8a3b5de7dd7c4fa763fecbba0063f6b4369b'/>
<id>urn:sha1:16fa8a3b5de7dd7c4fa763fecbba0063f6b4369b</id>
<content type='text'>
- Updated various components to include `lang` attributes for improved accessibility and SEO.
- Introduced a new `env.d.ts` file to define environment variables for better type safety.
- Adjusted the print width in `.prettierrc.mjs` for improved code formatting.
- Streamlined the `Header`, `PostElement`, and `SocialLinks` components for better structure and clarity.
- Added language support to blog posts and updated the layout to reflect these changes.
</content>
</entry>
<entry>
<title>chore: remove unused environment variables and update layout components</title>
<updated>2025-06-11T17:20:43+00:00</updated>
<author>
<name>Valentin Popov</name>
<email>valentin@popov.link</email>
</author>
<published>2025-06-11T17:20:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.popov.link/popov.link/commit/?id=423344fca500ab017c3cb7cb4b53f763400f5186'/>
<id>urn:sha1:423344fca500ab017c3cb7cb4b53f763400f5186</id>
<content type='text'>
- Deleted the .env and src/env.d.ts files as they are no longer needed.
- Updated BaseLayout to require title and description props directly, ensuring better clarity in component usage.
- Adjusted various pages to pass explicit title and description values, enhancing SEO and user experience.
- Increased print width in .prettierrc.mjs for improved code formatting.
</content>
</entry>
<entry>
<title>feat: add LatestPosts section to homepage</title>
<updated>2025-06-11T16:47:48+00:00</updated>
<author>
<name>Valentin Popov</name>
<email>valentin@popov.link</email>
</author>
<published>2025-06-11T16:47:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.popov.link/popov.link/commit/?id=78a9c2abc56d47637eaa46eb1ce99b682d7bde0d'/>
<id>urn:sha1:78a9c2abc56d47637eaa46eb1ce99b682d7bde0d</id>
<content type='text'>
- Introduced a new LatestPosts component to display the five most recent blog posts.
- Updated the index page to include the LatestPosts section, enhancing content visibility.
- Made minor text adjustments in the Welcome section for clarity.
</content>
</entry>
</feed>
