搭建BLOG的雏形

搭建BLOG的雏形,创建几个基础页面,搭建好BLOG的雏形,并描述页面各种效果

标签页

【hexo-blog-demo】根目录下输入下面命令,在【hexo-blog-demo/source/】会生成一个含有index.md文件的tags文件夹

1
hexo new page tags

修改【hexo-blog-demo/source/tags/index.md】,添加type: "tags"
1
2
3
4
5
---
title: tags
date: 2023-03-01 00:00:00
type: "tags"
---

分类页

【hexo-blog-demo】根目录下输入下面命令,在【hexo-blog-demo/source/】会生成一个含有index.md文件的categories文件夹

1
hexo new page categories

修改【hexo-blog-demo/source/categories/index.md】,添加type: "categories"
1
2
3
4
5
---
title: categories
date: 2023-03-01 00:00:00
type: "categories"
---

友情链接

【hexo-blog-demo】根目录下输入下面命令,在【hexo-blog-demo/source/】会生成一个含有index.md文件的link文件夹

1
hexo new page link

修改【hexo-blog-demo/source/link/index.md】,添加type: "link"
1
2
3
4
5
---
title: link
date: 2023-03-01 00:00:00
type: "link"
---

友情链接-友链信息

前往Hexo博客目录【hexo-blog-demo/source/_data】创建一个文件link.yml,如果沒有_data文件夹,请自己先创建一个。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
- class_name: 友情链接
class_desc: 模块描述~~~~~
link_list:
- name: 学弟の博客
link: http://blog.renyuxin.cn/
avatar: https://smart-blog.oss-cn-wulanchabu.aliyuncs.com/image/2023/03/blog-avatar.png
descr: 不拼,谁都不会知道输的是谁。
- class_name: 网站
class_desc: 值得推荐的网站
link_list:
- name: Twitter
link: https://twitter.com/
avatar: https://i.loli.net/2020/05/14/5VyHPQqR6LWF39a.png
descr: 社交分享平台

图库

【hexo-blog-demo】根目录下输入下面命令,在【hexo-blog-demo/source/】会生成一个含有index.md文件的categories文件夹

1
hexo new page categories

修改【hexo-blog-demo/source/categories/index.md】,添加type: "categories"
1
2
3
4
5
---
title: categories
date: 2023-03-01 00:00:00
type: "categories"
---

子页面

【hexo-blog-demo】根目录下输入下面命令,在【hexo-blog-demo/source/】会生成一个含有index.md文件的categories文件夹

1
hexo new page categories

修改【hexo-blog-demo/source/categories/index.md】,添加type: "categories"
1
2
3
4
5
---
title: categories
date: 2023-03-01 00:00:00
type: "categories"
---

404页面

【hexo-blog-demo】根目录下输入下面命令,在【hexo-blog-demo/source/】会生成一个含有index.md文件的categories文件夹

1
hexo new page categories

修改【hexo-blog-demo/source/categories/index.md】,添加type: "categories"
1
2
3
4
5
---
title: categories
date: 2023-03-01 00:00:00
type: "categories"
---


评论
文章分类文章标签
随便逛逛阅读模式
全屏模式