Code for my personal website https://www.robbevanpetegem.be
  • CSS 45.2%
  • JavaScript 41.2%
  • HTML 11.6%
  • Liquid 2%
Find a file
Robbe Van Petegem 06fa6282d1
Some checks failed
CI / build (push) Failing after 0s
CI / lint (push) Failing after 0s
Add subtitle to main page
2026-07-07 21:04:51 +02: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 Add subtitle to main page 2026-07-07 21:04:51 +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 Linting (#510) 2026-07-07 14:10:32 +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 Linting (#510) 2026-07-07 14:10:32 +02: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