Hexo Blog Client

screenshot of Hexo Blog Client
hexo
vue
scss

This is a cross-platform hexo blog management client , build on electron-vue(这是一个跨平台的基于electron-vue搭建的hexo博客管理客户端)

Overview

HexoBlogClient is a sleek and user-friendly blog management tool designed specifically for Hexo users, developed using Electron and Vue. This client leverages the HexoClient's foundation, enhancing it with various features that make managing blog articles a breeze. Whether you're a seasoned blogger or just starting out, this application simplifies the process of writing, editing, and deploying content on your Hexo blog with ease.

With functionality such as post management, image uploads, and local previews, HexoBlogClient caters to those who want a streamlined blogging experience. The application's architecture allows for future enhancements, ensuring that users stay up-to-date with the latest tools and features. It’s a great investment for anyone looking to maintain a professional and organized personal blog.

Features

  • User-Friendly Interface: A clean and intuitive design that simplifies the management of blog articles, making it easy for users of all levels to navigate.
  • Article Management: Efficiently create, read, update, and delete blog posts without any hassle.
  • Image Upload Support: Direct integration with Qiniu for image uploads ensures that your blog visuals are always top quality.
  • Local Preview: Ability to preview blogs locally, giving users the opportunity to see how their posts will look before they go live.
  • Markdown Support: Enhanced markdown editor with shortcuts, facilitating easier writing and formatting of blog content.
  • Search Functionality: Robust search options allow users to find articles by tags or categories quickly.
  • Auto Save & Drafts: The ability to save articles as drafts automatically ensures you never lose your progress while writing.
  • Multi-language Support: Offers bilingual options in both Chinese and English, catering to a wider range of users.
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.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.