
Obsidian+Github Pages+Docsify
The combination of Obsidian, Docsify, and GitHub Pages creates a powerful, free solution for anyone looking to organize their personal knowledge base. This setup is particularly well-suited for students and lifelong learners looking to streamline their note-taking and documentation process. As this approach allows for both local file management and online accessibility, it continues to gain traction among users seeking an efficient way to store and share information.
The key advantage of this trio lies in its seamless integration, enabling users to create a robust knowledge repository with minimal financial investment. However, it's important to recognize that initial setup and configuration can involve a learning curve, making it essential for users to dedicate some time to familiarize themselves with the tools.
Free Tool Integration: All components—Obsidian, Docsify, and GitHub Pages—are entirely free, making this setup accessible to anyone.
Simple Documentation Creation: Docsify enables users to generate documentation websites effortlessly by only requiring the creation of an index.html file.
Enhanced Document Organization: Obsidian provides a more efficient method of managing and organizing documents compared to traditional file-folder systems, while ensuring local data retention.
Customizable Functionality: Users can extend functionality with various plugins like KaTeX for mathematical formulas and Prism for Python code highlighting, enhancing the user experience.
Bash Script Automation: Advanced users can script common commands for tasks like file copying and git pushing, streamlining their workflow.
User-Friendly Navigation: Recent updates include features such as navigation bars and volume statistics, allowing visitors to easily access information.
Markdown Support: The combination allows users to edit Markdown documents in Obsidian, which are then published online through GitHub Pages, ensuring a smooth publishing process.
Engaging Visuals: The inclusion of features like the live2D model adds a unique touch to the interface, making it more visually appealing and interactive.

Docsify generates your documentation website on the fly. Unlike GitBook, it does not generate static html files. Instead, it smartly loads and parses your Markdown files and displays them as a website. To start using it, all you need to do is create an index.html and deploy it on GitHub Pages.
Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading