강의

멘토링

로드맵

Programming

/

etc. (Programming)

Create your own portfolio blog (feat. Tistory skin)

(4.6) 18 reviews

1,372 learners

  • pronist
Blog
HTML/CSS

These are the changes that have occurred in this lecture depending on the patch.

Over time, some of the usage of the Tidori framework has changed. If you get stuck while following the lecture, please refer to the changes.

Tidory CLI

https://tidory.com/docs/get-started/

  • *tidory new command is gone. Please use npx create-tidory-app when creating a project.
  • *The browser does not open automatically when running the development server or preview server.
  • * When the preview server runs, index.xml is automatically submitted to the Tistory server and updated.
  • *tidory build --compress has been removed and replaced with tidory production (tidory build -> tidory production) . ( tidory build --compress -> tidory build)

tidory.config.js

https://tidory.com/docs/configuration/

  • *public_path is automatically injected . You can also set it manually.
    However, you also need to set ts_session and url during build .
  • *name is automatically injected according to index.xml . The name setting has been removed .
  • *preivew.variableSettings, preview.homeType, preview.coverSettings were added.
Comment

Access is restricted to non-public courses.
Private Course