Astro Mecure

screenshot of Astro Mecure
astro
react
tailwind

My personal blog built with Astro, React and Tailwindcss.

Overview:

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.

Features:

  • Markdown and MDX support: The blog supports writing content in both markdown and MDX formats.
  • More markdown syntax: The blog extends markdown syntax with additional features.
  • Responsive Design: The website is designed to be responsive, providing a consistent viewing experience across different devices.
  • RSS: The blog generates an RSS feed to allow users to subscribe to the latest updates.
  • Sitemap: A sitemap is automatically generated to help search engines index the blog's pages.
  • Algolia Search: The website integrates Algolia search to provide fast and accurate searching functionality.
  • Comments: Users can leave comments on the blog posts.
  • Dark Mode: The blog offers a dark mode option for better readability in low-light environments.
  • Pagination: The blog supports pagination for organizing and navigating through large sets of blog posts.
  • View Transitions: Smooth transition effects are applied when navigating between different blog pages.
  • TypeScript support: The project is built with TypeScript for static type checking and improved developer experience.
  • Outdate Tip: The blog displays a notification when a blog post becomes outdated.
  • License Info: License information is provided for the blog content and code.

Summary:

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
Astro

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
React

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
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

blog
Blog

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
Jotai

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
MDX

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
Typescript

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.