<feed xmlns='http://www.w3.org/2005/Atom'>
<title>popov.link/src/content, 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-02T12:17:33+00:00</updated>
<entry>
<title>fix: updated the article descriptions</title>
<updated>2025-09-02T12:17:33+00:00</updated>
<author>
<name>Valentin Popov</name>
<email>valentin@popov.link</email>
</author>
<published>2025-09-02T12:17:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.popov.link/popov.link/commit/?id=f1746adad9580332d6d28b114d9302bcfa2d78f9'/>
<id>urn:sha1:f1746adad9580332d6d28b114d9302bcfa2d78f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: remove preview property from blog post schema and configuration</title>
<updated>2025-06-14T12:12:16+00:00</updated>
<author>
<name>Valentin Popov</name>
<email>valentin@popov.link</email>
</author>
<published>2025-06-14T12:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.popov.link/popov.link/commit/?id=25ebd94466edcf87c675a12e3cf80b0ce572ab76'/>
<id>urn:sha1:25ebd94466edcf87c675a12e3cf80b0ce572ab76</id>
<content type='text'>
- Eliminated the optional `preview` field from the blog post schema and configuration to streamline data handling.
- Updated the blog post schema to utilize the default image directly from configuration, enhancing consistency in image representation.
</content>
</entry>
<entry>
<title>feat: add configuration and default image for blog posts</title>
<updated>2025-06-14T12:08:48+00:00</updated>
<author>
<name>Valentin Popov</name>
<email>valentin@popov.link</email>
</author>
<published>2025-06-14T12:08:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.popov.link/popov.link/commit/?id=0473060773a7acb10a6f11e5e22ec13ddf5650ba'/>
<id>urn:sha1:0473060773a7acb10a6f11e5e22ec13ddf5650ba</id>
<content type='text'>
- Introduced a new configuration file to centralize author information and default image settings for blog posts.
- Added a default image path in the blog post configuration for improved content presentation.
- Updated blog post schema to utilize the new configuration for author details, enhancing structured data representation.
</content>
</entry>
<entry>
<title>feat: enhance blog post and page schema with new properties</title>
<updated>2025-06-14T11:47:17+00:00</updated>
<author>
<name>Valentin Popov</name>
<email>valentin@popov.link</email>
</author>
<published>2025-06-14T11:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.popov.link/popov.link/commit/?id=a65e9c845543abcda641f51f4dd8cd77ab50b60d'/>
<id>urn:sha1:a65e9c845543abcda641f51f4dd8cd77ab50b60d</id>
<content type='text'>
- Added optional `basedOn` field to blog post schema for better content attribution.
- Updated blog post markdown to include `basedOn` reference for improved context.
- Refactored page schema to replace deprecated website schema, enhancing structured data representation.
- Adjusted 404 and index pages to utilize the new page schema for consistency and SEO improvements.
</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>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>Configuring Dependabot for daily dependency updates and deleting Renovate configurations</title>
<updated>2025-01-23T21:58:33+00:00</updated>
<author>
<name>Valentin Popov</name>
<email>valentin@popov.link</email>
</author>
<published>2025-01-23T21:58:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.popov.link/popov.link/commit/?id=f1416bf18154dba64aa7203e23ca118ec45b010c'/>
<id>urn:sha1:f1416bf18154dba64aa7203e23ca118ec45b010c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update blog post metadata and styles</title>
<updated>2024-10-02T23:04:27+00:00</updated>
<author>
<name>Valentin Popov</name>
<email>valentin@popov.link</email>
</author>
<published>2024-10-02T23:04:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.popov.link/popov.link/commit/?id=2b5302587645dcab7c012c550989b7a8e9bee72b'/>
<id>urn:sha1:2b5302587645dcab7c012c550989b7a8e9bee72b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial Astro project</title>
<updated>2024-09-04T21:16:37+00:00</updated>
<author>
<name>Valentin Popov</name>
<email>valentin@popov.link</email>
</author>
<published>2024-09-04T21:16:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.popov.link/popov.link/commit/?id=7eff3fde5720eb23449e2f8c8ea0b8218efe4dde'/>
<id>urn:sha1:7eff3fde5720eb23449e2f8c8ea0b8218efe4dde</id>
<content type='text'>
</content>
</entry>
</feed>
