Add global data file

This commit is contained in:
Foster Hangdaan 2023-07-23 18:59:46 -04:00
parent c3a1581713
commit cffecbbd71
Signed by: foster
GPG key ID: E48D7F49A852F112
2 changed files with 2 additions and 3 deletions

2
_data.yaml Normal file
View file

@ -0,0 +1,2 @@
title: Coolbeans
layout: layouts/main.tsx

View file

@ -1,6 +1,3 @@
export const title = "My website";
export const layout = "layouts/main.tsx";
export default function() {
return (
<>