Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: group blog posts by year in index page | Valentin Popov | 6 days | 1 | -3/+24 |
| | | | | | - Implemented functionality to categorize blog posts by publication year. - Updated the blog index page to display posts organized under their respective years for improved navigation. | ||||
* | style: enhance Header component and update SCSS imports (#50) | Valentin Popov | 7 days | 1 | -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 Popov | 7 days | 1 | -1/+1 |
| | |||||
* | feat: create PostElement component for blog post display | Valentin Popov | 7 days | 1 | -2/+4 |
| | | | | | - 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. | ||||
* | chore: update blog routing and header link | Valentin Popov | 7 days | 1 | -0/+17 |
| | | | | | | - Removed the redirects for the blog route in the configuration. - Updated the blog link in the Header component to include a trailing slash. - Added a new index page for the blog to display all posts. | ||||
* | feat: add header component and update blog layout | Valentin Popov | 7 days | 1 | -6/+4 |
| | | | | | | | - 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. | ||||
* | Adding a link to the main blog page | Valentin Popov | 2025-01-24 | 1 | -0/+2 |
| | |||||
* | Updated the structure of the post's page | Valentin Popov | 2024-10-24 | 1 | -9/+19 |
| | |||||
* | Update blog post metadata and styles | Valentin Popov | 2024-10-03 | 1 | -16/+16 |
| | |||||
* | Refactor Analytics and Head components | Valentin Popov | 2024-09-13 | 1 | -3/+3 |
| | |||||
* | Refactor Astro components and layouts | Valentin Popov | 2024-09-12 | 1 | -14/+5 |
| | |||||
* | Add PostPagination component for blog post navigation | Valentin Popov | 2024-09-12 | 1 | -3/+14 |
| | |||||
* | Updated the main page and page structures | Valentin Popov | 2024-09-12 | 1 | -13/+21 |
| | |||||
* | Update default title and description | Valentin Popov | 2024-09-12 | 1 | -1/+1 |
| | |||||
* | Added comments | Valentin Popov | 2024-09-06 | 1 | -0/+2 |
| | |||||
* | Added title | Valentin Popov | 2024-09-06 | 1 | -1/+1 |
| | |||||
* | Added author and datetime | Valentin Popov | 2024-09-06 | 1 | -2/+2 |
| | |||||
* | Added reading time timer | Valentin Popov | 2024-09-06 | 1 | -2/+19 |
| | |||||
* | Initial Astro project | Valentin Popov | 2024-09-05 | 1 | -0/+20 |