RBLicht content fixes. Add about. Add CV using site segments
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Rik Berkelder 2025-05-24 02:39:31 +02:00
parent f6f090ead6
commit 3c93a5ccdf
8 changed files with 199 additions and 126 deletions

8
content/_data/site.js Normal file
View file

@ -0,0 +1,8 @@
export default function () {
return {
title: "Rik Berkelder",
url: process.env.site == "rblicht" ? "https://rblicht.nl" : "https://riksolo.com",
author: "Rik Berkelder",
site: process.env.SITE || 'default'
};
}