In January 2023, members of the Mùchuàngshè Team, RainBreezeMF and sotkg, initiated the construction of an anime document project based on Hexo, later converted to VuePress, called "Skilled Teaser Takagi-san" (referred to as "Takagi" below) - Takagi Light Wiki Site. In the blink of an eye, a year has passed, but the site has only completed the basic framework construction, and the core anime content can be said to be almost nonexistent. In fact, since the beginning of 2024, the site construction process has completely stalled.
There are many reasons for this situation. In fact, there were certain differences and problems within the team during the initial construction, which can mainly be listed as follows:
- What is its significance?
Within the Takagi community, there are already authoritative Wiki sites, such as the Takagi Fandom Wiki site, or the entries about Takagi in the Moe Girl Encyclopedia (referred to as "Moe Girl" below). They have been built and exist for a longer time, and their content is more complete. In this case, the position of the Takagi Light Wiki site seems somewhat awkward. - High contribution threshold
The overall files of the Takagi Light Wiki site are hosted on the GitHub platform in an open-source manner, and the front-end is rendered and pushed by cloud functions. However, for ordinary users, contributing code through Git is somewhat cumbersome and difficult. Currently, the construction of the Takagi Light Wiki site is mainly aimed at the Chinese community, and the goal of the site maintainers is mainly Chinese users. However, the poor network situation of GitHub in mainland China is also a problem for ordinary users. At the same time, to contribute to the Takagi Light Wiki site, users also need to master Markdown syntax and the usage of VuePress, which is quite cumbersome.
In comparison, Moe Girl and Fandom use MediaWiki, which is much more user-friendly for ordinary users. There is no need to pull code in the poor network environment of GitHub, and there is no need to install the environment locally. You just need to edit online, and then submit to complete the contribution. - Program focus issue
As mentioned earlier, the Takagi Light Wiki site uses the VuePress documentation framework, which is mostly used for technical documentation in practical use. Many of its features are specifically designed for technical documentation, such as code highlighting. On the other hand, MediaWiki, which is used by Moe Girl and Fandom, is more suitable for comprehensive wikis and is more suitable for non-technical documentation. Obviously, the Takagi Light Wiki site belongs to non-technical documentation, but it uses a technical documentation framework.
Of course, we cannot simply criticize the disadvantages of using VuePress, and we should also mention its advantages. - Lightweight and fast
VuePress will render the site as an HTML static site and push it. Compared to the frontend program of MediaWiki, VuePress is faster and more secure. The completely static frontend means it is difficult to be attacked. At the same time, because there is no step of querying the database in the static site, the frontend rendering speed will be faster than that of MediaWiki, and the website files will be smaller. - Strong customizability
Compared to the Takagi Fandom, the main thing that the Takagi Light Wiki site can boast about is its interface - beautiful, fast, and simple. VuePress users can better customize the document page style by injecting CSS and JS.
In short, after saying so much, it doesn't mean that we want to give up on this project. After more than a year of development, it has gained some popularity. Searching for the keyword "Takagi Wiki" in Baidu, the largest Chinese search engine, will show the Takagi Light Wiki site at the forefront. The same goes for Bing. In fact, we have found a more accurate positioning choice for it - to make it a site that indexes other Takagi Wikis. So it became the Takagi Light Wiki site, rather than the Takagi Wiki site, although this is currently just a tentative idea.
We hope to see more contributors join this project and add more vitality to it.
Site GitHub open source address: https://github.com/TakagisanReposOrg/VuePress-TakagiWiki