https://github.com/robbevp/website-robbevanpetegem
Code for my personal website. This is a mirror of https://git.robbevp.be/robbevp/website-robbevanpetegem
https://github.com/robbevp/website-robbevanpetegem
static-site
Last synced: 13 days ago
JSON representation
Code for my personal website. This is a mirror of https://git.robbevp.be/robbevp/website-robbevanpetegem
- Host: GitHub
- URL: https://github.com/robbevp/website-robbevanpetegem
- Owner: robbevp
- License: other
- Created: 2020-04-11T08:48:02.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2026-05-19T10:01:10.000Z (15 days ago)
- Last Synced: 2026-05-19T12:51:52.116Z (15 days ago)
- Topics: static-site
- Language: JavaScript
- Homepage: https://www.robbevanpetegem.be
- Size: 1.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# robbevanpetegem.be
This repository holds the code and content for my personal website. You can see the result at [robbevanpetegem.be](https://www.robbevanpetegem.be).
## Build Setup
```bash
# install dependencies
$ yarn
# serve with hot reload at localhost:8080
$ yarn serve
# build for production
$ yarn build
```