2018haha's Blog
It just happens and we should live with it.

搭建记录

修改博客内容

首次使用

1.打开安装包安装Git,Node

2.下载hexo

1
2
npm config set registry https://registry.npm.taobao.org
npm install -g hexo

3.安装hexo

1
hexo init

4.配置github

1
2
git config --global user.email "zfMMG9000@163.com"
git config --global user.name "2018haha"

5.绑定github密匙

1
ssh-keygen

并把路径中id_rsa.pub用记事本打开,复制到github的key上

更改博客设置

有两个位置:

hexo设置\_config.yml

next主题设置\themes\hexo-theme-next-6.7.0\_config.yml

详细请百度

写文章

hexo n "文章名"

\source\_posts中找到文件并编辑

开头几个参数:

1
2
3
4
5
6
7
---
title:
categories: 日志
mathjax: true
tags: [记录,笔记,日志]
keywords: [1,2]
---

详细可以参见

预览,发布

预览:

1
hexo s

发布:

1
2
3
hexo clean
hexo g
hexo d

#### 感谢您的阅读,如果在阅读过程中发现问题,欢迎在下方评论区留言或QQ联系博主,谢谢! **注意:**文章版权遵循[署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0) 协议](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh), 欢迎转载,请注明出处

 评论



博客内容遵循 [署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0) 协议](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh)
本站使用 Material X 作为主题 , 总访问量为 次 。