Commit Graph

14 Commits

Author SHA1 Message Date
wh-leader 3f7e54c72e feat: add Python Project Template and TimeNet CLI projects
CI/CD Pipeline / Build & Deploy (push) Failing after 21s
2026-05-11 13:58:40 +02:00
wh-leader 0b7021f827 feat: translate About page to English
CI/CD Pipeline / Build & Deploy (push) Successful in 21s
2026-05-11 13:57:05 +02:00
wh-leader c514b3bce1 fix: remove empty github field causing Astro build error
CI/CD Pipeline / Build & Deploy (push) Failing after 2m32s
2026-05-11 13:42:15 +02:00
wh-leader 58f0a00d4c fix(ci): use plain docker build instead of buildx (runner /dev/null issue)
CI/CD Pipeline / Build & Deploy (push) Failing after 17s
2026-05-11 13:33:30 +02:00
wh-leader ce8415c26f security: remove IP addresses and internal hostnames from About page
CI/CD Pipeline / Build & Deploy (push) Failing after 43s
2026-05-11 12:57:05 +02:00
wh-leader 8cd0b2fa24 feat: complete content overhaul - projects, infrastructure, personal brand (no empire talk)
CI/CD Pipeline / Build & Deploy (push) Failing after 42s
2026-05-11 12:55:24 +02:00
wh-leader 8a30951a64 refactor: homepage with personal brand focus (no empire talk) + profile photo
CI/CD Pipeline / Build & Deploy (push) Failing after 47s
2026-05-11 12:51:14 +02:00
wh-leader f93ae22b77 feat: add first blog post - De Orfebre a Builder
CI/CD Pipeline / Build & Deploy (push) Failing after 47s
2026-05-11 12:39:48 +02:00
wh-leader 65f9defcdd remove: delete blog post with too much strategic detail
CI/CD Pipeline / Build & Deploy (push) Failing after 45s
2026-05-11 12:32:00 +02:00
wh-leader 15c946c0a1 feat: add first blog post - Arrancando el Viaje
CI/CD Pipeline / Build & Deploy (push) Failing after 45s
2026-05-11 12:29:43 +02:00
wh-leader ada08a31be feat: add David profile photo to About page
CI/CD Pipeline / Build & Deploy (push) Failing after 48s
2026-05-11 12:25:30 +02:00
wh-leader 600e9ac3b4 feat: add homepage, content collections, and utils
- Homepage with hero, featured projects, latest posts sections
- Content collections config (blog + projects schemas)
- Date formatting and reading time utilities
- Sample blog post and project for validation
2026-05-11 07:43:04 +02:00
wh-leader 05036766e4 feat: recover portfolio pages from scratch workspaces
- Add base layouts (BaseLayout, BlogLayout, ProjectLayout)
- Add UI components (Header, Footer, Navigation, Card, Tag)
- Add About page with personal story
- Add Projects pages (index, detail)
- Add homepage content
- Add SEO files (robots.txt, webmanifest)

Work was done by agents in isolated workspaces.
Consolidated into main repo for proper git tracking.
2026-05-11 07:41:22 +02:00
wh-leader 85143c0b05 feat: initialize Astro project with Tailwind and TypeScript
- Astro 5.0 with TypeScript strict mode
- Tailwind CSS 3.4 configured with custom design system
- Project structure created (components, layouts, content, styles)
- Sitemap and RSS integrations added
- Build verified successfully

Fixes dependency conflict by using Astro 5 instead of 6
2026-05-10 11:29:24 +02:00