aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* chore: update GitHub Actions workflow for repository mirroringValentin Popov37 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 Popov37 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 days3-0/+56
|
* Added self-hosted Renovate BotValentin Popov2025-05-083-59/+0
|
* Disabled GitHub CI; Enabled Gitea ActionsValentin Popov2025-05-081-13/+0
|
* Updated Renovate configValentin Popov2025-02-051-0/+7
|
* Updated CI parameters & Added mirrorValentin Popov2025-02-012-0/+38
|
* Adding the Dependabot configuration for devcontainers updates at a weekly ↵Valentin Popov2025-01-241-0/+4
| | | | interval
* Changing the Dependabot configuration to update dependencies once a week and ↵Valentin Popov2025-01-241-4/+5
| | | | adding support for GitHub Actions updates; removing the Renovate configuration.
* Updating the Dependabot configuration for daily dependency updates with ↵Valentin Popov2025-01-241-0/+3
| | | | permission for direct dependencies and activation of security updates; disabling security updates in Renovate.
* Configuring Dependabot for daily dependency updates and deleting Renovate ↵Valentin Popov2025-01-243-0/+19
| | | | 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>