使用的问题
- 缺少黑夜模式
- 表格确实竖线 显示不明显
- 格式显示混乱 个标题区分不明显
- 显示区域过于狭窄
- 一个主题多个学习文件分类显示太乱 可以像文件夹一样显示
创建标签页,分类页,搜索页
以标签页为例子
1 | hexo new page tags |
进入创建的tags文件夹中,将index.md中的title中添加type:tag
创建搜索页
1 | hexo new page search |
以标签页为例子
1 | hexo new page tags |
进入创建的tags文件夹中,将index.md中的title中添加type:tag
创建搜索页
1 | hexo new page search |
安装nodejs 官网下载
利用nodejs的包管理器npm安装国内镜像cnpm
1 | sudo npm install -g cnpm --registry=https://registry.npm.taobao.org |
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
1 | $ hexo new "My New Post" |
More info: Writing