Hexo 配置
使用Gitpage+ hexo 搭建博客
查看秘钥
ls -al ~/.ssh
重新生成密钥
ssh-keygen -t rsa -C “your email for github”
然后它会提示要你输入passphrase
就输入passphrase
输出公钥然后复制到GitHub的SSH配置里
ssh-agent -s
ssh-add /.ssh/idrsa
cat /.ssh/idrsa.pub
测试Git配置
ssh -T git@github.com
设置你的账号信息:
git config --global user.name
“yourname” #真实名字不是github用户名git config --global user.email
“github邮箱”
Solar theme configuration
Configuration
You can customize setting in _config.yml in the theme directory solar.
• rotation speed
• images of the planets and sun
• analytics
• RSS
• social links
• code highlight
If you want to change some colors use file css_variables.styl
转载请注明来源,欢迎对文章中的引用来源进行考证,欢迎指出任何有错误或不够清晰的表达。可以在下面评论区评论,也可以邮件至 jyzh@yahoo.com
文章标题:Hexo 配置
文章字数:144
本文作者:Jooeys
发布时间:2019-01-18, 00:00:00
最后更新:2019-01-18, 03:00:15
原始链接:http://jooeys.github.io/2019/01/18/hexo%E9%85%8D%E7%BD%AE/版权声明: "署名-非商用-相同方式共享 4.0" 转载请保留原文链接及作者。