我的第二个博客

博客的安装和使用



npm install -g hexo 安装hexo

sudo npm install -g hexo 安装hexo

###输入 hexo 运行

###mkdir blog 新建博客文件夹(不能在根目录下)

###hexo init 初始化(blog lanou$ hexo init)在blog文件夹下

###hexo server ctrl+c 停止

###hexo new 我的第一个博客(我的第一个博客是md文件名称)

###http://localhost:4000/ 打开网址就是本地的

###text lanou$ git

###38:text lanou$ ssh-keygen

###38:text lanou$ vim ~/.ssh/id_rsa.pub

###38:Desktop lanou$ cd html5-

###38:html5- lanou$ git add README.md

###38:html5- lanou$ git status

###38:html5- lanou$ git commit -m”这是更改的部分”

###38:html5- lanou$ git config –global user.name “kangyf”

###38:html5- lanou$ git config –global user.email “1114524577@qq.com”

###38:html5- lanou$ git remote add origin https://github.com/kangyuf/html5-.git

###38:html5- lanou$ git push -u origin master

###38:blog lanou$ npm install hexo-deployer-git –save

###38:blog lanou$ hexo d

###38:blog lanou$ hexo g