Skip to content

This is my resume and portfolio site. 私の職務経歴書とポートフォリオを記載したサイトです.

Notifications You must be signed in to change notification settings

shunsock/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Resume Site

This is a personal portfolio and resume site for Shunsuke Tsuchiya, built with VitePress and deployed to GitHub Pages.

Project Overview

This site contains:

  • Personal profile and self-introduction
  • Resume and career history
  • Showcase of work projects and open-source software
  • List of presentations at conferences
  • Technical and personal blog posts

You can view this resume site at:

Tech Stack

  • VitePress - Static site generator based on Vue
  • Bun - JavaScript runtime and package manager
  • GitHub Actions for CI/CD
  • GitHub Pages for hosting

Development

Prerequisites

  • Bun (v1.0.11 or later)

Setup

  1. Clone the repository

    git clone https://github.com/shunsock/resume.git
    cd resume/src
  2. Install dependencies

    bun install
  3. Start the development server

    bun run docs:dev
  4. Open your browser and visit http://localhost:5173/resume/

Building for Production

cd src
bun run docs:build

The built site will be available in src/docs/.vitepress/dist.

Deployment

This site is automatically deployed to GitHub Pages when changes are pushed to the master branch. The deployment is handled by a GitHub Actions workflow defined in .github/workflows/deploy.yml.

Project Structure

resume/
├── .github/                # GitHub Actions workflows and configs
├── src/                    # Source code
│   ├── docs/               # Content files (Markdown)
│   │   ├── .vitepress/     # VitePress configuration
│   │   ├── blog/           # Blog posts
│   │   ├── profile/        # Profile information
│   │   ├── works/          # Work projects
│   │   └── index.md        # Home page
│   ├── bun.lockb           # Bun lock file
│   └── package.json        # Project dependencies and scripts
└── README.md               # This file

License

MIT

About

This is my resume and portfolio site. 私の職務経歴書とポートフォリオを記載したサイトです.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published