Add global data file
This commit is contained in:
parent
c3a1581713
commit
cffecbbd71
2 changed files with 2 additions and 3 deletions
2
_data.yaml
Normal file
2
_data.yaml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
title: Coolbeans
|
||||||
|
layout: layouts/main.tsx
|
|
@ -1,6 +1,3 @@
|
||||||
export const title = "My website";
|
|
||||||
export const layout = "layouts/main.tsx";
|
|
||||||
|
|
||||||
export default function() {
|
export default function() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|
Loading…
Reference in a new issue