Files
tsuki/exampleSite/data/projects.yaml
T
tiennm99 25f36aec12 feat: docs, changelog, expanded examples for v0.1.0 (Phase 8)
- docs/config.md: full params reference (required + optional + per-post
  frontmatter); explains why theme defaults don't deep-merge into
  consumer sites
- docs/data-schemas.md: profile.yaml + projects.yaml field tables
- docs/customization.md: layout overrides, design token override via
  custom CSS, font self-hosting, per-page color overrides, kill switches
- docs/migrating-from-stack.md: submodule swap, drop list, Stack-to-tsuki
  param mapping, frontmatter compat, gotchas (heading id changes break
  inbound anchor links)
- CHANGELOG.md: complete 0.1.0 entry covering all phases
- README.md: drop "under construction"; add full params snippet, search
  + comments + browser support sections, links to all docs
- exampleSite/data/projects.yaml: +tsuki, +penny-pincher (6 total)

Screenshots, miti99 migration, and v0.1.0 tag are user-driven actions
recorded in phase-08 plan.
2026-05-07 22:20:44 +07:00

37 lines
1.5 KiB
YAML

featured:
- title: "bonsai"
tagline: "Minimalist Hugo theme for link-in-bio. Inspired by Linktree and Japanese bonsai aesthetics."
repo: https://github.com/tiennm99/bonsai
demo: https://tiennm99.github.io/bonsai/
image: "img/projects/bonsai.svg"
tags: [hugo, theme, minimal]
- title: "miti99bot"
tagline: "Plug-n-play Telegram bot framework on Cloudflare Workers with grammY."
repo: https://github.com/tiennm99/miti99bot
image: "img/projects/miti99bot.svg"
tags: [telegram, cloudflare, framework]
- title: "rplace"
tagline: "Collaborative pixel art canvas inspired by Reddit r/place. Real-time WebSocket sync."
repo: https://github.com/tiennm99/rplace
image: "img/projects/rplace.svg"
tags: [svelte, hono, durable-objects]
- title: "vngeoguessr"
tagline: "GeoGuessr clone for Vietnamese locations. Mapillary street view + Redis leaderboards."
repo: https://github.com/tiennm99/vngeoguessr
image: "img/projects/vngeoguessr.svg"
tags: [geo, mapillary, redis]
- title: "tsuki"
tagline: "Hugo blog + personal portfolio theme. Vietnamese-first, no build step, View Transitions API."
repo: https://github.com/tiennm99/tsuki
demo: https://tiennm99.github.io/tsuki/
tags: [hugo, theme, vi]
- title: "penny-pincher"
tagline: "Personal expense tracker on Cloudflare D1 + Workers. Telegram-bot-first input, web read-only view."
repo: https://github.com/tiennm99/penny-pincher-provider
tags: [cloudflare, d1, telegram]