
News
5 articles
Among the skins made with the Tidori framework,
Here's a skin I made that faithfully uses the features provided by the framework.hELLO.
I also personally implemented the dark mode, which is not well implemented in Tistory skins.
This skin is open source , please refer to the skin introduction and source code below.hELLO. Introducing Tistory Skin.
https://pronist.tistory.com/5hELLO.
https://github.com/pronist/hELLOThis skin was created by me, but it was made with the Tidori Framework .
Shows what you can do with Tidori,
You can learn about the structure of the project, how it is distributed to users, etc.
We hope that you will also be able to easily develop Tistory skins using the Tidori framework by referring to real-life examples.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.
hello.
The Tistory skin course has been changed from 5,500 won to free . Since the original intention of creating the Tistory framework was to be open source, I thought it would be better to change it to a free course, so I made the change.
I would like to thank those who have already purchased the product, and since even as an instructor, I cannot control whether or not to convert it to free, I have discussed this with Inflearn. I would like to clarify that this price change was made based on the basic principle of demand in a market economy. I cannot give any rewards to existing customers, but I would appreciate your generous understanding of the free conversion.
Thank you for using the Tidori framework through this course. :)
While I was developing and writing the Tistory framework, several child packages were created. Among them, the most helpful ones are Tistory API for Javascript, which wraps the Tistory API once more, and Tistory API for PHP for PHP. Both libraries make it easier to use the Tistory API.
Tistory API for Javascript
https://github.com/tidory/tistory
Tistory API for PHP
https://github.com/pronist/tistory
The process of deploying to the Tistory server and the process of previewing in the Tistory framework all communicate directly with the Tistory server . What library is used to do this? In fact, Tistory does not officially support this. However, if you use the API that we unofficially extracted, you can communicate directly with the server!
(Unofficial) Tistory Skin API
https://github.com/tidory/tistory-skin
-
★, It is a great help to developers!
How can I link my skin code to a code repository like Github ? Tistory skin does not support FTP (File Transfer Protocol) and does not officially support sharing code with code repositories.
However, there is one solution. It is possible if you deploy the source code built through the Tidori framework to the code repository and apply the code to the Tistory skin at the same time. You can configure the code repository and skin code in the same way through the process of Build - Repository Deployment (Push) - Skin Application (Deploy) .
#Build and Deploy - Code Repository

