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

567 Commits

Author SHA1 Message Date
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
d74eec1c47 Merge pull request #48 from valentineus/header
New Header
2025-06-10 18:20:48 +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
d322487420 fix(deps): update all digest updates (#47)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 02:59:47 +00:00
dfe9115ac9 fix(deps): update dependency astro to v5.9.1 (#46)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-07 14:31:57 +00:00
2f535ac598 docs: update README and license
* docs: update README and add licenses

* chore: remove unused materials license and update README for clarity
2025-06-06 04:03:32 +04: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
eb36082087 chore(deps): update dependencies 2025-06-05 23:16:27 +00:00
81bcfbdc65 Migrate from Gitea Actions to GitHub Actions 2025-06-05 23:12:22 +00:00
4266100d7f Update all digest updates 2025-06-05 00:00:57 +00:00
2dcf837bee Update all digest updates 2025-05-31 00:00:59 +00:00
9b937e2736 Refactor CI workflow step names for clarity by adding descriptive titles for dependency installation and checks. 2025-05-23 12:02:49 +00:00
6d0f766671 Remove push trigger from Renovate workflow configuration to streamline scheduling. 2025-05-23 11:59:13 +00:00
aaeefd48ee Update all digest updates 2025-05-23 11:58:00 +00:00
27caca159e Update Renovate configuration to enable 'ignoreScripts' for npm and improve workflow step naming for clarity during dependency updates. 2025-05-23 11:57:15 +00:00
cf5901f8c1 Update Renovate configuration to use the full container image for enhanced functionality during dependency updates. 2025-05-23 11:52:02 +00:00
547b008398 Update Renovate configuration by removing 'githubTokenWarn' and adding 'RENOVATE_GITHUB_COM_TOKEN' for improved token management in Gitea workflows. 2025-05-23 11:45:24 +00:00
1d79bd154b Update Renovate configuration to enable 'githubTokenWarn' and set 'ignoreScripts' to false, enhancing security and improving script execution during dependency updates. 2025-05-23 11:43:17 +00:00
24c710bd41 Add GitHub token to Renovate configuration for enhanced repository access during updates. 2025-05-23 11:39:15 +00:00
3660982271 Update Renovate configuration to enable 'ignoreScripts' for npm, enhancing security during dependency updates. 2025-05-23 11:29:43 +00:00
ad6903f7ee Remove 'binarySource' setting from Renovate configuration to streamline package source management. 2025-05-23 11:23:19 +00:00
5c89158bdb Update Renovate configuration by removing 'binarySource' from JSON file and adding it to CJS file for consistent package source management. 2025-05-23 11:20:03 +00:00
bff792581a Add 'binarySource' setting to Renovate configuration for improved package source management. 2025-05-23 11:15:35 +00:00
a170c87cdb Refactor Renovate configuration by removing 'containerbase' and 'lockFileMaintenance' settings, streamlining dependency management and focusing on package update rules. 2025-05-23 11:12:37 +00:00
dca4c61251 Add 'containerbase' setting to Renovate configuration, disabling container base updates for improved dependency management control. 2025-05-23 11:01:36 +00:00
d0b675b944 Update Renovate configuration to include 'postUpdateOptions' for npm lockfile updates, improving dependency management automation. 2025-05-23 10:59:26 +00:00
cb4820f8f1 Update Renovate configuration to include 'skipInstalls' setting, enhancing npm management during dependency updates. 2025-05-23 10:54:37 +00:00
39e28d06ea Remove 'labels' from Renovate configuration and retain 'automerge' setting for improved dependency update control. 2025-05-23 10:50:09 +00:00
6f0260f7bc Update Renovate configuration to include a schedule for lock file maintenance, allowing updates at any time for enhanced flexibility in dependency management. 2025-05-23 10:48:49 +00:00
d74d8acdc2 Enhance Renovate configuration by adding range strategy and enabling lock file maintenance, while consolidating npm settings for improved dependency management. 2025-05-23 10:47:27 +00:00
c47b9f9037 Refactor Renovate configuration by removing automerge setting to enhance control over dependency updates. 2025-05-23 10:42:23 +00:00
1ed689ed71 Add new Renovate configuration file to automate dependency management 2025-05-23 10:39:24 +00:00
1d7fbe8fbb Updated Renovate configuration to set npm requireConfig to false, removing the allowed post-upgrade commands for improved dependency management clarity. 2025-05-23 08:03:09 +00:00
2bb3139579 Updated Renovate configuration to include allowed post-upgrade commands and specify file filters, enhancing the automation of dependency management tasks. 2025-05-23 07:58:56 +00:00
f88a1eaa69 Updated Renovate configuration to set npm requireConfig to "optional" and removed post-upgrade tasks for streamlined dependency management. 2025-05-23 07:56:42 +00:00
1f18536f7a Update npm to v11 2025-05-23 07:52:03 +00:00
a560f6d2e0 Updated package.json to specify npm version 10.9.0 as the package manager, enhancing project dependency management. 2025-05-23 07:51:17 +00:00
6adb475581 Updated Renovate configuration to enable npm settings, added post-upgrade tasks for smoother dependency management, and refined command execution for package updates. 2025-05-23 07:42:39 +00:00
725ec5df89 Refined Renovate configuration by removing unnecessary parameters and simplifying package rules for improved clarity and efficiency. 2025-05-23 07:34:44 +00:00
a6078cdf0b Updated Renovate configuration to include binary source setting, streamlining dependency management and enhancing package update processes. 2025-05-23 07:29:14 +00:00
b7005555c7 Added push trigger for master branch in Renovate workflow to enhance automation on code updates. 2025-05-23 07:24:54 +00:00
5364a666fd Enhanced Renovate configuration by enabling lock file updates and adding post-upgrade tasks for npm, ensuring smoother dependency management. 2025-05-23 07:24:15 +00:00
b5bc0bc56a Updated Renovate configuration to include range strategy and enabled npm settings with stability days and post-update options. 2025-05-22 23:33:01 +00:00