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

53 Commits

Author SHA1 Message Date
6fe5df4e32 refactor: simplify Header component by removing site title and navigation 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.
2025-06-11 15:56:06 +00:00
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
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
4e8c17a6ea chore: update blog routing and header link
- 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.
2025-06-10 14:05:48 +00:00
6a47cb4165 refactor: remove Pagination component and restructure blog page
- 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.
2025-06-10 14:01:27 +00:00
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
b1c85503d6 revert: update comment section theme 2025-06-05 23:52:13 +00:00
009dca3402 style: update comment section theme 2025-06-05 23:50:10 +00:00
e56c4f3edf perf: improve site icon loading 2025-06-05 23:33:09 +00:00
e9612c756b feat: add IE11 compatibility 2025-06-05 23:22:39 +00:00
0deb65fde2 Added an icon for the website 2025-02-05 00:20:40 +00:00
c694648c2c Adding a link to the main blog page 2025-01-23 23:10:09 +00:00
0cbdbbad7f Improved printing styles: adding backgrounds and text colors, customizing tables and links 2025-01-23 22:47:57 +00:00
849d637880 Changing the background color to a darker shade 2025-01-23 22:42:11 +00:00
f1416bf181 Configuring Dependabot for daily dependency updates and deleting Renovate configurations 2025-01-23 21:58:33 +00:00
bc13a45d3d Updated the structure of the post's page 2024-10-24 19:50:34 +00:00
ef6185eb00 Deleted the footer of the pages 2024-10-24 19:45:26 +00:00
2aa8042e3d Deleted the page headers 2024-10-24 19:16:56 +00:00
4075996fa1 Update blog post metadata and styles 2024-10-02 23:09:05 +00:00
2b53025876 Update blog post metadata and styles 2024-10-02 23:04:27 +00:00
d4eab1ff13 Add 404 page 2024-10-02 22:46:00 +00:00
b90436d4a6 Update repository URL in Comments component 2024-09-24 17:39:05 +00:00
b9d8d5ca28 Fixed visited link 2024-09-18 00:38:54 +00:00
61e7f5d5b4 Refactor Footer and Header components, update layout styles, and adjust Analytics placement 2024-09-18 00:35:18 +00:00
9ff6f2cd0e Added footer component 2024-09-17 23:24:24 +00:00
cf85f10724 Update launch configuration and enhance PostSummary component layout 2024-09-17 22:27:55 +00:00
5217bcb24c Refactor Pagination component to update page size in getStaticPaths 2024-09-13 00:26:08 +00:00
4a821edd50 Refactor Footer component and remove it from BaseLayout 2024-09-13 00:16:37 +00:00
d4a6772ec5 Refactor Footer component and add Analytics and Footer components to BaseLayout 2024-09-13 00:06:02 +00:00
b8fd186801 Refactor Analytics component to encode URI parameters 2024-09-12 23:33:43 +00:00
33c9464dad Refactor Analytics and Head components 2024-09-12 22:57:55 +00:00
b16d8ce36c Add Analytics component to BaseLayout 2024-09-12 22:42:08 +00:00
65ee69c645 Refactor Pagination component and add Next and Prev components 2024-09-12 22:38:34 +00:00
de1885fe8f Added Pagination component 2024-09-12 22:10:31 +00:00
3591bebabf Sort blog posts by publication date 2024-09-12 21:02:35 +00:00
a93400f090 Refactor Astro components and layouts 2024-09-12 16:39:06 +00:00
3376c53b2e Refactor Astro components and layouts 2024-09-12 16:36:57 +00:00
0b57b888ca Add PostPagination component for blog post navigation 2024-09-12 14:06:44 +00:00
4ba339984d Updated the main page and page structures 2024-09-12 13:11:16 +00:00
c5affebc6f Added global styles 2024-09-12 11:31:39 +00:00
dc6c24e56a Update Comments component to include inline Giscus script 2024-09-11 22:17:56 +00:00
6494405a04 Remove blog link from header component 2024-09-11 22:06:08 +00:00
c89ed0f7f9 Update default title and description 2024-09-11 22:03:55 +00:00
2a86fd34f6 Added comments 2024-09-06 08:36:02 +00:00
9829c0e5fa Added title 2024-09-06 08:26:14 +00:00
6fbdcc94b6 Added author and datetime 2024-09-06 08:25:35 +00:00
2f362eaf09 Added reading time timer 2024-09-06 08:21:27 +00:00
17c3115a06 Added basic structure 2024-09-05 15:01:13 +00:00