Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pronist committed Apr 24, 2024
1 parent 6f31353 commit 9b81074
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ git clone https://github.com/tidory/hello
cd hello && npm install
```

티스토리 치환자가 적용된 모습을 보려면 **프리뷰 서버** 를 사용할 필요가 있는데, `tidory.config.example.js` 의 이름을 `tidory.config.js` 로 변경하고, 티도리 프레임워크의 [환경설정](http://tidory.github.io/docs/configuration)를 참고하여 `ts_session`, `url` 를 설정해줄 필요가 있습니다. 이는 직접 티스토리 서버와 소통하여 치환자가 해석된 상태의 스킨을 먼저보기 위한 값입니다.
티스토리 치환자가 적용된 모습을 보려면 **프리뷰 서버** 를 사용할 필요가 있는데, **tidory.config.example.js** 의 이름을 **tidory.config.js** 로 변경하고, 티도리 프레임워크의 [환경설정](http://tidory.github.io/docs/configuration)를 참고하여 `ts_session`, `url` 를 설정해줄 필요가 있습니다. 이는 직접 티스토리 서버와 소통하여 치환자가 해석된 상태의 스킨을 먼저보기 위한 값입니다.

설정이 완료되었다면 프리뷰 서버를 실행할 수 있습니다.

Expand All @@ -22,7 +22,7 @@ npm run preview

## 배포

`tidory.config.js``ts_session`, `url` 이 설정되었다면 배포를 진행할 수 있습니다. 티도리 프레임워크의 [빌드 및 배포](http://tidory.github.io/docs/deployment)를 참고하십시오.
**tidory.config.js**`ts_session`, `url` 이 설정되었다면 배포를 진행할 수 있습니다. 티도리 프레임워크의 [빌드 및 배포](http://tidory.github.io/docs/deployment)를 참고하십시오.

```bash
npm run production && npm run deploy
Expand All @@ -32,4 +32,4 @@ npm run production && npm run deploy

[MIT](https://github.com/tidory/hello/blob/master/LICENSE)

Copyright 2020-2023. [SangWoo Jeong](https://github.com/pronist). All rights reserved.
Copyright 2020-2024. [SangWoo Jeong](https://github.com/pronist). All rights reserved.
2 changes: 1 addition & 1 deletion docs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>hELLO</name>
<version>4.3.0</version>
<description>
<![CDATA[ⓒ 2020-2023. Sangwoo Jeong.]]>
<![CDATA[ⓒ 2020-2024. Sangwoo Jeong.]]>
</description>
<license>
<![CDATA[MIT]]>
Expand Down
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@
"store": "tidory store",
"lint": "eslint --ext .js --ignore-path .gitignore . && pug-lint ."
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tidory/hello"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.2",
Expand Down

0 comments on commit 9b81074

Please sign in to comment.