Skip to content

diegomarty/astro-diegomarty

Repository files navigation

DiegoMarty Astro.js Web Portfolio y Blog

👉 Porfolio website with personal and contact inforamation, projects showcase and a blog.

  • Responsive
  • Autogenerate blogs post OG images
  • .mdx or .md files for blog
  • Comments sections on blog
  • Animated background with programing logos
  • Animated bubbles on github image profile and personal image
  • Socials & Resume
  • Buy me a coffe button ( on desktop ) ☕
  • Pokefan

Feel free to contribute, open issues or PRs, i like gitmoji for commits

🚀 How to run the project

npm install
npm run dev

🏗️ How to compile

npm run build

🌐 Hosted on

Diegomarty.com

📊 SEO results

💻 Lighthouse on Pc

Seo Results on Lighthouse

📱 Lighthouse on Mobile

Seo Results on Lighthouse

📁 Estructura de directorios

├───.github
│   └───workflows
├───.vscode
├───public
│   ├───assets
│   │   ├───posts
│   │   ├───svgs
│   │   └───thumbnails
│   └───icons
│       ├───android
│       └───ios
├───scripts
└───src
    ├───components
    │   ├───about
    │   ├───decoration
    │   ├───particles
    │   ├───posts
    │   ├───projects
    │   ├───stacks
    │   └───utilities
    ├───data
    ├───layouts
    ├───pages
    │   ├───blog
    │   └───open-graph
    ├───posts
    ├───scripts
    └───styles