0%

Hexo使用

安装

日常命令

  • 创建工作目录:hexo init 目录
  • 清除缓存 :hexo clean
  • 构建渲染:hexo g
  • 启动本地服务:hexo s
  • 上传服务器部署:hexo d

文件头

1
2
3
4
5
6
7
---
title: 标题
categories:
- 一级分类
- 二级分类
excerpt: 简述
---

配置

  • 安装next主题:https://github.com/theme-next/hexo-theme-next
  • 安装搜索插件:hexo-generator-searchdb
  • 创建分类文件:

    • 添加页面:hexo new page categories
    • 页面md(source/categories/index.md)添加type: categories
  • _config.yml比较繁锁直接用对比截图

    • hexo

      image-20240321110415039

    • next

      image-20240321112023788

      image-20240321112258051

      image-20240321112338622

注意事项

  • 上方的文件头冒号”:”的后面必须跟一个空格

  • 文件上传后需要到Gitee的博客仓库的服务中更新一下 ,然后让”子弹飞一会“

  • ```shell

    hexo渲染有些自定义符号组合,有特殊含义,但是会导致文章截断比如 “