From 17c64a59d9fa063805b7f022c7d3d9ea4b16169c Mon Sep 17 00:00:00 2001 From: Atdunbg <979541498@qq.com> Date: Mon, 13 Oct 2025 19:37:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B9=A6=E7=AD=BE=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.redefine.yml | 28 ++++++++++++++++----- source/_data/bookmarks.yml | 51 ++++++++++++++++++++++++++++++++++++++ source/bookmarks/index.md | 5 ++++ 3 files changed, 78 insertions(+), 6 deletions(-) create mode 100644 source/_data/bookmarks.yml create mode 100644 source/bookmarks/index.md diff --git a/_config.redefine.yml b/_config.redefine.yml index fe79f3b..317e7dd 100644 --- a/_config.redefine.yml +++ b/_config.redefine.yml @@ -72,7 +72,7 @@ global: # Effects on mouse hover hover: shadow: true # shadow effect - scale: false # scale effect + scale: true # scale effect # Scroll progress scroll_progress: bar: true # progress bar @@ -210,6 +210,9 @@ navbar: Home: path: / icon: fa-regular fa-house # can be empty + 书签: + path: /bookmarks + icon: fa-solid fa-bookmark Google: path: https://www.google.com/ icon: fa-brands fa-google @@ -256,6 +259,9 @@ home: # Archives: # path: /archives # icon: fa-regular fa-archive # can be empty + BookMarks: + path: /bookmarks + icon: fa-solid fa-bookmark Tags: path: /tags icon: fa-regular fa-tags # can be empty @@ -441,14 +447,24 @@ plugins: enable: false # Whether to enable # Aplayer. See https://github.com/DIYgod/APlayer aplayer: - enable: false # Whether to enable + enable: true # Whether to enable type: fixed # fixed, mini audios: - - name: # audio name - artist: # audio artist - url: # audio url - cover: # audio cover url + - name: Daisy Crown # audio name + artist: Empty old City/Wuthering Waves # audio artist + url: https://music.163.com/song/media/outer/url?id=2676687608.mp3 # audio url + cover: https://p2.music.126.net/J0ZfqWmqX3zGJLzTubJ7vg==/109951170498554226.jpg # audio cover url lrc: # audio cover lrc + + - name: Destiny【BlackYearning】[RWBY Doujin remix] + artist: Cre-sc3NT + url: https://music.163.com/song/media/outer/url?id=463311509.mp3 + cover: https://p1.music.126.net/_M3lkuYe93Fdo8kBLDBQlA==/109951162870251332.jpg + + - name: ハレハレヤ(朗朗晴天)(翻自 v flower) + artist: 猫瑾 + url: https://m10.music.126.net/20251013193722/3cba74c5b68ae7886ddc7405dd4467fb/ymusic/050f/0452/020f/2ee26099f9389eee522c5ea8ec0eee63.mp3 + cover: https://p2.music.126.net/mbBNJr8tGckoGsr-fSd4cQ==/109951164080199565.jpg # - name: # audio name # artist: # audio artist # url: # audio url diff --git a/source/_data/bookmarks.yml b/source/_data/bookmarks.yml new file mode 100644 index 0000000..3a43004 --- /dev/null +++ b/source/_data/bookmarks.yml @@ -0,0 +1,51 @@ +# - category: 分类名称 +# icon: fa-folder # 分类的图标,使用 FontAwesome 图标 +# items: +# - name: 书签名称 +# link: 链接地址 # 从 url 改为 link +# description: 书签描述 +# image: 图标链接 # 从 icon 改为 image,用于显示网站图标 + +- category: Tools + icon: fa-tools # 工具分类的图标 + items: + - name: DeepSeek + link: https://www.deepseek.com + description: 深度求索(DeepSeek)成立于2023年,专注于研究世界领先的通用人工智能底层模型与技术,挑战人工智能前沿性难题。基于自研训练框架、自建智算集群和万卡算力等资源,深度求... + image: https://www.deepseek.com/favicon.ico + - name: Claude + link: https://www.anthropic.com/ + description: Anthropic 的 AI 对话助手 + image: https://www.anthropic.com/favicon.ico + - name: LeanCloud + link: https://leancloud.app/ + description: LeanCloud 是一个提供云端数据存储、推送通知、即时通讯、短信、多人在线对战等服务的平台,支持多种语言和开发工具。 + image: https://www.leancloud.cn/favicon.ico + - name: Vercel + link: https://vercel.com/ + description: Vercel gives developers the frameworks, workflows, and infrastructure to build a faster, more personalized web. + image: https://assets.vercel.com/image/upload/front/favicon/vercel/favicon.ico + - name: Font Awesome + link: https://fontawesome.com/ + description: is the internet's icon library and toolkit used by millions of designers, developers, and content creators. Made with and in Bentonville, Boston, Chicago, Grand Rap… + image: https://fontawesome.com/favicon.ico + +- category: Coding + icon: fa-solid fa-code + items: + - name: 菜鸟教程 + link: https://www.runoob.com/ + description: 学的不仅是技术,更是梦想! + image: https://static.char123.com/images/favicon.ico + +- category: Tutorials + icon: fa-solid fa-book-open-reader + items: + - name: Learn OpenGL CN + link: https://learnopengl-cn.github.io/ + description: LearnOpenGL CN是一个完整,易懂的OpenGL教学平台,涵盖了现代OpenGL的基础,中级,高级知识。你将学习图形学概念,OpenGL的幕后运作,以及如何做出酷的3D效果和游戏... + image: https://raw.githubusercontent.com/LearnOpenGL-CN/LearnOpenGL-CN/refs/heads/new-theme/yeti/img/favicon.ico + - name: Box2D + link: https://box2d.org/ + description: Box2D is a free and open source library that provides fast and accurate 2D physics simulation. It supports various features such as rigid body dynamics, collision... + image: https://box2d.org/images/logo.svg \ No newline at end of file diff --git a/source/bookmarks/index.md b/source/bookmarks/index.md new file mode 100644 index 0000000..2d37cd2 --- /dev/null +++ b/source/bookmarks/index.md @@ -0,0 +1,5 @@ +--- +title: bookmarks +date: 2025-10-13 16:38:46 +template: bookmarks +---