7 lines
325 B
TypeScript
7 lines
325 B
TypeScript
// Place any global data in this file.
|
|
// You can import this data from anywhere in your site by using the `import` keyword.
|
|
|
|
export const SITE_TITLE = 'Tarasis.net V5 WIP by Robert McGovern'
|
|
export const SITE_DESCRIPTION =
|
|
'WIP rebuild of the personal website & blog of Robert McGovern, moving from Eleventy/11ty to Astro'
|