Hexo + VsCode 实现博客部署 Hexo环境部署参考Hexo官方文档 VsCode配置插件 vscode-hexo: 实现Hexo命令提示 Hexo Utils: 添加侧栏, 便于操作 更多MarkDown插件: Markdown All in One 部署命令1$ hexo d -g 全称: hexo deploy –generate (生成并部署) 2022-08-23
Hello World 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. Quick 2022-08-23
SSH多用户配置 多用户配置参考链接 首先找到SSH文件目录 1C:\Users\test\.ssh 目录里应该有config文件, 保证格式如下 12345678910111213# Github user1 (default user)Host github.comHostName github.comPreferredAuthentications publickey# 指定特定的ssh私钥文件Identi 2022-08-23