Code for my personal website https://www.robbevanpetegem.be
Find a file
Renovate Bot bc25e5cf56
All checks were successful
CI / lint (push) Successful in 51s
CI / build (push) Successful in 1m17s
Update dependency @11tyrocks/eleventy-plugin-lightningcss to v1.5.0 (#499)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@11tyrocks/eleventy-plugin-lightningcss](https://github.com/5t3ph/eleventy-plugin-lightningcss) | dependencies | minor | [`1.4.0` -> `1.5.0`](https://renovatebot.com/diffs/npm/@11tyrocks%2feleventy-plugin-lightningcss/1.4.0/1.5.0) |

---

### Release Notes

<details>
<summary>5t3ph/eleventy-plugin-lightningcss (@&#8203;11tyrocks/eleventy-plugin-lightningcss)</summary>

### [`v1.5.0`](e0d86621d0...48e29447a6)

[Compare Source](e0d86621d0...48e29447a6)

</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: #499
Co-authored-by: Renovate Bot <renovate@robbevp.be>
Co-committed-by: Renovate Bot <renovate@robbevp.be>
2025-12-22 12:04:23 +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 Bump stylelint from 16.23.0 to 16.23.1 (#489) 2025-08-09 08:45:39 +02: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 @11tyrocks/eleventy-plugin-lightningcss to v1.5.0 (#499) 2025-12-22 12:04:23 +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