Next set of common themes Hexo

Add "tags" page

In terminal, navigate to the directory Hexo site. Use hexo new page Create a new page named tags:

1
hexo new page tags

Tags will generate a directory in the source directory, modify index.md file tags directory:

1
2
3
4
title: I am a label 
DATE: YYYY-MM-DD HH: mm: SS
Comments: false
of the type: "Tags"

Modify the configuration _config.yml next topic is:

1
2
menu:
tags: /tags/ || tags

Add "classification" page

In terminal, navigate to the directory Hexo site. Use hexo new page Create a new page named categories:

1
hexo new page categories

Categories will generate a directory in the source directory, change directory index.md file under the categories:

1
2
3
4
title: I am a classification 
DATE: YYYY-MM-DD HH: mm: SS
Comments: false
of the type: "the Categories"

Modify the configuration _config.yml next topic is:

1
2
menu:
categories: /categories/ || th

Next v5 version Valine solve commenting system error

According to this PR modifications related to the relevant file.

Original: Big Box  Hexo Next theme of common settings


Guess you like

Origin www.cnblogs.com/wangziqiang123/p/11618447.html