create_website
Jsjsj Lv2

https://blog.csdn.net/dxxzst/article/details/76135935
https://blog.csdn.net/wushibo123/article/details/124619123
https://huaweicloud.csdn.net/638eaae1dacf622b8df8cdee.html
https://blog.csdn.net/weixin_43642577/article/details/126713252
创建页面配置:https://blog.csdn.net/qq_59016701/article/details/132576005

重要的配置连接github,如果无法生成idsa,在连接的时候给它改下

https://blog.csdn.net/wushibo123/article/details/124619123

https://shoka.lostyu.me/computer-science/note/theme-shoka-doc/display/

1
2
3
4
5
新建文章hexo n 文章名

新建page:hexo n page about

上传hexo clean &hexo s(d)
1
2
3
4
本博客模板插件
npm install --save hexo-theme-fluid
安装到了node_modules文件下的hexo-theme-fluid,将文件里的cofig.yml配置文件拷贝到blog根目录下改成_config.fluid.yml,然后在根目录下_config.yml,指定主题类型为theme: fluid即可

1
2
3
4
5
6
7
8
隐藏文章
---
title: 文章标题
index_img: /img/example.jpg
date: 2019-10-10 10:00:00
hide: true
---
以下是文章内容
1
2
3
4
5
6
7
8
归档文章	
---
title: 文章标题
index_img: /img/example.jpg
date: 2019-10-10 10:00:00
archive: true
---
以下是文章内容

添加评论:https://blog.csdn.net/m0_51321469/article/details/127174188

https://valine.js.org/quickstart.html

hexo new page about/friends

— title: 置顶文章

sticky: true —

 Comments