Skip to content

Commit

Permalink
Merge pull request #15 from wonj1012/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
0xwonj authored Jun 12, 2024
2 parents 3c5c1ba + 04739f9 commit accc8e9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,12 @@ This website is automatically deployed to [Vercel](https://vercel.com/) upon com
│   └── [pages] # Pages
├── components # React components
├── public # Static files
├── posts # Markdown posts
│   ├── academia # Academic posts
│   └── blog # Blog posts
├── data # Data files
│   └── [pages] # Data for pages
├── config # Configuration javascript files
├── utils # Utility functions
├── assets # Assets not used in the website
├── .github # GitHub workflows
└── [configs] # Configuration files
```

Expand Down
2 changes: 1 addition & 1 deletion data/home/sections.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"name": "\u00A0\u00A0Curriculum Vitae",
"icon": "fa-solid fa-file-alt",
"link": "CV_Wonjae-Choi.pdf",
"link": "CV_WonjaeChoi.pdf",
"target": "_blank"
},
{
Expand Down
Binary file removed public/CV_Wonjae-Choi.pdf
Binary file not shown.
Binary file added public/CV_WonjaeChoi.pdf
Binary file not shown.

0 comments on commit accc8e9

Please sign in to comment.