diff --git a/package.json b/package.json index 470300b..825ab2c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { - "name": "Sstro Personal Website Template", + "name": "Astro Personal Website Template", + "description": "Astro personal website template with Project Section, CV Section, Paginated Blog, RSS Feed, SEO Friendly, Visual themes and Responsive Desing.", "type": "module", - "version": "0.0.1", + "version": "1.0.0", "private": true, "scripts": { "dev": "astro dev", diff --git a/public/post_img.jpeg b/public/post_img.jpeg deleted file mode 100644 index 99945c1..0000000 Binary files a/public/post_img.jpeg and /dev/null differ diff --git a/public/post_img.webp b/public/post_img.webp new file mode 100644 index 0000000..92679f7 Binary files /dev/null and b/public/post_img.webp differ diff --git a/public/social_img.webp b/public/social_img.webp new file mode 100644 index 0000000..b4293be Binary files /dev/null and b/public/social_img.webp differ diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index ce60a7e..a34cadf 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -9,7 +9,7 @@ export interface Props { image?: string; } -const { title, description, image = '/placeholder-social.jpg' } = Astro.props; +const { title, description, image = '/social_img.webp' } = Astro.props; --- diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 68e8a7b..910f4f7 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -7,7 +7,9 @@ const today = new Date(); © {today.getFullYear()} Manuel Ernesto
- Developed by Manuel Ernesto ⚡️ + + Template developed by + Manuel Ernesto ⚡️