0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 16:40:26 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
604e507b31 refactor: update blog layout and components
- Removed the PostSummary component and replaced it with a new PostElement component for better post display.
- Introduced SocialLinks and Welcome sections to enhance the homepage layout.
- Updated the index page to utilize the new sections, improving overall structure and user experience.
2025-06-11 16:34:34 +00:00
34ce9f6162 style: enhance Header component and update SCSS imports (#50)
- 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.
2025-06-10 22:38:58 +04:00
f3cc07e92c chore: migrate sass imports to use (#49) 2025-06-10 18:27:34 +04:00
9ebcd40f60 feat: create PostElement component for blog post display
- Added a new PostElement component to render individual blog posts with title, publication date, and reading time.
- Updated the blog index page to utilize PostElement instead of PostSummary for improved post presentation.
2025-06-10 14:17:48 +00:00
de1885fe8f Added Pagination component 2024-09-12 22:10:31 +00:00
3376c53b2e Refactor Astro components and layouts 2024-09-12 16:36:57 +00:00
4ba339984d Updated the main page and page structures 2024-09-12 13:11:16 +00:00