基于Hexo在Github上创建Blog的流程
下载nodejs,完成后win+R,命令行输入node -v检查是否成功安装 注册一个Github账户 点击create a new repository以创建一个仓库用以储存Blog所需文件,其中仓库名推荐格式为(用户名).github.io,下方选项Add.gitignore和Add a license建议勾选None,同时也推荐创建README文档,然后点击 create repository 安装git for wins,完成后win+R,命令行输入git检查是否成功安装 在下载的git文件夹中找到git-bash.exe并运行,在弹窗中输入ssh-keygen -t rsa -C “你的QQ邮箱地址”,随后一直回车直到弹窗中的程序运行完毕 登录Github,点击用户头像,在侧边栏找到“SSH and GPG keys”,添加SSH密钥,title推荐填写用户名,密钥在C盘–>用户–>Administrator–>.s...
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
