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 Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

我想说的

前两天整理文件觉得自己记的笔记太混乱了,萌生了整理笔记并记录到博客的想法,在网上转了一圈觉得hexo好看简洁棒!于是动手开始搞,而我还只是一个刚刚接触coding没多久的人,零零散散几十个小时,对着教程里看不懂的指令一步步照做,遇到无数error,踩了无数的坑,折腾了两天终于有了现在的这一篇fisrt try。

过程中看了各种出自不同人之手的教程,google了无数个错误,慢慢的也把整个思路和指令的具体含义搞懂了,也大概明白了自己一开始的错误,接下来的第一篇就写一下我搭hexo的过程吧!