Great Plugins for Hexo
I’m still using Hexo for my blog. The following are the hexo plugins I used.
Note: The configuration file is _config.yml
hexo-abbrlink
1 | permalink: :year/:month/:day/:abbrlink/ |
hexo-algoliasearch
Article search and free quota are enough for me.
1 | # https://github.com/LouisBarranqueiro/hexo-algoliasearch |
hexo-excerpt
Automatic excerpt
1 | # https://github.com/chekun/hexo-excerpt |
hexo-generator-archive
Archive page generation
1 | # https://github.com/hexojs/hexo-generator-archive |
hexo-generator-feed
Generate feed.xml subscription link, serving RSS
1 | # https://github.com/hexojs/hexo-generator-feed |
hexo-generator-sitemap
Generate site XML, it’s useful for SEO
1 | # Generate sitemap. |
hexo-generator-tag
Generate tag label page
1 | # https://github.com/hexojs/hexo-generator-tag |
hexo-symbols-count-time
Generate article statistics, such as word count, estimated reading time, etc.
1 | # @see https://github.com/theme-next/hexo-symbols-count-time |
hexo-theme-next
Site theme, I prefer theme-next, mainly because it has quite rich configurations
1 | # https://github.com/next-theme/hexo-theme-next |
Write at the end
- Hexo is still in an active state, don’t worry about it.
- The main focus of blog maintenance is still on content, currently, Hexo is enough.