aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* chore: update GitHub Actions workflow for repository mirroringValentin Popov43 hours1-1/+9
| | | | | - Modified the workflow trigger to include both push and pull request events on the master branch. - Set permissions for the workflow to allow read access to contents.
* chore: update README and add GitHub Actions workflow for repository mirroringValentin Popov43 hours1-0/+17
| | | | | - Updated the README to change the read-only mirror link to the new URL. - Added a GitHub Actions workflow for mirroring the repository to a remote Git repository.
* feat: integrate schema.org support and enhance component structureValentin Popov5 days1-0/+2
| | | | | | | | | - Added schema.org support by introducing `schema-dts` for structured data in components. - Updated `Head`, `BaseLayout`, and various page components to accept and utilize schema props for better SEO. - Created new utility schemas for blog posts and website to standardize structured data implementation. - Enhanced the `SocialLinks` section by utilizing dedicated icon components for improved maintainability. - Refactored the `Header` component to improve accessibility and structure. - Introduced new icons for social links and integrated them into the layout.
* Migrate from Gitea Actions to GitHub ActionsValentin Popov11 days1-0/+26
|
* Added self-hosted Renovate BotValentin Popov2025-05-081-15/+0
|
* Disabled GitHub CI; Enabled Gitea ActionsValentin Popov2025-05-081-13/+0
|
* Updated CI parameters & Added mirrorValentin Popov2025-02-011-0/+15
|
* Configuring Dependabot for daily dependency updates and deleting Renovate ↵Valentin Popov2025-01-242-0/+13
| | | | configurations
* Added Gitea workflowsValentin Popov2024-07-092-17/+0
|
* Initial GitHub ActionsValentin Popov2024-02-141-0/+17
Signed-off-by: Valentin Popov <valentin@popov.link>