0
mirror of https://github.com/valentineus/popov.link.git synced 2025-10-13 21:20:23 +03:00
dependabot[bot] 2d5ab470d8 chore(deps): bump next in the npm_and_yarn group across 1 directory (#110)
Bumps the npm_and_yarn group with 1 update in the / directory: [next](https://github.com/vercel/next.js).


Updates `next` from 15.3.3 to 15.5.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.3.3...v15.5.4)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.5.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 11:46:50 +04:00
2024-10-02 22:46:00 +00:00
2025-09-02 16:17:33 +04:00
2024-09-04 21:16:37 +00:00
2025-06-06 04:03:32 +04:00
2025-06-15 12:22:29 +00:00
2024-09-04 21:16:37 +00:00

popov.link

512KB club

Personal website source code built with Astro.

Requirements

  • Node.js v22 or later
  • npm v11 or later

Development

  1. Install dependencies:
npm ci
  1. Start the development server:
npm run dev
  1. Open your browser and go to http://localhost:3000 to view changes live.

Build & Preview

  • To build the project for production:
npm run build
  • To preview the production build locally:
npm run preview

Project Info

Comments

Comments on the site are powered by giscus.app and stored in GitHub Discussions.

License

This project is licensed under the MIT License.

Description
A fast and minimalist personal website and blog powered by Astro. Features clean Markdown content, custom theming, and optimized deployment on CloudFlare Pages.
Readme 6.3 MiB
Languages
Astro 51.7%
TypeScript 28.7%
SCSS 15%
JavaScript 4.6%