A static website for showcasing the CV, profile, skillsets, certifications, and portfolio of Nguyen Viet Tung. Built with VitePress for fast, modern documentation and personal branding.
- Profile: Personal info, languages, interests (docs/profile.md)
- Resume: Services, experiences, certifications, portfolio (docs/resume.md)
- Showcase: Technical skillsets, projects, certifications (docs/showcase.md)
- Multilingual: English and Vietnamese content (docs/vi/)
- Downloadable CV: PDF available at
/content/CV.pdf - Responsive Design: Optimized for desktop and mobile
- Node.js (v18+ recommended)
- npm
npm installAlso supports BunJS runtime for faster install time, with bun.lock file included
bun installnpm run docs:devVisit http://localhost:4173 to view the site.
npm run docs:buildnpm run docs:previewVisit http://localhost:8080 to preview.
docs/
index.md # Home page
profile.md # Profile section
resume.md # Resume section
showcase.md # Skillsets & projects
vi/ # Vietnamese translations
.vitepress/ # VitePress config & theme
public/
content/CV.pdf # Downloadable CV
images/ # Icons & images
- Update profile, resume, and showcase content in the respective markdown files.
- Add images/icons to
public/images/. - Modify theme components in
docs/.vitepress/theme/.
This project is for personal use and portfolio purposes.
Made by Nguyen Viet Tung in 2025
