My personal blog built with Astro, React and Tailwindcss.
The 银河渡舟's Blog is a website built with Astro and deployed on Netlify. It offers various features such as markdown and MDX support, responsive design, RSS and sitemap generation, Algolia search, comments, dark mode, pagination, view transitions, TypeScript support, outdated tip, and license info. The project uses a tech stack consisting of Astro, React, TypeScript, Tailwind CSS, PostCSS, Radix UI, React Use, Jotai, React Spring, unplugin-icons, and date-fns.
The 银河渡舟's Blog is a feature-rich website built with Astro and deployed on Netlify. It offers various functionalities such as markdown and MDX support, responsive design, Algolia search, comments, dark mode, pagination, and more. The project uses a tech stack consisting of Astro, React, TypeScript, Tailwind CSS, and other dependencies. By following the installation guide, users can clone the repo, install the dependencies, and run the blog locally. It provides a comprehensive and enjoyable reading experience for visitors.
Astro is the all-in-one web framework designed for speed. Pull your content from anywhere and deploy everywhere, all powered by your favorite UI components and libraries.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.
Jotai is a primitive and flexible state management library for React. It takes a bottom-up approach with an atomic model inspired by Recoil, offering a minimal API that scales from simple to complex state management needs without boilerplate.
MDX is a format that allows developers to write JSX within Markdown documents, combining the power of React with the simplicity of Markdown. This allows for the creation of dynamic and interactive content that can be easily shared and consumed across different platforms and devices.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.