diff --git a/src/components/SideBar.astro b/src/components/SideBar.astro index 98d4108..bdf63ec 100644 --- a/src/components/SideBar.astro +++ b/src/components/SideBar.astro @@ -14,8 +14,8 @@
  • Projects
  • Blog
  • CV
  • -
  • Support my Work
  • -
  • Contact
  • +
  • Support my Work
  • +
  • Contact
  • @@ -24,12 +24,12 @@ xmlns="http://www.w3.org/2000/svg" width="24" height="24" - fill="currentColor" - class="bi bi-github" - viewBox="0 0 16 16" - > - @@ -38,12 +38,10 @@ xmlns="http://www.w3.org/2000/svg" width="24" height="24" - fill="currentColor" - class="bi bi-twitter" - viewBox="0 0 16 16" - > - @@ -52,12 +50,10 @@ xmlns="http://www.w3.org/2000/svg" width="24" height="24" - fill="currentColor" - class="bi bi-telegram" - viewBox="0 0 16 16" - > - @@ -67,16 +63,25 @@ xmlns="http://www.w3.org/2000/svg" width="24" height="24" - fill="currentColor" - class="bi bi-linkedin" - viewBox="0 0 16 16" - > - + + + +
    diff --git a/src/config.ts b/src/config.ts index 1d5dbf6..262cfa8 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 = 'My personal website.'; +export const SITE_TITLE = 'Manuel Ernesto Garcia'; export const SITE_DESCRIPTION = 'Welcome to my website!'; diff --git a/src/layouts/BlogPost.astro b/src/layouts/BlogPost.astro index a82d81f..4bfbfd9 100644 --- a/src/layouts/BlogPost.astro +++ b/src/layouts/BlogPost.astro @@ -13,11 +13,11 @@ export interface Props { } const { - content: { title, description, pubDate, updatedDate, heroImage }, + content: { title, description, pubDate, updatedDate, heroImage } } = Astro.props; --- - +
    {heroImage && {title}} diff --git a/src/layouts/Page.astro b/src/layouts/Page.astro index f537ff3..c446658 100644 --- a/src/layouts/Page.astro +++ b/src/layouts/Page.astro @@ -5,12 +5,14 @@ import Footer from "../components/Footer.astro"; import SideBar from "../components/SideBar.astro"; import { SITE_TITLE, SITE_DESCRIPTION } from "../config"; + +const { image, title = SITE_TITLE, description = SITE_DESCRIPTION } = Astro.props; --- - +
    diff --git a/src/pages/index.astro b/src/pages/index.astro index d21ed86..32560ea 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -15,8 +15,9 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../config";
    - I am a cuban Software Engineer and entrepreneurship. I work creating software solutions that solve problems in a - simple way and sharing what I learn along the way. I like minimalism, Open-Source and good music.
    @@ -47,4 +48,8 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../config"; url="https://chrome.google.com/webstore/detail/zen-twitter/nlkendkabgopehmlmohfbkgkjjdjepnb" badge="FOSS" /> + +
    +
    Last from blog
    +