Hexo Theme Huhu

screenshot of Hexo Theme Huhu

theme for hexo

Overview:

HEXO-THEME-HUHUhuhu1 is a theme developed for Hexo blogs with a focus on simplicity and highlighting text. The theme is continuously updated and the recent server migration has allowed for further improvements to the blog documentation.

Features:

  • Installation: The theme can be installed in the project root directory by following the provided commands and modifying the _config.yml file.
  • 站内搜索 (Site Search): The theme supports generating site search files and does not rely on third-party site search services, ensuring stability and faster loading times.
  • About, Tags, Categories, Friends Pages: The theme allows for the creation of these pages, each with its own layout and configuration options.
  • Google Configuration: The theme supports various Google services such as GTM statistics, Google Site, and Google Ads. Configuration options can be added in the root _config.yml file.
  • Baidu Configuration: The theme includes a Baidu statistics chart feature and supports Baidu Site, Baidu Union, and Baidu Statistics. Configuration options can be added in the root _config.yml file.
  • 代码高亮 (Code Highlighting): The theme supports the use of highlight.js for code highlighting. CSS styles from the highlight.js official website can be copied and added to the theme's highlight.styl file.
  • 文章评论 (Article Comments): The theme supports two options for article commenting: Valine and Changyan. Installation and configuration details can be found in the documentation.
  • RSS Feed: The theme supports generating an RSS feed using the hexo-generator-feed plugin.
  • 置顶 (Top Post): Markdown files can be marked as top posts using the "top" value in the Front-matter. The theme includes a top icon for these posts in the list view.
  • 兼容性 (Compatibility): The theme uses Flex layout and is not supported on IE8 or earlier.
  • 自定义 (Customization): The theme allows for easy customization, such as changing the donation QR code and Follow links, through configuration options in the theme's _config.yml file.

Summary:

HEXO-THEME-HUHUhuhu1 is a user-friendly and customizable theme for Hexo blogs. It offers various features, including site search, page creation, Google and Baidu configurations, code highlighting, article comments, RSS feed generation, and more. The installation process is straightforward, and the theme provides ample documentation for further customization. With its focus on simplicity and text highlighting, HEXO-THEME-HUHUhuhu1 is an excellent choice for bloggers using Hexo.

grunt
Grunt

Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.