删除日记

This commit is contained in:
Bunny 2025-02-20 11:16:07 +08:00
parent d4e1a2ed83
commit de0523dcc9
13 changed files with 24 additions and 98 deletions

View File

@ -6,7 +6,6 @@ export default navbar([
"/question/",
"/interview-question/",
"/multi-model-record/",
"/diary/",
// {
// text: "博文",
// icon: "pen-to-square",

View File

@ -13,7 +13,6 @@ export default sidebar({
"/note/":"structure",
"/question/":"structure",
"/multi-model-record/":"structure",
"/diary/": "structure",
"/interview-question/": "structure",
// [
// {

View File

@ -1,12 +1,12 @@
---
# home: true
# layout: BlogHome
home: true
layout: BlogHome
icon: house
title: 博客主页
heroImage: https://theme-hope-assets.vuejs.press/logo.svg
heroText: 你博客的名称
heroText: Bunny 博客
heroFullScreen: true
tagline: 你可以在这里放置你的口号与标语
tagline: 全栈开发 记录生活 喜欢看书
projects:
- icon: folder-open
name: 项目名称
@ -38,11 +38,7 @@ projects:
desc: 自定义详细介绍
link: https://你的自定义链接
footer: 自定义你的页脚文字
footer: Bunny 博客笔记
---
这是一个博客主页的案例。
要使用此布局,你应该在页面前端设置 `layout: BlogHome``home: true`
相关配置文档请见 [博客主页](https://theme-hope.vuejs.press/zh/guide/blog/home.html)。

View File

@ -1 +0,0 @@
# 2024年1月1日

View File

@ -1,12 +0,0 @@
---
title: 1月
index: false
icon: laptop-code
category:
- 我的
- 记录
- 日记
- "2024"
---
<Catalog />

View File

@ -1,12 +0,0 @@
---
title: 2月
index: false
icon: laptop-code
category:
- 我的
- 记录
- 日记
- "2024"
---
<Catalog />

View File

@ -1,12 +0,0 @@
---
title: 2024年目录
index: true
icon: laptop-code
category:
- 我的
- 记录
- 日记
- "2024"
---
<Catalog />

View File

@ -1,3 +0,0 @@
# B站年终
![image-20250219101934267](./images/image-20250219101934267.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 907 KiB

View File

@ -1,12 +0,0 @@
---
title: 2025年目录
index: false
icon: laptop-code
category:
- 我的
- 记录
- 日记
- "2025"
---
<Catalog />

View File

@ -1,12 +0,0 @@
---
title: 日记
index: false
icon: mingcute:diary-line
category:
- 我的
- 记录
- 日记
- "2025"
---
## 我的生活日记

View File

@ -1,4 +1,5 @@
# Docker镜像源
# Docker 镜像源
```bash
# 创建目录
sudo mkdir -p /etc/docker
@ -7,26 +8,22 @@ sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<-'EOF'
{
"registry-mirrors": [
"https://docker-0.unsee.tech",
"https://docker-cf.registry.cyou",
"https://docker.1panel.live",
"https://registry.dockermirror.com",
"https://docker.imgdb.de",
"https://docker.m.daocloud.io",
"https://hub.firefly.store",
"https://hub.littlediary.cn",
"https://hub.rat.dev",
"https://dhub.kubesre.xyz",
"https://cjie.eu.org",
"https://docker.kejilion.pro",
"https://docker.1panelproxy.com",
"https://docker.hlmirror.com",
"https://hub.fast360.xyz",
"https://dockerpull.cn",
"https://cr.laoyou.ip-ddns.com",
"https://docker.melikeme.cn",
"https://image.cloudlayer.icu",
"https://docker.tbedu.top"
"cr.laoyou.ip-ddns.com",
"docker.1panel.live",
"image.cloudlayer.icu",
"hub.fast360.xyz",
"docker-0.unsee.tech",
"docker.1panelproxy.com",
"docker.tbedu.top",
"dockerpull.cn",
"docker.m.daocloud.io",
"hub.rat.dev",
"docker.kejilion.pro",
"docker.hlmirror.com",
"docker.imgdb.de",
"docker.melikeme.cn",
"ccr.ccs.tencentyun.com",
"pull.loridocker.com"
]
}
@ -35,4 +32,3 @@ EOF
# 重启docker服务
sudo systemctl daemon-reload && sudo systemctl restart docker
```

View File

@ -1,7 +1,7 @@
---
title: Docker报错
index: true
icon: devicon:docker
icon: fluent-color:error-circle-16
headerDepth: 4
category:
- 笔记