Files
tsuki/exampleSite/data/profile.yaml
T
tiennm99 eb6c5c1464 feat: homepage personal portfolio (Phase 4)
- data/profile.yaml schema: name, handle, tagline, avatar, bio, links
- data/projects.yaml schema: featured projects with title, tagline, repo, demo, image, tags
- _partials/home/hero.html: avatar + name + tagline + bio + social links
- _partials/home/projects.html: data-driven project grid
- _partials/home/recent-posts.html: configurable count, view-all link
- home.html composes hero → projects → recent-posts
- assets/icons: github, mail, rss (Lucide-style)
- exampleSite fixtures: profile, 4 projects, 5 SVG placeholder images
2026-05-07 20:53:06 +07:00

19 lines
450 B
YAML

name: "Tien Nguyen"
handle: "tiennm99"
tagline: "Building tools, breaking things, writing it down."
avatar: "img/avatar.svg"
bio: |
Software engineer based in Ho Chi Minh City. I build for the web,
experiment with AI tooling, and write down what I learn.
links:
- icon: github
label: GitHub
url: https://github.com/tiennm99
- icon: mail
label: Email
url: mailto:hi@miti99.com
- icon: rss
label: RSS
url: /index.xml