No description
Find a file
2026-04-22 13:49:47 +07:00
dist chore: Update README with AI SEO context and build production assets 2026-04-22 13:49:47 +07:00
node_modules Update Print Portfolio 2026-04-21 07:52:06 +07:00
public feat: Add AI agent SEO optimization (llms.txt, JSON-LD, robots.txt) 2026-04-22 13:47:33 +07:00
src Update Print Portfolio 2026-04-21 07:52:06 +07:00
.DS_Store Initial commit 2026-04-19 11:08:18 +07:00
index.html feat: Add AI agent SEO optimization (llms.txt, JSON-LD, robots.txt) 2026-04-22 13:47:33 +07:00
llms.txt feat: Add AI agent SEO optimization (llms.txt, JSON-LD, robots.txt) 2026-04-22 13:47:33 +07:00
package-lock.json Update Print Portfolio 2026-04-21 07:52:06 +07:00
package.json Initial commit 2026-04-19 11:08:18 +07:00
postcss.config.js Initial commit 2026-04-19 11:08:18 +07:00
README.md chore: Update README with AI SEO context and build production assets 2026-04-22 13:49:47 +07:00
results.txt Initial commit 2026-04-19 11:08:18 +07:00
tailwind.config.js Initial commit 2026-04-19 11:08:18 +07:00
vite.config.js Initial commit 2026-04-19 11:08:18 +07:00

Portfolio

My personal portfolio website built with React, Vite, and Tailwind CSS. Features dual-mode navigation - a creative editorial design view and a developer terminal interface, along with a specialized Print-Ready A4 CV crafted in a high-contrast editorial aesthetic.

Live Site

Tech Stack

  • React 18
  • Vite
  • Tailwind CSS
  • Framer Motion
  • Lucide React

Getting Started

npm install
npm run dev

Build

npm run build

Preview

npm run preview

Deployment

Deployed on Synology NAS via Docker.

AI Agent Optimization (AIO)

This portfolio is heavily optimized for Agentic SEO. It includes:

  • JSON-LD Structured Data: Explicitly defining Person, jobTitle, knowsAbout, and seeks (seeking job opportunity) metadata injected securely into <head>.
  • AI-Friendly robots.txt: Access explicitly granted to major LLM scrapers such as GPTBot, PerplexityBot, ClaudeBot, and Google-Extended.
  • llms.txt Endpoint: Available directly at /llms.txt, exposing an exact markdown-structured context endpoint purely for LLM ingestors to natively understand my professional profile.

License

MIT