Code for my personal website https://www.robbevanpetegem.be
  • CSS 45.1%
  • JavaScript 41.8%
  • HTML 11.1%
  • Liquid 2%
Find a file
Renovate Bot 37bbcb3598
All checks were successful
CI / build (push) Successful in 42s
CI / lint (push) Successful in 39s
Update dependency prettier to v3.8.0 (#503)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | minor | [`3.7.4` -> `3.8.0`](https://renovatebot.com/diffs/npm/prettier/3.7.4/3.8.0) |

---

### Release Notes

<details>
<summary>prettier/prettier (prettier)</summary>

### [`v3.8.0`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#380)

[Compare Source](https://github.com/prettier/prettier/compare/3.7.4...3.8.0)

[diff](https://github.com/prettier/prettier/compare/3.7.4...3.8.0)

🔗 [Release Notes](https://prettier.io/blog/2026/01/14/3.8.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNjEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #503
Co-authored-by: Renovate Bot <renovate@robbevp.be>
Co-committed-by: Renovate Bot <renovate@robbevp.be>
2026-01-20 20:08:47 +01:00
.forgejo Update actions/setup-node action to v6 (#500) 2025-12-22 12:04:14 +01:00
.github Update actions/setup-node action to v6 (#500) 2025-12-22 12:04:14 +01:00
11ty Replace site with minimal placeholder 2024-09-14 14:35:11 +02:00
src Fix page overflow 2024-09-15 16:02:19 +02:00
.eleventy.js Replace site with minimal placeholder 2024-09-14 14:35:11 +02:00
.gitignore Replace site with minimal placeholder 2024-09-14 14:35:11 +02:00
eslint.config.js Replace site with minimal placeholder 2024-09-14 14:35:11 +02:00
LICENSE Add License and more detailed readme 2020-04-17 15:01:22 +02:00
package.json Update dependency stylelint to v17 (#504) 2026-01-20 20:08:40 +01:00
README.md Replace site with minimal placeholder 2024-09-14 14:35:11 +02:00
renovate.json Create group for linting dependencies (#496) 2025-08-24 08:35:42 +02:00
yarn.lock Update dependency prettier to v3.8.0 (#503) 2026-01-20 20:08:47 +01:00

robbevanpetegem.be

This repository holds the code and content for my personal website. You can see the result at robbevanpetegem.be.

Build Setup

# install dependencies
$ yarn

# serve with hot reload at localhost:8080
$ yarn serve

# build for production
$ yarn build