Hexo Theme Particlex

screenshot of Hexo Theme Particlex
hexo

A concise Hexo theme, based on Particle.

Overview

ParticleX is a Hexo theme created as an alternative to the discontinued Particle theme. It was built using Vue 3 and customized styles instead of relying on Ant Design Vue. It also uses Font Awesome 6 for icons and CDN is changed to Staticfile. The theme provides a single style option compared to the original three styles of the Particle theme.

Features

  • Updated to Vue 3 and no longer relies on Ant Design Vue.
  • Replaced icons with Font Awesome 6.
  • Customizable color scheme in the particlex.css file.
  • Supports Markdown formatting.
  • Offers a homepage info card and navigation bar.
  • Supports document summaries displayed using the <!-- more --> tag.
  • Provides a footer section for adding website information, including record information.
  • Uses Polyfill.io for handling new JavaScript API compatibility.
  • Renders mathematical equations using KaTeX.
  • Allows pinning articles to the top using the pin parameter in the Front-Matter.
  • Supports AES encryption for password-protected articles.
  • Option to enable search feature in the Archives section.
  • Integrates with Gitalk, Giscus, Waline, and Twikoo for commenting functionality.

Summary

ParticleX is a Hexo theme that serves as an updated version of the previous Particle theme. It offers several features such as updated dependencies, customizable styles, support for Markdown formatting, and integration with commenting systems. The installation process is straightforward, making it easy to set up and start using the theme for your Hexo-powered website.

hexo
Hexo

Hexo is a static site generator built with Node.js that enables developers to create fast and efficient websites using Markdown, EJS, and Stylus. It offers features such as server-side rendering, plugin support, and easy deployment to hosting services like GitHub Pages and Netlify.