0%

Hexo Blog finetune 2025

Add the tags and categories page

You need to use below command to generate the web page for the tags and categories. Otherwise, it will show nothing on the tags and categories page.

1
2
3
hexo new page tags
hexo new page categories

Update the scafflods

Update the post.md in scafflods folder and add tags and ctegorees for each blog when using the hexo new command

1
2
3
4
5
title: {{ title }}
date: {{ date }}
categories: {{ categories }}
tags: {{ tags }}

More tags in each blog

If you want to have more tags in one blog, please using below convention in the blog.

1
2
3
4

tags:
- hexo
- blog

Conculsion

I am re-do sometings that someone or many orders that have done many years ago.
Maybe it is too late to start a my own technical blog.

Base on my observation, many blogs that use Hexo + Next theme are not maintance after 2019…

So far, the should should fully functional with minimal features.

Next, I will adding more contents.

Reference

Blogs for 4 years ago
https://op30132.github.io/2019/12/24/hexo-tag-page/
https://kemushi54.github.io/

Super good reference for hexo blog from zero. If I follow this, then I can save lots of time.
https://ithelp.ithome.com.tw/users/20139218/ironman/3910?page=1