diff --git a/src/components/SideBar.astro b/src/components/SideBar.astro index a6a4ef3..9b0e9bf 100644 --- a/src/components/SideBar.astro +++ b/src/components/SideBar.astro @@ -73,7 +73,7 @@ - + new Date(b.frontmatter.pubDate).valueOf() - new Date(a.frontmatter.pubDate).valueOf() +); + +const last_posts = posts.slice(0, 3); --- -
+
Hey there 👋
I'm Manuel Ernesto
Software Engineer and Entrepreneur
- 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. You can find me mostly on Twitter.
-
+ @@ -53,5 +57,18 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../config";
Last from blog
-
+ + { + last_posts.map((post) => ( + +
+ )) + } +