mirror of
https://github.com/tiennm99/tsuki.git
synced 2026-05-23 10:25:30 +00:00
eb6c5c1464
- 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
19 lines
450 B
YAML
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
|