Rea screenshot

Rea

Author Avatar Theme by Aiktb
Updated: 1 Apr 2024
13 Stars

Personal blog theme developed based on VitePress.

Categories

Overview:

This product is a personal blog based on the VitePress default theme extension. It offers a range of features including dark mode, recent blogs, Google Analytics support, RSS feed, local search, comments, and a reading progress bar. The code is licensed under the MIT license, while the blog posts use the CC BY 4.0 license.

Features:

  • Dark mode: Allows users to switch to a dark theme for better visibility in low-light environments.
  • Recent blogs: Displays a list of the most recent blog posts for easy access and navigation.
  • Google Analytics support: Integrates with Google Analytics to provide insights and analytics on blog traffic and user behavior.
  • RSS feed: Generates an RSS feed that allows users to subscribe to the blog and receive updates.
  • Local search: Enables users to search for specific content within the blog for quick and convenient access.
  • Comments: Provides a commenting feature for users to engage in discussions and share their thoughts on blog posts.
  • Reading progress bar: Shows a progress bar indicating how much of the blog post has been read, helping users keep track of their progress.

Installation:

To install this blog theme, follow the steps below:

  1. Clone or download the repository from GitHub.
  2. Install the required dependencies by running the following command:
    npm install
    
  3. Customize the blog settings by modifying the config.js file.
  4. Add your blog posts by creating Markdown files in the docs folder.
  5. Run the development server using the command:
    npm run dev
    
  6. Your blog should now be accessible on http://localhost:3000.

Summary:

This personal blog is based on the VitePress default theme extension and offers a range of features to enhance the blogging experience. It includes dark mode, recent blogs, Google Analytics support, RSS feed, local search, comments, and a reading progress bar. The installation process is straightforward and involves cloning the repository, installing dependencies, customizing the blog settings, adding blog posts, and running the development server. Overall, this blog theme provides a visually appealing and feature-rich platform for sharing content and engaging with readers.