aboutsummaryrefslogtreecommitdiff
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* feat: implement Open Graph image generation and enhance configurationValentin Popov2 days1-0/+7
| | | | | | | | - Added ogImages integration to generate Open Graph images for blog posts. - Updated configuration to include Open Graph settings and default preview image. - Refactored Head component to utilize new preview property for Open Graph meta tags. - Enhanced blog post schema to include preview image for structured data representation. - Introduced utility functions for creating Open Graph images with dynamic content.
* chore(deps): update npm to v11.4.2 (#52)renovate[bot]4 days1-1/+1
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* 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.
* feat: add IE11 compatibilityValentin Popov11 days1-0/+5
|
* chore(deps): update dependenciesValentin Popov11 days1-2/+2
|
* Update all digest updatesRenovateBot12 days1-3/+3
|
* Update all digest updatesRenovateBot2025-05-311-2/+2
|
* Update all digest updatesRenovateBot2025-05-231-3/+3
|
* Update npm to v11RenovateBot2025-05-231-1/+1
|
* Updated package.json to specify npm version 10.9.0 as the package manager, ↵Valentin Popov2025-05-231-0/+1
| | | | enhancing project dependency management.
* Update dependencyValentin Popov2025-05-081-8/+8
|
* Updating the project version to 2025.01.24 in the package.json and ↵Valentin Popov2025-01-241-1/+1
| | | | package-lock.json
* Adding Renovate configuration and updating dependenciesValentin Popov2025-01-241-4/+4
|
* Bump astro from 5.1.8 to 5.1.9dependabot[bot]2025-01-241-1/+1
| | | | | | | | | | | | | | | Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.1.8 to 5.1.9. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.1.9/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Update dependency astro to v5RenovateBot2024-12-041-1/+1
|
* Deleted the unnecessary CF adapterValentin Popov2024-10-241-1/+0
|
* Updated the structure of the post's pageValentin Popov2024-10-241-3/+2
|
* Update package dependenciesValentin Popov2024-10-241-7/+7
|
* Update package dependenciesValentin Popov2024-10-031-4/+4
|
* Added footer componentValentin Popov2024-09-181-0/+2
|
* Update dependencies and add Cloudflare adapter in configurationValentin Popov2024-09-181-1/+2
|
* Update config to use "advanced" preset for cssnanoValentin Popov2024-09-131-0/+1
|
* Updated the main page and page structuresValentin Popov2024-09-121-0/+1
|
* Added global stylesValentin Popov2024-09-121-0/+3
|
* Update deploy workflow to include build step and testing Gitea ActionValentin Popov2024-09-111-2/+3
|
* Added reading time timerValentin Popov2024-09-061-0/+2
|
* Added sitemapValentin Popov2024-09-051-0/+1
|
* Added RSSValentin Popov2024-09-051-0/+1
|
* Initial Astro projectValentin Popov2024-09-051-0/+22