my website
1// Place any global data in this file.
2// You can import this data from anywhere in your site by using the `import` keyword.
3
4export const SITE_TITLE = "vixalien's site";
5export const SITE_DESCRIPTION = "Welcome to my website!";
6export const AUTHOR = "vixalien";
7export const PUBLISH_YEAR = new Date().getFullYear();