andyscott-dot-me/src/config.ts

6 lines
361 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-24 00:28:30 -04:00
export const SITE_TITLE = 'Manuel Ernesto Garcia';
2022-09-25 22:40:31 -04:00
export const SITE_DESCRIPTION = 'Software Engineer from Cuba and Entrepreneur. Working in create software that solve problems in a simple way and sharing what I learn along the way.';