Commit Graph
25 Commits
Author SHA1 Message Date
Valentin Popov 933d6874b1 feat: enhance blog and SEO features with new plugins and metadata
- Introduced rehypeLazyImages plugin for lazy loading images in blog posts.
- Updated sitemap integration to include last modified dates for blog posts.
- Enhanced Head and BaseLayout components to support additional Open Graph metadata.
- Improved RSS feed generation with sanitized content and author information.
- Updated manifest.json for a darker theme and standalone display mode.
- Added support for language-specific attributes in various components.
- Refactored blog post handling to include modified and published timestamps.
2026-04-22 17:53:21 +00:00
Valentin Popov 5e818d804d refactor: update schema handling and improve SEO metadata
RenovateBot / renovate (push) Successful in 26s
Test / npm test (push) Successful in 46s
- Changed schema type from WithContext<Thing> to Thing[] in Head, BaseLayout, and JsonLd components for better flexibility.
- Added optional robots meta tag to Head component.
- Updated JSON-LD generation in JsonLd component to include a structured payload.
- Enhanced page and blog schemas to support breadcrumb and person schemas for improved SEO.
- Introduced new utility schemas for website and person to streamline schema generation.
- Refactored existing schemas to align with the new structure and ensure consistency across components.
2026-04-22 16:11:58 +00:00
Valentin Popov a81117972d feat: implement Open Graph image generation and enhance configuration
- 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.
2025-06-14 19:25:16 +00:00
Valentin Popov 67f245a48f feat: integrate schema.org support and enhance component structure
- 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.
2025-06-11 23:20:36 +00:00
Valentin Popov 16fa8a3b5d feat: enhance accessibility and language support across components
- 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.
2025-06-11 17:49:14 +00:00
Valentin Popov 423344fca5 chore: remove unused environment variables and update layout components
- 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.
2025-06-11 17:20:43 +00:00
Valentin PopovandGitHub 77e65cb92c refactor: simplify Analytics component and update BaseLayout
* style: enhance Header component and update SCSS imports

- Improved the Header component by adding a site title with styling.
- Wrapped navigation links in a div for better structure.
- Updated SCSS imports across multiple components for consistency.

* refactor: simplify Analytics component and update BaseLayout

- Removed props from the Analytics component to streamline its usage.
- Updated BaseLayout to call Analytics without passing the title prop, ensuring default values are used.
2025-06-11 00:12:57 +04:00
Valentin Popov bb7481670e feat: add header component and update blog layout
- Introduced a new Header component for site navigation.
- Integrated Header into BaseLayout for consistent site structure.
- Updated blog post layout to include the post title in a dedicated section.
- Minor update to README for license clarity.
2025-06-10 13:44:56 +00:00
Valentin Popov ef6185eb00 Deleted the footer of the pages 2024-10-24 19:45:26 +00:00
Valentin Popov 2aa8042e3d Deleted the page headers 2024-10-24 19:16:56 +00:00
Valentin Popov 61e7f5d5b4 Refactor Footer and Header components, update layout styles, and adjust Analytics placement 2024-09-18 00:35:18 +00:00
Valentin Popov 9ff6f2cd0e Added footer component 2024-09-17 23:24:24 +00:00
Valentin Popov 4a821edd50 Refactor Footer component and remove it from BaseLayout 2024-09-13 00:16:37 +00:00
Valentin Popov d4a6772ec5 Refactor Footer component and add Analytics and Footer components to BaseLayout 2024-09-13 00:06:02 +00:00
Valentin Popov 33c9464dad Refactor Analytics and Head components 2024-09-12 22:57:55 +00:00
Valentin Popov b16d8ce36c Add Analytics component to BaseLayout 2024-09-12 22:42:08 +00:00
Valentin Popov 3376c53b2e Refactor Astro components and layouts 2024-09-12 16:36:57 +00:00
Valentin Popov 4ba339984d Updated the main page and page structures 2024-09-12 13:11:16 +00:00
Valentin Popov c5affebc6f Added global styles 2024-09-12 11:31:39 +00:00
Valentin Popov dc6c24e56a Update Comments component to include inline Giscus script 2024-09-11 22:17:56 +00:00
Valentin Popov c89ed0f7f9 Update default title and description 2024-09-11 22:03:55 +00:00
Valentin Popov 2f362eaf09 Added reading time timer 2024-09-06 08:21:27 +00:00
Valentin Popov 17c3115a06 Added basic structure 2024-09-05 15:01:13 +00:00
Valentin Popov 536956f0f3 Added canonical URL 2024-09-04 21:23:21 +00:00
Valentin Popov 7eff3fde57 Initial Astro project 2024-09-04 21:16:37 +00:00