aboutsummaryrefslogtreecommitdiff
path: root/src/components/PostSummary.astro
Commit message (Collapse)AuthorAgeFilesLines
* refactor: update blog layout and componentsValentin Popov2025-06-111-49/+0
| | | | | | - 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.
* style: enhance Header component and update SCSS imports (#50)Valentin Popov2025-06-101-1/+1
| | | | | - 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.
* chore: migrate sass imports to use (#49)Valentin Popov2025-06-101-1/+1
|
* Fixed visited linkValentin Popov2024-09-181-0/+4
|
* Update launch configuration and enhance PostSummary component layoutValentin Popov2024-09-181-28/+22
|
* Added Pagination componentValentin Popov2024-09-131-0/+51