Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: add LatestPosts section to homepage | Valentin Popov | 6 days | 2 | -1/+36 |
| | | | | | | - Introduced a new LatestPosts component to display the five most recent blog posts. - Updated the index page to include the LatestPosts section, enhancing content visibility. - Made minor text adjustments in the Welcome section for clarity. | ||||
* | refactor: update blog layout and components | Valentin Popov | 6 days | 4 | -49/+84 |
| | | | | | | - 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. | ||||
* | refactor: simplify Header component by removing site title and navigation ↵ | Valentin Popov | 6 days | 1 | -25/+2 |
| | | | | | | | wrapper - Removed the site title and navigation links wrapper from the Header component for a cleaner structure. - Updated styles to reflect these changes, streamlining the component's layout. | ||||
* | refactor: simplify Analytics component and update BaseLayout | Valentin Popov | 7 days | 1 | -15/+0 |
| | | | | | | | | | | | | * 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. | ||||
* | style: enhance Header component and update SCSS imports (#50) | Valentin Popov | 7 days | 3 | -6/+22 |
| | | | | | - 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 | 3 | -3/+3 |
| | |||||
* | feat: create PostElement component for blog post display | Valentin Popov | 7 days | 1 | -0/+32 |
| | | | | | - 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 | -1/+1 |
| | | | | | | - 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. | ||||
* | refactor: remove Pagination component and restructure blog page | Valentin Popov | 7 days | 1 | -35/+0 |
| | | | | | | - Deleted the Pagination component as it is no longer needed. - Refactored the blog page to directly display posts without pagination. - Introduced a new index page to list all blog posts in a single view. | ||||
* | feat: add header component and update blog layout | Valentin Popov | 7 days | 1 | -0/+22 |
| | | | | | | | - 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. | ||||
* | revert: update comment section theme | Valentin Popov | 12 days | 1 | -1/+1 |
| | |||||
* | style: update comment section theme | Valentin Popov | 12 days | 1 | -1/+1 |
| | |||||
* | perf: improve site icon loading | Valentin Popov | 12 days | 1 | -1/+2 |
| | |||||
* | Added an icon for the website | Valentin Popov | 2025-02-05 | 1 | -0/+5 |
| | |||||
* | Deleted the footer of the pages | Valentin Popov | 2024-10-24 | 1 | -60/+0 |
| | |||||
* | Deleted the page headers | Valentin Popov | 2024-10-24 | 1 | -64/+0 |
| | |||||
* | Update blog post metadata and styles | Valentin Popov | 2024-10-03 | 1 | -1/+1 |
| | |||||
* | Update repository URL in Comments component | Valentin Popov | 2024-09-24 | 1 | -1/+1 |
| | |||||
* | Fixed visited link | Valentin Popov | 2024-09-18 | 1 | -0/+4 |
| | |||||
* | Refactor Footer and Header components, update layout styles, and adjust ↵ | Valentin Popov | 2024-09-18 | 2 | -29/+36 |
| | | | | Analytics placement | ||||
* | Added footer component | Valentin Popov | 2024-09-18 | 1 | -0/+61 |
| | |||||
* | Update launch configuration and enhance PostSummary component layout | Valentin Popov | 2024-09-18 | 1 | -28/+22 |
| | |||||
* | Refactor Pagination component to update page size in getStaticPaths | Valentin Popov | 2024-09-13 | 3 | -44/+19 |
| | |||||
* | Refactor Footer component and remove it from BaseLayout | Valentin Popov | 2024-09-13 | 1 | -49/+0 |
| | |||||
* | Refactor Footer component and add Analytics and Footer components to BaseLayout | Valentin Popov | 2024-09-13 | 1 | -0/+49 |
| | |||||
* | Refactor Analytics component to encode URI parameters | Valentin Popov | 2024-09-13 | 2 | -3/+4 |
| | |||||
* | Refactor Analytics and Head components | Valentin Popov | 2024-09-13 | 3 | -9/+21 |
| | |||||
* | Add Analytics component to BaseLayout | Valentin Popov | 2024-09-13 | 1 | -0/+5 |
| | |||||
* | Refactor Pagination component and add Next and Prev components | Valentin Popov | 2024-09-13 | 3 | -29/+43 |
| | |||||
* | Added Pagination component | Valentin Popov | 2024-09-13 | 2 | -0/+46 |
| | |||||
* | Refactor Astro components and layouts | Valentin Popov | 2024-09-12 | 1 | -0/+46 |
| | |||||
* | Refactor Astro components and layouts | Valentin Popov | 2024-09-12 | 3 | -48/+10 |
| | |||||
* | Add PostPagination component for blog post navigation | Valentin Popov | 2024-09-12 | 1 | -0/+47 |
| | |||||
* | Updated the main page and page structures | Valentin Popov | 2024-09-12 | 1 | -0/+46 |
| | |||||
* | Added global styles | Valentin Popov | 2024-09-12 | 1 | -5/+1 |
| | |||||
* | Update Comments component to include inline Giscus script | Valentin Popov | 2024-09-12 | 1 | -0/+1 |
| | |||||
* | Remove blog link from header component | Valentin Popov | 2024-09-12 | 1 | -1/+0 |
| | |||||
* | Update default title and description | Valentin Popov | 2024-09-12 | 2 | -9/+10 |
| | |||||
* | Added comments | Valentin Popov | 2024-09-06 | 1 | -0/+32 |
| | |||||
* | Added reading time timer | Valentin Popov | 2024-09-06 | 1 | -5/+0 |
| | |||||
* | Added basic structure | Valentin Popov | 2024-09-05 | 2 | -0/+31 |
| | |||||
* | Added canonical URL | Valentin Popov | 2024-09-05 | 1 | -0/+5 |