
A VuePress-next template.
"Two dishes one fish" is a web project that served as a blog and a knowledge management system, using a Markdown file system. It utilized VuePress as the generator to compile Markdown files to HTML files and deploy the static site to GitHub Pages. The project aimed to optimize the browsing experience of the website and posts.
"Two dishes one fish" was a project aimed at creating a blog and knowledge management system using a Markdown file system. It utilized VuePress as the generator and provided features such as dual-purpose Markdown files, navigation pages for blog posts and notes, a tagging system, and responsive web design. Although the project is no longer in maintenance, it served as an inspiration for a more advanced successor repository called "BlogiNoteTwo Dishes One Fish".

VuePress is a minimalistic static site generator based on Vue.js that allows developers to create fast, SEO-friendly, and customizable documentation websites.
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.