新的开始 day1

I spend all my bachelor & master time to learn to code and study machine vision stuff. Now, as a Phd candidate, my career changed to SLAM robotics, which is quite exciting. I finally jumped out of the boundary of coding and started to do some real welding and soldering. It is not easy, btw, for me, a computer since student to pick all these EE knowledge. But its lot of fun and getting paid. I would say fair enough

这几天开始看slam小车的构造,从硬件的角度。
以前从未接触过硬件这边,最多只玩过树莓派。

hexo 使用 material-flow 主题时更正个人描述部分内容的显示错误问题

意外发现一个小BUG,使用Hexo Material Flow 主题的用户如果想要更改自己的用户简介请编辑主题文件夹中./themes/material-flow/layout/_widget/about.ejs 中的第七行改成:

<div class='desc'><%=config.description %></div>

让git和HEXO记住你的用户名和密码,反正咱也写不出啥值钱的代码

感谢这位大哥的文章
看完之后应该就明白了吧。我重述一下:
1.打开terminal,使用 ssh-keygen 生成密钥

$ ssh-keygen -t rsa -C "your_email@example.com"
# Creates a new ssh key using the provided email
Generating public/private rsa key pair.
Enter file in which to save the key (/home/you/.ssh/id_rsa)

RememberPassword

#test

使用Hexo在github写blog

搞了半天终于成功

其实别的blog已经把步骤写的很明白

!! 但是一定要注意你的github账户本身的设置!!
国际友人的本地部署步骤