File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,16 @@ macOS์์ [homebrew](https://brew.sh/)๋ฅผ ์ฌ์ฉํ์ ๋ค๋ฉด, ์๋ ๋ช
๋ น์ด
5151
5252#### ํํ์ด์ง ๋น๋
5353
54- ์๋ ๋ช
๋ น์ด๋ก jekyll์ ์ฌ์ฉํ์ฌ ๋น๋ํฉ๋๋ค. ๋น๋ ๊ฒฐ๊ณผ๋ฌผ์ ` ./_site ` ๋๋ ํ ๋ฆฌ์ ์ ์ฅ๋ฉ๋๋ค .
54+ ์๋ ๋ช
๋ น์ด๋ก jekyll์ ์ฌ์ฉํ์ฌ ๋น๋ํฉ๋๋ค. ๋ณ๊ฒฝ ์ฌํญ์ ์ค์๊ฐ์ผ๋ก ํ์ธํ๋ ค๋ฉด ` make build ` ๋์ ` make serve ` ๋ช
๋ น์ด๋ฅผ ์ฌ์ฉํ๋ฉด ๋ฉ๋๋ค .
5555
5656``` sh
57- make build
57+ make build # ๋น๋ ๊ฒฐ๊ณผ๋ฌผ์ `./_site` ๋๋ ํ ๋ฆฌ์ ์ ์ฅ๋ฉ๋๋ค.
58+ # make serve
5859```
5960
61+ * ์ฐธ๊ณ : [ ๊ธฐ์ฌํด์ฃผ์ ๋ถ๋ค] ( https://pytorch.kr/about/contributors ) ํ์ด์ง์์๋ [ jekyll/github-metadata] ( https://github.com/jekyll/github-metadata/tree/main/lib/jekyll-github-metadata ) ํ๋ฌ๊ทธ์ธ์ ์ฌ์ฉํ๊ณ ์์ผ๋ฉฐ ๋น๋๋ฅผ ์ํด์ ` JEKYLL_GITHUB_TOKEN ` ์ด ํ์ํฉ๋๋ค. \
62+ [ ๊ธฐ์ฌํด์ฃผ์ ๋ถ๋ค] ( https://pytorch.kr/about/contributors ) ํ์ด์ง๋ฅผ ๋น๋ํด์ผ ํ๋ ๊ฒฝ์ฐ, [ jekyll/github-metadata] ( https://github.com/jekyll/github-metadata/tree/main/lib/jekyll-github-metadata ) ์ [ Authentication ๋ฌธ์] ( https://github.com/jekyll/github-metadata/blob/main/docs/authentication.md ) ๋ฅผ ์ฐธ๊ณ ํด์ฃผ์ธ์.
63+
6064## ๋ฐฐํฌํ๊ธฐ
6165
6266[ ํ์ดํ ์น ํ๊ตญ ์ฌ์ฉ์ ๋ชจ์ ํํ์ด์ง] ( https://pytorch.kr ) ๋ [ GitHub Pages] ( https://pages.github.com/ ) ๋ฅผ ์ฌ์ฉํฉ๋๋ค. \
You canโt perform that action at this time.
0 commit comments