diff --git a/package.json b/package.json index 5978197..6e2c0ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "Astro Minimalist Personal Website", - "description": "Astro Minimalist personal website template with Project Section, CV Section, Paginated Blog, RSS Feed, SEO Friendly, Visual themes and Responsive Desing.", + "name": "Astro Modern Personal Website", + "description": "Astro Modern personal website template with Project Section, CV Section, Paginated Blog, RSS Feed, SEO Friendly, Visual themes and Responsive Desing.", "type": "module", "version": "1.0.0", "private": true, diff --git a/src/config.ts b/src/config.ts index e3772c8..cc6bf84 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,5 +1,5 @@ // 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 = '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.'; +export const SITE_TITLE = 'Astro Modern Personal Website Template'; +export const SITE_DESCRIPTION = 'Astro Modern Personal Website template with Project Section, CV Section, Paginated Blog, RSS Feed, SEO Friendly, Visual themes and Responsive Desing.';