andyscott-dot-me/src/config.ts

6 lines
387 B
TypeScript
Raw Normal View History

2022-09-14 10:14:29 -04:00
// Place any global data in this file.
// You can import this data from anywhere in your site by using the `import` keyword.
2022-09-27 11:50:52 -04:00
export const SITE_TITLE = 'Astro Minimalist Personal Website Template';
export const SITE_DESCRIPTION = 'Astro Minimalist Personal Website template with Project Section, CV Section, Paginated Blog, RSS Feed, SEO Friendly, Visual themes and Responsive Desing.';