Skip to content

diegomarty/astro-diegomarty

Folders and files

NameName
Last commit message
Last commit date
Aug 7, 2023
Jan 30, 2023
Aug 7, 2023
May 2, 2023
Aug 7, 2023
Jan 30, 2023
Mar 5, 2023
Aug 6, 2023
Mar 5, 2023
Oct 23, 2023
Aug 7, 2023
May 3, 2023
Jan 30, 2023

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