Skip to content

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.

License

Notifications You must be signed in to change notification settings

nguyenviettung7691/cv-static-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV Static Website

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.

Screenshot

Features

  • 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

Getting Started

Prerequisites

  • Node.js (v18+ recommended)
  • npm

Install dependencies

npm install

Also supports BunJS runtime for faster install time, with bun.lock file included

bun install

Run development server

npm run docs:dev

Visit http://localhost:4173 to view the site.

Build for production

npm run docs:build

Preview production build

npm run docs:preview

Visit http://localhost:8080 to preview.

Project Structure

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

Customization

  • Update profile, resume, and showcase content in the respective markdown files.
  • Add images/icons to public/images/.
  • Modify theme components in docs/.vitepress/theme/.

License

This project is for personal use and portfolio purposes.


Made by Nguyen Viet Tung in 2025

About

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.

Topics

Resources

License

Stars

Watchers

Forks