博客hexo部署教程(一),安装hexo
修改:12.17 优化结构和大纲 一、准备工作1.安装Node.js Hexo 基于 Node.js,首先需要安装 Node.js 和 npm(Node.js 包管理器) Windows 用户 访问 Node.js 官网 下载 LTS(长期支持)版本 运行安装程序,按照向导完成安装 验证安装(打开命令提示符或 PowerShell): 12 node --version npm --version macOS 用户方法一:使用 Homebrew(推荐) 1brew install node 方法二:直接下载安装包 访问 Node.js 官网 下载 macOS 安装包 双击安装 Linux 用户(Ubuntu/Debian)123# 使用 NodeSource 仓库安装最新 LTS 版本curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -sudo apt-get install -y nodejs 2.安装 Git Git 用于版本控制和部署 ...
Godot设置外部编辑器为VSCode详细教程
godot设置外部编辑器为vscode一、新建项目1.打开godot后,应如下图所示(正常来说,应该没有如何项目,但编者之前创建过一个项目,无伤大雅) 2.根据图中编号的顺序依次点击,根据自己的需求调整命名 二、链接到VScode俗话说的好,工欲善其事必先利其器。在编写代码时,我们可以选择别的IDE来提高自己的编程效率。这里我以VScode举例子 Vscode的下载及安装过程就不过多赘述了,如果不会安装可以看这篇文章从零开始:VSCode的详细安装与配置教程 - 知乎或自行搜索相关教程。这里奉上官网Visual Studio Code - The open source AI code editor,切勿下载VS或盗版。 1.单击编辑器,点击编辑器设置,打开如下界面 切记勾选高级设置! 2.点击网络中的语言服务器,修改ip地址和端口号 IP:127.0.0.1 端口:6005 3.点击文本编辑器中的外部,点击启用,修改可执行文件的为VScode.exe的位置,具体操作如下 右键vscode,单击属性,复制目标中的所有内容,并可执行文件的路径修改成刚刚复制的内容 新...
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 StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment
