永远年轻,永远热泪盈眶
12
05
git简单使用 git简单使用
创建远程仓库 创建文件夹 mkdir test cd test 然后创建仓库 git --bare init 然后本地创建文件夹 git init 随便在文件夹里创建个文件(Readme.md) 本地git add . git
2023-12-05
05
hexo部署遇到的问题 hexo部署遇到的问题
起因 将之前的hexo文件移动到别的电脑上,然后运行hexo命令发现报错。 原因及解决 是因为别的电脑没有安装对应版本的hexo-cli导致。因为我移到的电脑之前没有安装hexo-cli,当运行npm i -g hexo-cli命令时便
2023-12-05
04
14
Hello World Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hex
2023-04-14