hexo命令以及主题

hexo new page “名字” 建新的分类页面
hexo n “name” 创建新的文章
hexo s 开启本地服务
hexo clean 删除当前信息
hexo g 生成新的信息
hexo d 上传到github

jacman menu 默认没有启用 /tags 和 /categories 页面,如果需要启用请在博客目录下的source文件夹中分别建立tags和categories文件夹每个文件夹中分别包含一个index.md文件。内容为:
layout: tags (或categories)

title: tags (或categories)

新建文章内 tags: test
或者如下

1
2
3
tags:
- test
- test1

如果用vno主题新建的文章 tags: [test]这样写tag标签可看到

坚持原创技术分享,您的支持将鼓励我继续创作!