Code for my personal website https://www.robbevanpetegem.be
Find a file
Robbe Van Petegem 36b411c2c4
All checks were successful
CI / lint (push) Successful in 1m40s
CI / build (push) Successful in 1m51s
Update actions config (#492)
This updates our config, so that
* We run actions on forgejo (in addition to github)
* We don't run dependabot anymore

Reviewed-on: #492
2025-08-09 11:49:45 +02:00
.forgejo Update actions config (#492) 2025-08-09 11:49:45 +02:00
.github Update actions config (#492) 2025-08-09 11:49:45 +02: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
yarn.lock Bump stylelint from 16.23.0 to 16.23.1 (#489) 2025-08-09 08:45:39 +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