添加书签页面

This commit is contained in:
2025-10-13 19:37:04 +08:00
parent 3441c607a5
commit 17c64a59d9
3 changed files with 78 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,5 @@
---
title: bookmarks
date: 2025-10-13 16:38:46
template: bookmarks
---