{title}
20 | {pubDate && } 21 |22 | {badge &&
├── .npmrc
├── public
├── post_img.webp
├── profile.webp
├── social_img.webp
├── itemPreview.webp
├── robots.txt
└── favicon.svg
├── src
├── env.d.ts
├── styles
│ └── global.css
├── pages
│ ├── 404.astro
│ ├── rss.xml.js
│ ├── blog
│ │ ├── [slug].astro
│ │ ├── [...page].astro
│ │ └── tag
│ │ │ └── [tag]
│ │ │ └── [...page].astro
│ ├── store
│ │ ├── [slug].astro
│ │ └── [...page].astro
│ ├── services.astro
│ ├── projects.astro
│ ├── index.astro
│ └── cv.astro
├── config.ts
├── components
│ ├── cv
│ │ └── TimeLine.astro
│ ├── Footer.astro
│ ├── Header.astro
│ ├── Card.astro
│ ├── SideBar.astro
│ ├── SideBarMenu.astro
│ ├── HorizontalShopItem.astro
│ ├── HorizontalCard.astro
│ ├── BaseHead.astro
│ └── SideBarFooter.astro
├── lib
│ └── createSlug.ts
├── content
│ ├── config.ts
│ ├── store
│ │ ├── item1.md
│ │ ├── item2.md
│ │ └── item3.md
│ └── blog
│ │ ├── post2.md
│ │ ├── post1.md
│ │ └── post3.md
└── layouts
│ ├── BaseLayout.astro
│ ├── PostLayout.astro
│ └── StoreItemLayout.astro
├── .vscode
├── extensions.json
└── launch.json
├── tsconfig.json
├── .gitignore
├── astro.config.mjs
├── tailwind.config.cjs
├── .github
└── FUNDING.yml
├── package.json
├── LICENSE
└── README.md
/.npmrc:
--------------------------------------------------------------------------------
1 | # Expose Astro dependencies for `pnpm` users
2 | shamefully-hoist=true
3 |
--------------------------------------------------------------------------------
/public/post_img.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/manuelernestog/astrofy/HEAD/public/post_img.webp
--------------------------------------------------------------------------------
/public/profile.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/manuelernestog/astrofy/HEAD/public/profile.webp
--------------------------------------------------------------------------------
/public/social_img.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/manuelernestog/astrofy/HEAD/public/social_img.webp
--------------------------------------------------------------------------------
/src/env.d.ts:
--------------------------------------------------------------------------------
1 | ///
14 |
{desc}
30 |Sorry!
25 |There are no blog posts to show at the moment. Check back later!
26 |Sorry!
36 |There are no blog posts to show at the moment. Check back later!
37 |