Skip to content

cybergaala/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

193 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Edgar MejΓ­a β€” Personal Portfolio

Personal portfolio and blog site at edgarmejia.com, built with Astro 5.

Tech Stack

  • Astro 5 β€” static site generator
  • Tailwind CSS 4 β€” styling via Vite plugin
  • Preact β€” interactive components
  • MDX β€” blog posts with component support
  • i18n β€” English (default) and Spanish (/es/...)

Project Structure

/
β”œβ”€β”€ public/             # Static assets, favicon, fonts, images
└── src/
    β”œβ”€β”€ components/     # Header, Footer, Head, YouTube
    β”œβ”€β”€ content/
    β”‚   └── blog/
    β”‚       β”œβ”€β”€ en/     # English posts
    β”‚       └── es/     # Spanish posts
    β”œβ”€β”€ i18n/           # UI translations
    β”œβ”€β”€ layouts/        # Layout.astro, BlogPost.astro
    β”œβ”€β”€ pages/          # Routes (/, /blog, /es/blog, ...)
    └── styles/         # global.css

Commands

Command Action
npm install Install dependencies
npm run dev Start dev server at localhost:4321
npm run build Build for production to ./dist/
npm run preview Preview the production build locally

About

My personal site made with Astro πŸš€

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors