我的第一篇博客文章
搭建个人博客的过程:第一次搭建个人博客并不是一帆风顺的,搭过程中遇到了很多的坎坷。首先跟着csdn一些文章的指导,我下载了node.js和git,下载速度非常慢,也不知道是不是没开加速器的原因。之后跟着教学一步一步走。但是总是出错,但是找不到原因,我就选择重头再来,一次次的删除了blog的文件。一个个问题不断解决,终于把连上了github。在用hexo d上传时总是出错,就不停的hexo clean,hexo g,hexo d,最后发现原来是网络问题。最倒霉的是本来以及做的差不多了都,但是在美化主题的时候删错了东西,网站打不开了。熬夜重新做了一遍。功夫不负有心人,这一遍非常顺利,很快就做完了。
对于搭建个人博客的感想:过程很累很困难,但是做成后的成就感拉满了!
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