I never give up finding a way to update my blog conveniently.
Let me upset
Thanks for GitHub pages and Hexo, you could read this page. However, in the past few years, I always spent too much time backing up the source code because of changing different computers in different places, which let me upset. I never give up finding a way to update my blog conveniently.
I used to manage the source code by git which I could push my source code to a branch of the repository on Github. And at the new place, I could download the code by git-clone. Unfortunately, I always took too much time to configure the ssh-key until it could work successfully. It doesn’t work for me, and I think it is high time to give up the old way!
No comma, why?
I build the site in Onedrive. This sounds great! Of course, I also need to install Git, Nodejs on the new computer; that’s all. ~ Why is there no comma in English? ~ The only thing I have to do in terms of configuration is adding the path of hexo-cli to my computer’s environment variable. The path of hexo-cli is just like this:
And Then
1 | npm install -g hexo-cli |
start!!!