Skip to content

Commit

Permalink
docs: update missing part at korean
Browse files Browse the repository at this point in the history
  • Loading branch information
hyesungoh committed Mar 29, 2022
1 parent 53d56b5 commit ce1b824
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions _docs/ko-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

turborepo를 사용한 블로그와 이력서 템플릿입니다.


## 블로그 기능

![postGif](https://user-images.githubusercontent.com/26461307/159372336-e42c1a9c-9915-4d05-9e51-4882d681dc80.gif)
Expand Down Expand Up @@ -78,9 +77,9 @@ yarn dev
- linkedin
- twitter

그리고 `apps/blog/scripts/generate-static-files.js` 파일을 확인해주세요.
그리고 `apps/blog/_config/index.json``apps/resume/_config/index.json` 파일을 확인해주세요.

서버 사이드에서 static file들을 생성하기 위해 `blogUrl` 변수를 채워주세요. ~~리팩토링할 부분입니다~~
각 파일들은 각 앱의 설정 값들이 위치해있습니다.

## 사용하는 방법

Expand All @@ -89,7 +88,6 @@ yarn dev
- [블로그 글 게시하는 방법](https://github.com/hyesungoh/hyesungoh-land/tree/main/_docs/ko-blog.md)
- [이력서 수정하는 방법](https://github.com/hyesungoh/hyesungoh-land/tree/main/_docs/ko-resume.md)


## Vercel을 이용해 배포하는 방법

이 프로젝트는 `turborepo`를 사용하였습니다.
Expand Down Expand Up @@ -135,4 +133,4 @@ yarn add package-name -DW

## 라이센스

MIT
MIT

2 comments on commit ce1b824

@vercel
Copy link

@vercel vercel bot commented on ce1b824 Mar 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

comet-land-resume – ./apps/resume

comet-land-resume-hyesungoh.vercel.app
comet-land-resume.vercel.app
comet-land-resume-git-main-hyesungoh.vercel.app

@vercel
Copy link

@vercel vercel bot commented on ce1b824 Mar 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

comet-land-blog – ./apps/blog

comet-land-blog.vercel.app
comet-land-blog-hyesungoh.vercel.app
comet-land-blog-git-main-hyesungoh.vercel.app

Please sign in to comment.