Skip to content

Commit 4f927a1

Browse files
committed
提交笔记
1 parent 9830aa0 commit 4f927a1

File tree

6 files changed

+26
-9
lines changed

6 files changed

+26
-9
lines changed

_config.redefine.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ info:
2525
# Docs: https://redefine-docs.ohevan.com/basic/defaults
2626
defaults:
2727
# Favicon
28-
favicon: /images/头像.ico
28+
favicon: /images/头像.jpg
2929
# Site logo
30-
logo: /images/头像.ico
30+
logo: /images/头像.jpg
3131
# Site avatar
32-
avatar: /images/头像.ico
32+
avatar: /images/头像.jpg
3333
# IMAGE CONFIGURATION <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end
3434

3535

@@ -468,9 +468,9 @@ page_templates:
468468
# Docs: https://redefine-docs.ohevan.com/cdn
469469
cdn:
470470
# Whether to enable CDN
471-
enable: false
471+
enable: true
472472
# CDN Provider
473-
provider: jsdelivr # npmmirror, zstatic, cdnjs, jsdelivr, unpkg, custom
473+
provider: aliyun # npmmirror, zstatic, cdnjs, jsdelivr, unpkg, custom
474474
# Custom CDN URL
475475
# format example: https://cdn.custom.com/hexo-theme-redefine/${version}/source/${path}
476476
# The ${path} must leads to the root of the "source" folder of the theme

scaffolds/draft.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
---
22
title: {{ title }}
3-
tags:
3+
date: {{ date }}
4+
updated: {{ date }}
5+
tags:
6+
comments: false
7+
categories:
8+
thumbnail:
9+
published: false
410
---

scaffolds/page.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
---
22
title: {{ title }}
33
date: {{ date }}
4+
updated: {{ date }}
5+
tags:
6+
comments: false
7+
categories:
8+
thumbnail:
9+
published: false
410
---

scaffolds/post.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
22
title: {{ title }}
33
date: {{ date }}
4-
tags:
4+
updated: {{ date }}
5+
tags:
6+
comments: false
7+
categories:
8+
thumbnail:
9+
published: false
510
---

source/_data/bookmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
- name: C站
2929
link: https://civitai.com/models # 书签链接地址
3030
description: ollama
31-
image: https://ollama.com/public/ollama.png # 网站图标地址
31+
image: https://civitai.com/favicon-blue.ico # 网站图标地址
3232

3333
- category: 学习资源
3434
icon: fa-book
3535
items:
3636
- name: Deepfacelab论坛
3737
link: https://www.dfldata.cc/forum.php # 书签链接地址
3838
description: 一个AI换脸的论坛网站
39-
image: https://chat.openai.com/favicon.ico # 网站图标地址
39+
image: # 网站图标地址
4040
- name: Deepfacelab论坛
4141
link: https://learn.lianglianglee.com/ # 书签链接地址
4242
description: 一个极客时间的资料

source/images/头像.jpg

318 KB
Loading

0 commit comments

Comments
 (0)