文章
3
标签
2
分类
0
Home
Gallery
Friend
Rusty_Blog
test
Home
Gallery
Friend
test
发表于
2024-12-22
|
更新于
2024-12-22
|
浏览量:
欢迎来到我的第一个 Hexo 博客文章!这是一个简单的示例,展示了如何使用 Hexo 来发布文章。
安装步骤
安装 Node.js
安装 Hexo
配置博客
创建文章
文章作者:
Rusty
文章链接:
https://blog.rusty1e.top/2024/12/22/test/
版权声明:
本博客所有文章除特别声明外,均采用
CC BY-NC-SA 4.0
许可协议。转载请注明来源
Rusty_Blog
!
Hexo
Blog
上一篇
部署hexo个人博客并在github托管
部署hexo个人博客并在github托管git bash下操作 安装hexo 1npm install hexo-cli -g 生成博客 1234hexo init 初始化hexo g 生成hexo s 本地部署hexo d 部署到线上 github建立仓库 1用户名.github.io 要选Public和Add a README file 生成SSH密钥(RSA) 1ssh-keygen -t rsa -C "邮件地址" 密钥文件存储在C:\Users\用户名.ssh id_rsa.pub存储的是公钥 测试是否成功 1ssh -T
[email protected]
安装hexo自动部署工具 1npm install hexo-deployer-git --save 修改_config.yml 123type: gitrepository: 填入你的github仓库链接branch: main 第一次上传要配置email和用户名,用户名要区分大小写 12git config --global user.email...
下一篇
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
相关推荐
2024-12-22
部署hexo个人博客并在github托管
部署hexo个人博客并在github托管git bash下操作 安装hexo 1npm install hexo-cli -g 生成博客 1234hexo init 初始化hexo g 生成hexo s 本地部署hexo d 部署到线上 github建立仓库 1用户名.github.io 要选Public和Add a README file 生成SSH密钥(RSA) 1ssh-keygen -t rsa -C "邮件地址" 密钥文件存储在C:\Users\用户名.ssh id_rsa.pub存储的是公钥 测试是否成功 1ssh -T
[email protected]
安装hexo自动部署工具 1npm install hexo-deployer-git --save 修改_config.yml 123type: gitrepository: 填入你的github仓库链接branch: main 第一次上传要配置email和用户名,用户名要区分大小写 12git config --global user.email...
Rusty
文章
3
标签
2
分类
0
Follow Me
公告
This is my Blog
目录
1.
安装步骤
最新文章
部署hexo个人博客并在github托管
2024-12-22
test
2024-12-22
Hello World
2024-12-21