在知乎上的详细教程

https://zhuanlan.zhihu.com/p/60578464

本地部署

本地预览你搭建的网站

1
hexo s

文章的配置详细参数

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
title: typora-vue-theme主题介绍
date: 2023-09-12 21:25:00
author: YourID
img: /source/images/xxx.jpg
top: true
cover: true
coverImg: /images/1.jpg
password: 8d969eef6ecad3c29a3a629280e686cf0c3f5d5a86aff3ca12020c923adc6c92
toc: false
mathjax: false
summary: 这是你自定义的文章摘要内容,如果这个属性有值,文章卡片摘要就显示这段文字,否则程序会自动截取文章的部分内容作为摘要
categories: Markdown
tags:
- Typora
- Markdown

error:spawn failed错误

执行hexo d发生 error:spawn failed错误
删除.deploy_git文件夹

1
rm -rf .deploy_git/

输入

1
git config --global core.autocrlf false

重新输入

1
hexo clean && hexo g && hexo d