From 38ddaf0232bd0ae6c6eb9e4d4741fda59f2d82d8 Mon Sep 17 00:00:00 2001 From: xzh <42543075@qq.com> Date: Thu, 27 Mar 2025 19:45:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BB=E9=A2=98=E4=B8=BAan?= =?UTF-8?q?zhiyu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.anzhiyu.yml | 1333 ++++++++++++++++++++++++++++++++++ _config.solitude.yml | 1011 -------------------------- _config.yml | 39 +- package.json | 4 +- source/_data/about.yml | 168 +++-- source/_data/brevity.yml | 14 - source/_data/creativity.yml | 50 ++ source/_data/equipment.yml | 46 ++ source/_data/links.yml | 15 - source/about/index.md | 11 +- source/equipment/index.md | 7 + source/gallery/index.md | 6 - source/gallery/shan/index.md | 22 - source/json/music.json | 128 ++++ source/links/index.md | 9 - source/moment/index.md | 9 - source/music/index.md | 9 + 17 files changed, 1723 insertions(+), 1158 deletions(-) create mode 100644 _config.anzhiyu.yml delete mode 100644 _config.solitude.yml delete mode 100644 source/_data/brevity.yml create mode 100644 source/_data/creativity.yml create mode 100644 source/_data/equipment.yml delete mode 100644 source/_data/links.yml create mode 100644 source/equipment/index.md delete mode 100644 source/gallery/index.md delete mode 100644 source/gallery/shan/index.md create mode 100644 source/json/music.json delete mode 100644 source/links/index.md delete mode 100644 source/moment/index.md create mode 100644 source/music/index.md diff --git a/_config.anzhiyu.yml b/_config.anzhiyu.yml new file mode 100644 index 0000000..aaf379c --- /dev/null +++ b/_config.anzhiyu.yml @@ -0,0 +1,1333 @@ +menu: + 文章: +# 隧道: /archives/ || anzhiyu-icon-box-archive + 分类: /categories/ || anzhiyu-icon-shapes + 标签: /tags/ || anzhiyu-icon-tags + +# 友链: +# 友人帐: /link/ || anzhiyu-icon-link +# 朋友圈: /fcircle/ || anzhiyu-icon-artstation +# 留言板: /comments/ || anzhiyu-icon-envelope + + 我的: + 音乐馆: /music/ || anzhiyu-icon-music + 追番页: /bangumis/ || anzhiyu-icon-bilibili +# 相册集: /album/ || anzhiyu-icon-images +# 小空调: /air-conditioner/ || anzhiyu-icon-fan + + 关于: + 我的装备: /equipment/ || anzhiyu-icon-dice-d20 + 关于本人: /about/ || anzhiyu-icon-paper-plane +# 闲言碎语: /essay/ || anzhiyu-icon-lightbulb +# 随便逛逛: javascript:toRandomPost() || anzhiyu-icon-shoe-prints1 + +# nav相关配置 +nav: + enable: false + travelling: false + clock: false + menu: + - title: 网页 + item: + - name: 博客 + link: https://blog.anheyu.com/ + icon: /img/favicon.ico + - title: 项目 + item: + - name: 安知鱼图床 + link: https://image.anheyu.com/ + icon: https://image.anheyu.com/favicon.ico + +# mourn (哀悼日,指定日期网站简单变灰,不包括滚动条) +# 注意: 仅网站首页变灰,其他页面正常显示 +mourn: + enable: false + days: [4-5, 5-12, 7-7, 9-18, 12-13] + +# Code Blocks (代码相关) +# -------------------------------------- + +highlight_theme: light # darker / pale night / light / ocean / mac / mac light / false +highlight_copy: true # copy button +highlight_lang: true # show the code language +highlight_shrink: false # true: shrink the code blocks / false: expand the code blocks | none: expand code blocks and hide the button +highlight_height_limit: 330 # unit: px +code_word_wrap: true + +# copy settings +# copyright: Add the copyright information after copied content (複制的内容后面加上版权信息) +# copy: enable 复制后弹窗提示版权信息 +copy: + enable: false + copyright: + enable: false + limit_count: 50 + +# social settings (社交图标设置) +# formal: +# name: link || icon +social: + Github: https://github.com/anzhiyu-c || anzhiyu-icon-github + BiliBili: https://space.bilibili.com/372204786 || anzhiyu-icon-bilibili + +# 作者卡片 状态 +author_status: + enable: true + # 可以是任何图片,建议放表情包或者emoji图片,效果都很好,[表情包速查](https://emotion.xiaokang.me/) + statusImg: "https://bu.dusays.com/2023/08/24/64e6ce9c507bb.png" + skills: + - 🤖️ 数码科技爱好者 + - 🔍 分享与热心帮助 + - 🏠 智能家居小能手 + - 🔨 设计开发一条龙 + - 🤝 专修交互与设计 + - 🏃 脚踏实地行动派 + - 🧱 团队小组发动机 + - 💢 壮汉人狠话不多 + +# search (搜索) +# see https://blog.anheyu.com/posts/c27d.html#搜索系统 +# -------------------------------------- + +# Algolia search +algolia_search: + enable: false + hits: + per_page: 6 + tags: + # - 前端 + # - Hexo + +# Docsearch +# Apply and Option Docs: see https://docsearch.algolia.com/ +# Crawler Admin Console: see https://crawler.algolia.com/ +# Settings: https://www.algolia.com/ +docsearch: + enable: false + appId: # see email + apiKey: # see email + indexName: # see email + option: + +# Local search +local_search: + enable: false + preload: true + CDN: + +# Math (数学) +# -------------------------------------- +# About the per_page +# if you set it to true, it will load mathjax/katex script in each page (true 表示每一页都加载js) +# if you set it to false, it will load mathjax/katex script according to your setting (add the 'mathjax: true' in page's front-matter) +# (false 需要时加载,须在使用的 Markdown Front-matter 加上 mathjax: true) + +# MathJax +mathjax: + enable: false + per_page: false + +# KaTeX +katex: + enable: false + per_page: false + hide_scrollbar: true + +# Image (图片设置) +# -------------------------------------- + +# Favicon(网站图标) +favicon: /favicon.ico + +# Avatar (头像) +avatar: + img: https://bu.dusays.com/2023/04/27/64496e511b09c.jpg + effect: false + +# Disable all banner image +disable_top_img: false + +# The banner image of home page +index_img: false # "background: url() top / cover no-repeat" + +# If the banner of page not setting, it will show the top_img +default_top_img: false + +cover: + # display the cover or not (是否显示文章封面) + index_enable: true + aside_enable: true + archives_enable: true + # the position of cover in home page (封面显示的位置) + # left/right/both + position: left + # When cover is not set, the default cover is displayed (当没有设置cover时,默认的封面显示) + default_cover: + # - /img/default_cover.jpg + +# Replace Broken Images (替换无法显示的图片) +error_img: + flink: /img/friend_404.gif + post_page: /img/404.jpg + +# A simple 404 page +error_404: + enable: true + subtitle: "请尝试站内搜索寻找文章" + background: https://bu.dusays.com/2023/05/08/645907596997d.gif + +post_meta: + page: # Home Page + date_type: created # created or updated or both 主页文章日期是创建日或者更新日或都显示 + date_format: simple # date/relative/simple 显示日期还是相对日期 或者 简单日期 + categories: true # true or false 主页是否显示分类 + tags: true # true or false 主页是否显示标籤 + label: false # true or false 显示描述性文字 + post: + date_type: both # created or updated or both 文章页日期是创建日或者更新日或都显示 + date_format: date # date/relative 显示日期还是相对日期 + categories: true # true or false 文章页是否显示分类 + tags: true # true or false 文章页是否显示标籤 + label: true # true or false 显示描述性文字 + unread: false # true or false 文章未读功能 + +# 主色调相关配置 +mainTone: + enable: false # true or false 文章是否启用获取图片主色调 + mode: api # cdn/api/both cdn模式为图片url+imageAve参数获取主色调,api模式为请求API获取主色调,both模式会先请求cdn参数,无法获取的情况下将请求API获取,可以在文章内配置main_color: '#3e5658',使用十六进制颜色,则不会请求both/cdn/api获取主色调,而是直接使用配置的颜色 + # 项目地址:https://github.com/anzhiyu-c/img2color-go + api: https://img2color-go.vercel.app/api?img= # mode为api时可填写 + cover_change: true # 整篇文章跟随cover修改主色调 + +# wordcount (字数统计) +# see https://blog.anheyu.com/posts/c27d.html#字数统计 +wordcount: + enable: false + post_wordcount: true + min2read: true + total_wordcount: true + +# Display the article introduction on homepage +# 1: description +# 2: both (if the description exists, it will show description, or show the auto_excerpt) +# 3: auto_excerpt (default) +# false: do not show the article introduction +index_post_content: + method: 3 + length: 500 # if you set method to 2 or 3, the length need to config + +# anchor +# when you scroll in post, the URL will update according to header id. +anchor: false + +# Post +# -------------------------------------- + +# toc (目录) +toc: + post: true + page: false + number: true + expand: false + style_simple: false # for post + +post_copyright: + enable: false + decode: false + author_href: + location: 成都 + license: CC BY-NC-SA 4.0 + license_url: https://creativecommons.org/licenses/by-nc-sa/4.0/ + avatarSinks: false # hover时头像下沉 + copyright_author_img_back: + copyright_author_img_front: + copyright_author_link: / + +# Sponsor/reward +reward: + enable: false + QR_code: + - img: https://npm.elemecdn.com/anzhiyu-blog@1.1.6/img/post/common/qrcode-weichat.png + link: + text: 微信 + - img: https://npm.elemecdn.com/anzhiyu-blog@1.1.6/img/post/common/qrcode-alipay.png + link: + text: 支付宝 + +# Post edit +# Easily browse and edit blog source code online. +post_edit: # 目前仅可选择一个平台在线编辑 + enable: false + # github: https://github.com/user-name/repo-name/edit/branch-name/subdirectory-name/ + # For example: https://github.com/jerryc127/butterfly.js.org/edit/main/source/ + github: false + + # yuque: https://www.yuque.com/user-name/repo-name/ + # 示例: https://www.yuque.com/yuque/yuque/ + # 你需要在语雀文章 Front Matter 添加参数 id 并确保其唯一性(例如 “id: yuque”, “id: 01”) + yuque: false + +# Related Articles +related_post: + enable: true + limit: 6 # Number of posts displayed + date_type: created # or created or updated 文章日期显示创建日或者更新日 + +# figcaption (图片描述文字) +photofigcaption: false + +# post_pagination (分页) +# value: 1 || 2 || 3 || 4 || false +# 1: The 'next post' will link to old post +# 2: The 'next post' will link to new post +# 3: 只有下一篇,并且只在文章滚动到评论区时显示下一篇文章(旧文章) +# 4: 只有下一篇,并且只在文章滚动到评论区时显示下一篇文章(旧文章) 显示图片cover +# false: disable pagination +post_pagination: 2 + +# Displays outdated notice for a post (文章过期提醒) +noticeOutdate: + enable: false + style: flat # style: simple/flat + limit_day: 365 # When will it be shown + position: top # position: top/bottom + message_prev: It has been + message_next: days since the last update, the content of the article may be outdated. + +# Share System (分享功能) +# -------------------------------------- + +# Share.js +# https://github.com/overtrue/share.js +sharejs: + enable: true + sites: facebook,twitter,wechat,weibo,qq + +# AddToAny +# https://www.addtoany.com/ +addtoany: + enable: false + item: facebook,twitter,wechat,sina_weibo,email,copy_link + +# Comments System +# -------------------------------------- + +comments: + # Up to two comments system, the first will be shown as default + # Choose: Valine/Waline/Twikoo/Artalk + use: # Twikoo/Waline + text: true # Display the comment name next to the button + # lazyload: The comment system will be load when comment element enters the browser's viewport. + # If you set it to true, the comment count will be invalid + lazyload: false + count: false # Display comment count in post's top_img + card_post_count: false # Display comment count in Home Page + +# valine +# https://valine.js.org +valine: + appId: xxxxx # leancloud application app id + appKey: xxxxx # leancloud application app key + pageSize: 10 # comment list page size + avatar: mp # gravatar style https://valine.js.org/#/avatar + lang: zh-CN # i18n: zh-CN/zh-TW/en/ja + placeholder: 填写QQ邮箱就会使用QQ头像喔~. # valine comment input placeholder (like: Please leave your footprints) + guest_info: nick,mail,link # valine comment header info (nick/mail/link) + recordIP: false # Record reviewer IP + serverURLs: # This configuration is suitable for domestic custom domain name users, overseas version will be automatically detected (no need to manually fill in) + bg: /img/comment_bg.png # valine background + emojiCDN: //i0.hdslb.com/bfs/emote/ # emoji CDN + enableQQ: true # enable the Nickname box to automatically get QQ Nickname and QQ Avatar + requiredFields: nick,mail # required fields (nick/mail) + visitor: false + master: + - xxxxx + friends: + - xxxxxx + tagMeta: "博主,小伙伴,访客" + option: + +# waline - A simple comment system with backend support fork from Valine +# https://waline.js.org/ +waline: + serverURL: # Waline server address url + bg: # Waline background + pageview: false + meta_css: false # 是否引入 waline-meta.css ,以便显示 meta图标 + imageUploader: true # 配置为 > 换行后可自定义图片上传逻辑,示例: https://waline.js.org/cookbook/customize/upload-image.html#案例 + # 以下为可选配置,后续若有新增/修改配置参数可在此自行添加/修改 + option: + +# Twikoo +# https://github.com/imaegoo/twikoo +twikoo: + envId: + region: + visitor: false + option: + +# Artalk +# https://artalk.js.org/guide/frontend/config.html +artalk: + server: + site: + visitor: false + option: + +# giscus +# https://giscus.app/ +giscus: + repo: # GitHub repository name + repo_id: # GitHub repository id + category_id: # GitHub repository category id + theme: + light: light + dark: dark + option: # options + data-lang: zh-CN + data-mapping: + data-category: + data-input-position: + +# Chat Services +# -------------------------------------- + +# Chat Button [recommend] +# It will create a button in the bottom right corner of website, and hide the origin button +chat_btn: false + +# The origin chat button is displayed when scrolling up, and the button is hidden when scrolling down +chat_hide_show: false + +# chatra +# https://chatra.io/ +chatra: + enable: false + id: + +# tidio +# https://www.tidio.com/ +tidio: + enable: false + public_key: + +# daovoice +# http://daovoice.io/ +daovoice: + enable: false + app_id: + +# crisp +# https://crisp.chat/en/ +crisp: + enable: false + website_id: + +# Footer Settings +# -------------------------------------- +footer: + owner: + enable: true + since: 2020 + custom_text: + runtime: + enable: false + launch_time: 04/01/2021 00:00:00 # 网站上线时间 + work_img: https://npm.elemecdn.com/anzhiyu-blog@2.0.4/img/badge/安知鱼-上班摸鱼中.svg + work_description: 距离月入25k也就还差一个大佬带我~ + offduty_img: https://npm.elemecdn.com/anzhiyu-blog@2.0.4/img/badge/安知鱼-下班啦.svg + offduty_description: 下班了就该开开心心的玩耍,嘿嘿~ + # 徽标部分配置项 https://shields.io/ + # https://img.shields.io/badge/CDN-jsDelivr-orange?style=flat&logo=jsDelivr + bdageitem: + enable: false + list: + - link: https://hexo.io/ #徽标指向网站链接 + shields: https://npm.elemecdn.com/anzhiyu-blog@2.1.5/img/badge/Frame-Hexo.svg #徽标API + message: 博客框架为Hexo_v5.4.0 #徽标提示语 + - link: https://blog.anheyu.com/ + shields: https://npm.elemecdn.com/anzhiyu-theme-static@1.0.9/img/Theme-AnZhiYu-2E67D3.svg + message: 本站使用AnZhiYu主题 + # - link: https://www.dogecloud.com/ + # shields: https://npm.elemecdn.com/anzhiyu-blog@2.2.0/img/badge/CDN-多吉云-3693F3.svg + # message: 本站使用多吉云为静态资源提供CDN加速 + # - link: https://github.com/ + # shields: https://npm.elemecdn.com/anzhiyu-blog@2.1.5/img/badge/Source-Github.svg + # message: 本站项目由Github托管 + # - link: http://creativecommons.org/licenses/by-nc-sa/4.0/ + # shields: https://npm.elemecdn.com/anzhiyu-blog@2.2.0/img/badge/Copyright-BY-NC-SA.svg + # message: 本站采用知识共享署名-非商业性使用-相同方式共享4.0国际许可协议进行许可 + socialBar: + enable: false + centerImg: + left: + # - title: email + # link: mailto:anzhiyu-c@qq.com + # icon: anzhiyu-icon-envelope + # - title: 微博 + # link: https://weibo.com/u/6378063631 + # icon: anzhiyu-icon-weibo + # - title: facebook + # link: https://www.facebook.com/profile.php?id=100092208016287&sk=about + # icon: anzhiyu-icon-facebook1 + # - title: RSS + # link: atom.xml + # icon: anzhiyu-icon-rss + right: + # - title: Github + # link: https://github.com/anzhiyu-c + # icon: anzhiyu-icon-github + # - title: Bilibili + # link: https://space.bilibili.com/372204786 + # icon: anzhiyu-icon-bilibili + # - title: 抖音 + # link: https://v.douyin.com/DwCpMEy/ + # icon: anzhiyu-icon-tiktok + # - title: CC + # link: /copyright + # icon: anzhiyu-icon-copyright-line + list: + enable: false + randomFriends: 3 + project: + # - title: 服务 + # links: + # - title: 51la统计 + # link: https://v6.51.la/ + # - title: 十年之约 + # link: https://www.foreverblog.cn/ + # - title: 开往 + # link: https://github.com/travellings-link/travellings + # - title: 主题 + # links: + # - title: 文档 + # link: /docs/ + # - title: 源码 + # link: https://github.com/anzhiyu-c/hexo-theme-anzhiyu + # - title: 更新日志 + # link: /update/ + # - title: 导航 + # links: + # - title: 即刻短文 + # link: /essay/ + # - title: 友链文章 + # link: /fcircle/ + # - title: 留言板 + # link: /comments/ + # - title: 协议 + # links: + # - title: 隐私协议 + # link: /privacy/ + # - title: Cookies + # link: /cookies/ + # - title: 版权协议 + # link: /copyright/ + footerBar: + enable: true + authorLink: / + cc: + enable: false + link: /copyright + linkList: +# - link: https://github.com/anzhiyu-c/hexo-theme-anzhiyu +# text: 主题 + # - link: https://image.anheyu.com + # text: 图床 + - link: https://beian.miit.gov.cn/ + text: 蜀ICP备2022000018号 + subTitle: + enable: false + # Typewriter Effect (打字效果) + effect: true + # Effect Speed Options (打字效果速度参数) + startDelay: 300 # time before typing starts in milliseconds + typeSpeed: 150 # type speed in milliseconds + backSpeed: 50 # backspacing speed in milliseconds + # loop (循环打字) + loop: true + # source 调用第三方服务 + # source: false 关闭调用 + # source: 1 调用一言网的一句话(简体) https://hitokoto.cn/ + # source: 2 调用一句网(简体) http://yijuzhan.com/ + # source: 3 调用今日诗词(简体) https://www.jinrishici.com/ + # subtitle 会先显示 source , 再显示 sub 的内容 + source: 1 + # 如果关闭打字效果,subtitle 只会显示 sub 的第一行文字 + sub: + # - 生活明朗, 万物可爱, 人间值得, 未来可期. + +# Analysis +# -------------------------------------- + +# Baidu Analytics +# https://tongji.baidu.com/web/welcome/login +baidu_analytics: + +# Google Analytics +# https://analytics.google.com/analytics/web/ +google_analytics: + +# CNZZ Analytics +# https://www.umeng.com/ +cnzz_analytics: + +# Cloudflare Analytics +# https://www.cloudflare.com/zh-tw/web-analytics/ +cloudflare_analytics: + +# Microsoft Clarity +# https://clarity.microsoft.com/ +microsoft_clarity: + +# Advertisement +# -------------------------------------- + +# Google Adsense (谷歌广告) +google_adsense: + enable: false + auto_ads: true + js: https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js + client: + enable_page_level_ads: true + +# Insert ads manually (手动插入广告) +# ad: +# index: +# aside: +# post: + +# Verification (站长验证) +# -------------------------------------- + +site_verification: + - name: google-site-verification + content: xxx + - name: baidu-site-verification + content: code-xxx + - name: msvalidate.01 + content: xxx + +# Beautify/Effect (美化/效果) +# -------------------------------------- + +# Theme color for customize +# Notice: color value must in double quotes like "#000" or may cause error! + +theme_color: + enable: true + main: "#425AEF" + dark_main: "#f2b94b" + paginator: "#425AEF" + # button_hover: "#FF7242" + text_selection: "#2128bd" + link_color: "var(--anzhiyu-fontcolor)" + meta_color: "var(--anzhiyu-fontcolor)" + hr_color: "#4259ef23" + code_foreground: "#fff" + code_background: "var(--anzhiyu-code-stress)" + toc_color: "#425AEF" + # blockquote_padding_color: "#425AEF" + # blockquote_background_color: "#425AEF" + scrollbar_color: "var(--anzhiyu-scrollbar)" + meta_theme_color_light: "#f7f9fe" + meta_theme_color_dark: "#18171d" + +# 移动端侧栏 +sidebar: + site_data: + archive: true + tag: true + category: true + menus_items: true + tags_cloud: true + display_mode: true + nav_menu_project: true + +# 文章h2添加分隔线 +h2Divider: false + +# 表格隔行变色 +table_interlaced_discoloration: false + +# 首页双栏显示 +article_double_row: true + +# The top_img settings of home page +# default: top img - full screen, site info - middle (默认top_img全屏,site_info在中间) +# The position of site info, eg: 300px/300em/300rem/10% (主页标题距离顶部距离) +index_site_info_top: +# The height of top_img, eg: 300px/300em/300rem (主页top_img高度) +index_top_img_height: + +# The user interface setting of category and tag page (category和tag页的UI设置) +# index - same as Homepage UI (index 值代表 UI将与首页的UI一样) +# default - same as archives UI 默认跟archives页面UI一样 +category_ui: # 留空或 index +tag_ui: # 留空或 index + +# Footer Background +footer_bg: false + +# the position of bottom right button/default unit: px (右下角按钮距离底部的距离/默认单位为px) +rightside-bottom: 100px + +# Background effects (背景特效) +# -------------------------------------- + +# canvas_ribbon (静止彩带背景) +# See: https://github.com/hustcc/ribbon.js +canvas_ribbon: + enable: false + size: 150 + alpha: 0.6 + zIndex: -1 + click_to_change: false + mobile: false + +# Fluttering Ribbon (动态彩带) +canvas_fluttering_ribbon: + enable: false + mobile: false + +# canvas_nest +# https://github.com/hustcc/canvas-nest.js +canvas_nest: + enable: false + color: "0,0,255" #color of lines, default: '0,0,0'; RGB values: (R,G,B).(note: use ',' to separate.) + opacity: 0.7 # the opacity of line (0~1), default: 0.5. + zIndex: -1 # z-index property of the background, default: -1. + count: 99 # the number of lines, default: 99. + mobile: false + +# Typewriter Effect (打字效果) +# https://github.com/disjukr/activate-power-mode +activate_power_mode: + enable: false + colorful: true # open particle animation (冒光特效) + shake: false # open shake (抖动特效) + mobile: false + +# Mouse click effects: fireworks (鼠标点击效果: 烟火特效) +fireworks: + enable: false + zIndex: 9999 # -1 or 9999 + mobile: false + +# Mouse click effects: Heart symbol (鼠标点击效果: 爱心) +click_heart: + enable: false + mobile: false + +# Mouse click effects: words (鼠标点击效果: 文字) +ClickShowText: + enable: false + text: + # - I + # - LOVE + # - YOU + fontSize: 15px + random: false + mobile: false + +# Default display mode (网站默认的显示模式) +# light (default) / dark +display_mode: light + +# Beautify (美化页面显示) +beautify: + enable: true + field: post # site/post + title-prefix-icon: '\f0c1' + title-prefix-icon-color: "#F47466" + +# Global font settings +# Don't modify the following settings unless you know how they work (非必要不要修改) +font: + global-font-size: 16px + code-font-size: + font-family: + code-font-family: consolas, Menlo, "PingFang SC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif + +# Font settings for the site title and site subtitle +# 左上角网站名字 主页居中网站名字 +blog_title_font: + font_link: + font-family: PingFang SC, 'Hiragino Sans GB', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif + +# The setting of divider icon (水平分隔线图标设置) +hr_icon: + enable: true + icon: \f0c4 # the unicode value of Font Awesome icon, such as '\f0c4' + icon-top: + +# the subtitle on homepage (主页subtitle) +subtitle: + enable: false + # Typewriter Effect (打字效果) + effect: true + # Effect Speed Options (打字效果速度参数) + startDelay: 300 # time before typing starts in milliseconds + typeSpeed: 150 # type speed in milliseconds + backSpeed: 50 # backspacing speed in milliseconds + # loop (循环打字) + loop: true + # source 调用第三方服务 + # source: false 关闭调用 + # source: 1 调用一言网的一句话(简体) https://hitokoto.cn/ + # source: 2 调用一句网(简体) http://yijuzhan.com/ + # source: 3 调用今日诗词(简体) https://www.jinrishici.com/ + # subtitle 会先显示 source , 再显示 sub 的内容 + source: 1 + # 如果关闭打字效果,subtitle 只会显示 sub 的第一行文字 + sub: + # - 生活明朗,万物可爱,人间值得,未来可期. + +# Loading Animation (加载动画) +preloader: + enable: true + # source + # 1. fullpage-loading + # 2. pace (progress bar) + # else all + source: 3 + # pace theme (see https://codebyzach.github.io/pace/) + pace_css_url: + avatar: https://npm.elemecdn.com/anzhiyu-blog-static@1.0.4/img/avatar.jpg # 自定加载动画义头像 + +# aside (侧边栏) +# -------------------------------------- + +aside: + enable: true + hide: false + button: true + mobile: true # display on mobile + position: right # left or right + display: # 控制对应详情页面是否显示侧边栏 + archive: true + tag: true + category: true + card_author: + enable: true + description:
这有关于产品、设计、开发相关的问题和看法,还有文章翻译分享
相信你可以在这里找到对你有用的知识教程
# 默认为站点描述 + name_link: / + + card_announcement: + enable: false + content: 欢迎来看我的博客鸭~ + card_weixin: + enable: true + face: https://bu.dusays.com/2023/01/13/63c02edf44033.png + backFace: https://bu.dusays.com/2023/05/13/645fa415e8694.png + card_recent_post: + enable: true + limit: 5 # if set 0 will show all + sort: date # date or updated + sort_order: # Don't modify the setting unless you know how it works + card_categories: + enable: false + limit: 8 # if set 0 will show all + expand: none # none/true/false + sort_order: # Don't modify the setting unless you know how it works + card_tags: + enable: true + limit: 40 # if set 0 will show all + color: false + sort_order: # Don't modify the setting unless you know how it works + highlightTags: + # - Hexo + # - 前端 + card_archives: + enable: true + type: monthly # yearly or monthly + format: MMMM YYYY # eg: YYYY年MM月 + order: -1 # Sort of order. 1, asc for ascending; -1, desc for descending + limit: 8 # if set 0 will show all + sort_order: # Don't modify the setting unless you know how it works + card_webinfo: + enable: true + post_count: true + last_push_date: false + sort_order: # Don't modify the setting unless you know how it works + +# busuanzi count for PV / UV in site +# 访问人数 +busuanzi: + site_uv: true + site_pv: true + page_pv: true + +# Time difference between publish date and now (网页运行时间) +# Formal: Month/Day/Year Time or Year/Month/Day Time +runtimeshow: + enable: true + publish_date: 8/1/2020 00:00:00 + +# Console - Newest Comments +newest_comments: + enable: true + sort_order: # Don't modify the setting unless you know how it works + limit: 6 + storage: 10 # unit: mins, save data to localStorage + avatar: true + +# Bottom right button (右下角按钮) +# -------------------------------------- + +# Conversion between Traditional and Simplified Chinese (简繁转换) +translate: + enable: true + # The text of a button + default: 繁 + # Right-click menu default text + rightMenuMsgDefault: "轉為繁體" + # the language of website (1 - Traditional Chinese/ 2 - Simplified Chinese) + defaultEncoding: 2 + # Time delay + translateDelay: 0 + # The text of the button when the language is Simplified Chinese + msgToTraditionalChinese: "繁" + # The text of the button when the language is Traditional Chinese + msgToSimplifiedChinese: "简" + # Right-click the menu to traditional Chinese + rightMenuMsgToTraditionalChinese: "转为繁体" + # Right-click menu to simplified Chinese + rightMenuMsgToSimplifiedChinese: "转为简体" + +# Read Mode (閲读模式) +readmode: true + +# 中控台 +centerConsole: + enable: true + card_tags: + enable: true + limit: 40 # if set 0 will show all + color: false + sort_order: # Don't modify the setting unless you know how it works + highlightTags: + # - Hexo + # - 前端 + card_archives: + enable: true + type: monthly # yearly or monthly + format: MMMM YYYY # eg: YYYY年MM月 + order: -1 # Sort of order. 1, asc for ascending; -1, desc for descending + limit: 8 # if set 0 will show all + sort_order: # Don't modify the setting unless you know how it works + +# dark mode +darkmode: + enable: true + # Toggle Button to switch dark/light mode + button: true + # Switch dark/light mode automatically (自动切换 dark mode和 light mode) + # autoChangeMode: 1 Following System Settings, if the system doesn't support dark mode, it will switch dark mode between 6 pm to 6 am + # autoChangeMode: 2 Switch dark mode between 6 pm to 6 am + # autoChangeMode: false + autoChangeMode: 1 + start: # 8 + end: # 22 + +# Don't modify the following settings unless you know how they work (非必要请不要修改 ) +# Choose: readmode,translate,darkmode,hideAside,toc,chat,comment +# Don't repeat 不要重複 +rightside_item_order: + enable: false + hide: # readmode,translate,darkmode,hideAside + show: # toc,chat,comment + +# Lightbox (图片大图查看模式) +# -------------------------------------- +# You can only choose one, or neither (只能选择一个 或者 两个都不选) + +# medium-zoom +# https://github.com/francoischalifour/medium-zoom +medium_zoom: false + +# fancybox +# http://fancyapps.com/fancybox/3/ +fancybox: true + +# Tag Plugins settings (标籤外挂) +# -------------------------------------- + +# mermaid +# see https://github.com/mermaid-js/mermaid +mermaid: + enable: false + # built-in themes: default/forest/dark/neutral + theme: + light: default + dark: dark + +# Note (Bootstrap Callout) +note: + # Note tag style values: + # - simple bs-callout old alert style. Default. + # - modern bs-callout new (v2-v3) alert style. + # - flat flat callout style with background, like on Mozilla or StackOverflow. + # - disabled disable all CSS styles import of note tag. + style: flat + icons: true + border_radius: 3 + # Offset lighter of background in % for modern and flat styles (modern: -12 | 12; flat: -18 | 6). + # Offset also applied to label tag variables. This option can work with disabled note tag. + light_bg_offset: 0 + +icons: + ali_iconfont_js: # 阿里图标symbol 引用链接,主题会进行加载 symbol 引用 + fontawesome: false #是否启用fontawesome6图标 + fontawesome_animation_css: #fontawesome_animation 如果有就会加载,示例值:https://npm.elemecdn.com/hexo-butterfly-tag-plugins-plus@1.0.17/lib/assets/font-awesome-animation.min.css + +# other +# -------------------------------------- + +# Pjax +# It may contain bugs and unstable, give feedback when you find the bugs. +# https://github.com/MoOx/pjax +pjax: + enable: true + exclude: + # - xxxx + # - xxxx + +# Inject the css and script (aplayer/meting) +aplayerInject: + enable: true + per_page: true + +# Snackbar (Toast Notification 弹窗) +# https://github.com/polonel/SnackBar +# position 弹窗位置 +# 可选 top-left / top-center / top-right / bottom-left / bottom-center / bottom-right +snackbar: + enable: true + position: top-center + bg_light: "#425AEF" # The background color of Toast Notification in light mode + bg_dark: "#1f1f1f" # The background color of Toast Notification in dark mode + +# https://instant.page/ +# prefetch (预加载) +instantpage: true + +# https://github.com/vinta/pangu.js +# Insert a space between Chinese character and English character (中英文之间添加空格) +pangu: + enable: false + field: site # site/post + +# Lazyload (图片懒加载) +# https://github.com/verlok/vanilla-lazyload +lazyload: + enable: true + field: site # site/post + placeholder: + blur: true + progressive: true + +# PWA +# See https://github.com/JLHwung/hexo-offline +# --------------- +pwa: + enable: false + startup_image_enable: true + manifest: /manifest.json + theme_color: var(--anzhiyu-main) + mask_icon: /img/siteicon/apple-icon-180.png + apple_touch_icon: /img/siteicon/apple-icon-180.png + bookmark_icon: /img/siteicon/apple-icon-180.png + favicon_32_32: /img/siteicon/32.png + favicon_16_16: /img/siteicon/16.png + +# Open graph meta tags +# https://developers.facebook.com/docs/sharing/webmasters/ +Open_Graph_meta: true + +# Add the vendor prefixes to ensure compatibility +css_prefix: true + +# 首页顶部相关配置 +home_top: + enable: true # 开关 + timemode: date #date/updated + title: 生活明朗 + subTitle: 万物可爱。 + siteText: xxzhx.cn + category: + - name: 前端 + path: /categories/前端开发/ + shadow: var(--anzhiyu-shadow-blue) + class: blue + icon: anzhiyu-icon-dove + - name: 大学 + path: /categories/大学生涯/ + shadow: var(--anzhiyu-shadow-red) + class: red + icon: anzhiyu-icon-fire + - name: 生活 + path: /categories/生活日常/ + shadow: var(--anzhiyu-shadow-green) + class: green + icon: anzhiyu-icon-book + default_descr: 再怎么看我也不知道怎么描述它的啦! + swiper: + enable: false + swiper_css: https://npm.elemecdn.com/anzhiyu-theme-static@1.0.0/swiper/swiper.min.css #swiper css依赖 + swiper_js: https://npm.elemecdn.com/anzhiyu-theme-static@1.0.0/swiper/swiper.min.js #swiper js依赖 + banner: + tips: 新品主题 + title: Theme-AnZhiYu + image: https://bu.dusays.com/2023/05/13/645fa3cf90d70.webp + link: https://docs.anheyu.com/ + +# 朋友圈配置 +friends_vue: + enable: false + vue_js: https://npm.elemecdn.com/anzhiyu-theme-static@1.1.1/friends/index.4f887d95.js + apiurl: # 朋友圈后端地址 + top_tips: 使用 友链朋友圈 订阅友链最新文章 + top_background: + +# 深色模式粒子效果canvas +universe: + enable: true + +# 页面卡片顶部气泡升起效果 +bubble: + enable: false + +# 控制台打印信息 +console: + enable: true + +# 51a统计配置 +LA: + enable: false + ck: + LingQueMonitorID: + +# 标签卖萌 +diytitle: + enable: true + leaveTitle: w(゚Д゚)w 不要走!再看看嘛! + backTitle: ♪(^∇^*)欢迎肥来! + +# 留言弹幕配置 +comment_barrage_config: + enable: false + # 同时最多显示弹幕数 + maxBarrage: 1 + # 弹幕显示间隔时间ms + barrageTime: 4000 + # token,在控制台中获取 + accessToken: "" + # 博主邮箱md5值 + mailMd5: "" + +# 左下角音乐配置项 +# https://github.com/metowolf/MetingJS +nav_music: + enable: true + console_widescreen_music: false # 宽屏状态控制台显示音乐而不是标签 enable为true 控制台依然会显示 + id: 8152976493 + server: netease + volume: 0.7 # 默认音量 + all_playlist: https://y.qq.com/n/ryqq/playlist/8802438608 + +# 路径为 /music 的音乐页面默认加载的歌单 1. nav_music 2. custom +music_page_default: nav_music + +# 评论匿名邮箱 +visitorMail: + enable: true + mail: "" + +# ptool 文章底部工具 +ptool: + enable: true + share_mobile: false + share_weibo: false + share_copyurl: false + categories: true # 是否显示分类 + mode: # 运营模式与责任,不配置不显示 + +# 欢迎语配置 +greetingBox: + enable: true #开启后必须配置下面的list对应的时间段,不然会出现小白条 + default: 晚上好👋 + list: + - greeting: 晚安😴 + startTime: 0 + endTime: 5 + - greeting: 早上好鸭👋, 祝你一天好心情! + startTime: 6 + endTime: 9 + - greeting: 上午好👋, 状态很好,鼓励一下~ + startTime: 10 + endTime: 10 + - greeting: 11点多啦, 在坚持一下就吃饭啦~ + startTime: 11 + endTime: 11 + - greeting: 午安👋, 宝贝 + startTime: 12 + endTime: 14 + - greeting: 🌈充实的一天辛苦啦! + startTime: 14 + endTime: 18 + - greeting: 19点喽, 奖励一顿丰盛的大餐吧🍔。 + startTime: 19 + endTime: 19 + - greeting: 晚上好👋, 在属于自己的时间好好放松😌~ + startTime: 20 + endTime: 24 + +# 文章顶部ai摘要 +post_head_ai_description: + enable: true + gptName: AnZhiYu + mode: local # 默认模式 可选值: tianli/local + switchBtn: false # 可以配置是否显示切换按钮 以切换tianli/local + btnLink: https://afdian.net/item/886a79d4db6711eda42a52540025c377 + randomNum: 3 # 按钮最大的随机次数,也就是一篇文章最大随机出来几种 + basicWordCount: 1000 # 最低获取字符数, 最小1000, 最大1999 + key: xxxx + Referer: https://xx.xx/ + +# 快捷键配置 +shortcutKey: + enable: false + delay: 100 # 所有键位延时触发而不是立即触发(包括shift,以解决和浏览器键位冲突问题) + shiftDelay: 200 # shift按下延时多久开启 + +# 无障碍优化(在首页按下「shift + ?」以查看效果) +accesskey: + enable: true + +# 友情链接顶部相关配置 +linkPageTop: + enable: true + title: 与数百名博主无限进步 + # 添加博主友链的评论自定义格式 + addFriendPlaceholder: "昵称(请勿包含博客等字样):\n网站地址(要求博客地址,请勿提交个人主页):\n头像图片url(请提供尽可能清晰的图片,我会上传到我自己的图床):\n描述:\n站点截图(可选):\n" + +# 缩略图后缀 archive/tag/category 页面单独开启后缀 +pageThumbnailSuffix: "" + +# 隐私协议弹窗 +agreementPopup: + enable: false + url: /privacy + +# 右键菜单 +rightClickMenu: + enable: true + +# 首页随便逛逛people模式 而非技能点模式,关闭后为技能点模式需要配置creativity.yml +peoplecanvas: + enable: false + img: https://upload-bbs.miyoushe.com/upload/2024/07/27/125766904/ba62475f396df9de3316a08ed9e65d86_5680958632268053399..png + +# 动效 +dynamicEffect: + postTopWave: true # 文章顶部波浪效果 + postTopRollZoomInfo: false # 文章顶部滚动时缩放 + pageCommentsRollZoom: false # 非文章页面评论滚动时缩放显示(仅仅Twikoo生效) + +# Inject +# Insert the code to head (before '' tag) and the bottom (before '' tag) +# 插入代码到头部 之前 和 底部 之前 +inject: + head: + # 自定义css + # - + + bottom: + # 自定义js + # - + +# CDN +# Don't modify the following settings unless you know how they work +# 非必要请不要修改 +CDN: + # The CDN provider of internal scripts (主题内部 js 的 cdn 配置) + # option: local/elemecdn/jsdelivr/unpkg/cdnjs/onmicrosoft/cbd/anheyu/custom + # Dev version can only choose. ( dev版的主题只能设置为 local ) + internal_provider: local + + # The CDN provider of third party scripts (第三方 js 的 cdn 配置) + # option: elemecdn/jsdelivr/unpkg/cdnjs/onmicrosoft/cbd/anheyu/custom + third_party_provider: cbd + + # Add version number to CDN, true or false + version: true + + # Custom format + # For example: https://cdn.staticfile.org/${cdnjs_name}/${version}/${min_cdnjs_file} + custom_format: # https://npm.elemecdn.com/${name}@latest/${file} + + option: + # main_css: + # main: + # utils: + # translate: + # random_friends_post_js: + # right_click_menu_js: + # comment_barrage_js: + # ai_abstract_js: + # people_js: + # local_search: + # algolia_js: + # algolia_search: + # instantsearch: + # docsearch_js: + # docsearch_css: + # pjax: + # blueimp_md5: + # valine: + # twikoo: + # waline_js: + # waline_css: + # sharejs: + # sharejs_css: + # mathjax: + # katex: + # katex_copytex: + # mermaid: + # canvas_ribbon: + # canvas_fluttering_ribbon: + # canvas_nest: + # lazyload: + # instantpage: + # typed: + # pangu: + # fancybox_css: + # fancybox: + # medium_zoom: + # snackbar_css: + # snackbar: + # activate_power_mode: + # fireworks: + # click_heart: + # ClickShowText: + # fontawesome: + # flickr_justified_gallery_js: + # flickr_justified_gallery_css: + # aplayer_css: + # aplayer_js: + # meting_js: + # meting_api: + # prismjs_js: + # prismjs_lineNumber_js: + # prismjs_autoloader: + # artalk_js: + # artalk_css: + # pace_js: + # pace_default_css: + # countup_js: + # gsap_js: + # busuanzi: + # rightmenu: + # waterfall: + # ali_iconfont_css: + # accesskey_js: diff --git a/_config.solitude.yml b/_config.solitude.yml deleted file mode 100644 index 4221359..0000000 --- a/_config.solitude.yml +++ /dev/null @@ -1,1011 +0,0 @@ -# --------------------------- -# Hexo Theme Solitude -# Author: 伍十七(@everfu) -# Github: https://github.com/everfu/hexo-theme-solitude -# -# Guide: https://solitude.js.org -# You can get more detailed help from the guide -# 指南:https://solitude.js.org/zh -# 你可以从指南中获取更详细的帮助 -# -# sponsor: https://ko-fi.com/everfu -# 赞助:https://afdian.com/a/everfu -# --------------------------- - -### Basic configuration - -# --------------------------- start --------------------------- -# Site information -# 网站信息 -site: - name: - class: text # text / i_class / img - custom: xzh # Solitude / fas fa-ghost / /img/pwa/favicon.ico - icon: /img/pwa/favicon.png # Site icon / 网站图标 -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Navigation bar -# 导航栏 -nav: - # Left Box - # 左侧盒子 - group: - # project: # name - # Solitude: https://github.com/everfu/hexo-theme-solitude || /img/pwa/favicon.ico # name: url || icon - - # Menu - # 菜单 - menu: - # 首页: / # name: link - 文库: # name - 全部文章: /archives/ || fas fa-folder-closed # item name: link || icon - 全部分类: /categories/ || fas fa-clone - 全部标签: /tags/ || fas fa-tags - 友链: - 朋友圈: /moments/ || fas fa-wifi - 友情链接: /links/ || fas fa-user-group - 宝藏博主: javascript:travelling() || fas fa-gift - 关于: - 我的装备: /equipment/ || fas fa-laptop - 在线工具: /tlink/ || fas fa-toolbox - 音乐馆: /music/ || fas fa-music - - # Right button - # 右侧按钮 - right: - random: false # Random article / 随机文章按钮 - custom: -# - name: 开往 # 名字 -# url: https://www.travellings.cn/go.html # 跳转链接 -# icon: fas fa-train # 图标 -# onclick: # 点击事件 -# id: travellings_button # id -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Home Top Banner -# 首页顶部 -hometop: - enable: true - banner: - title: 分享技术
与科技生活 # 大字 - desc: - 一个热爱生活的人 # 小字 - # - 我只是一个普通的程序员 - # - 但我有一个不平凡的梦想 - # - 我希望能够改变世界 - icon: - HTML: # name - img: https://i.postimg.cc/vBWVnY8q/html.png # url - color: "#e9572b" # color - JS: - img: https://i.postimg.cc/3N10Ltv2/js.png - color: "#f7cb4f" - Docker: - img: https://i.postimg.cc/8Pk6Fg24/docker.png - color: "#57b6e6" - Flutter: - img: https://i.postimg.cc/hPC7T3gB/flutter.png - color: "#ffffff" - WebPack: - img: https://i.postimg.cc/dVLZBmtT/webpack.png - color: "#2e3a41" - Git: - img: https://i.postimg.cc/nhgjwjCS/git.png - color: "#df5b40" - group: - # 热门: /tags/Fire/ || fas fa-fire || linear-gradient(to right,#f65,#ffbf37) - recommendList: - enable: false - sup: 置顶 - title: Solitude 官方文档 - url: https://solitude.js.org/ - img: /img/default.avif - color: "none" - -# Article Top Banner -# 文章推荐轮播图 -carousel: true -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Aside -# 侧边栏 -aside: - # Values: about (info card), newestPost (latest article), allInfo (website information), newest_comment (latest comment) - # 值: about(信息卡), newestPost(最新文章), allInfo(网站信息), newest_comment(最新评论) - - # Sticky: Fixed position / noSticky: Not fixed position - # Sticky: 固定位置 / noSticky: 不固定位置 - home: # on the homepage - noSticky: "about" - Sticky: "allInfo" - post: # on the article page - noSticky: "about" - Sticky: "newestPost" - page: # on the page - noSticky: "about" - Sticky: "newestPost,allInfo" - # 菜单栏位置(0: 左 1: 右) - position: 1 # Sidebar positioning(0: left 1: right) - - # --------------------------- start --------------------------- - # Information card - # 信息卡 - my_card: - author: - img: /img/logo.png # url - sticker: # url, 24x24 size - # 介绍 / Introduction - description: 只有迎风,风筝才能飞得更高。 - # 内容 / Content - content: # 这是我的博客 / This is my Blog - state: - morning: ✨ 早上好,新的一天开始了 - noon: 🍲 午餐时间 - afternoon: 🌞 下午好 - night: 早点休息 - goodnight: 晚安 😴 - witty_words: - # - 你可以的 - # - 你一定可以的 - # - 祝你好运,陌生人 - # social - # 社交信息图标 - information: - # Github: https://github.com/everfu || fab fa-github # Name: link || icon - # Bilibili: https://space.bilibili.com/1329819902 || fab fa-bilibili - # --------------------------- end --------------------------- - - # --------------------------- start --------------------------- - # article table of contents - # 文章目录 - toc: - post: true - page: false - vague: true - # --------------------------- end --------------------------- - - # --------------------------- start --------------------------- - # Tags - # 标签 - tags: - enable: true - limit: 20 # Number of tags displayed - # Highlighted tags - highlight_list: - # - Hexo - # --------------------------- end --------------------------- - - # --------------------------- start --------------------------- - # Site Info - # 网站信息 - siteinfo: - # Number of articles - # 文章数量 - postcount: true - # Total number of words - # 总字数 - wordcount: false - # PV - pv: true - # UV - uv: true - # Last update date - # 最后更新日期 - updatetime: true - # Website creation time - # 网站创建时间 - runtimeenable: true - # Format: yyyy-MM-dd hh-mm-ss - # 格式: yyyy-MM-dd hh-mm-ss - runtime: "2020-08-01 00:00:00" - # --------------------------- end --------------------------- -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Page default settings -# 页面默认设置 -page: - # 404 page - # 404 页面 - error: true - # Tags page - # 标签页面 - tags: true - # Categories page - # 分类页面 - categories: true - # list: Sort List / 1: Follow HomeList - # list: 排序列表 / 1: 跟随首页列表 - archives: 0 - # Default value - # 默认值 - default: - # Default image when no cover is set - # 未设置封面时的默认图片 - cover: - # - /img/default.png # 默认图片 / default cover -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Post default settings -# 文章默认设置 -post: - default: - # Default image when no cover is set - # 未设置封面时的默认图片 - cover: - # - # 默认图片 / default cover - # Location - # 位置 - locate: 成都 - # Copyright - # 版权 - copyright: - enable: false - author: /img/logo.png # url - # License - # 许可证 - license: CC BY-NC-SA 4.0 - # License link - # 许可证链接 - licenurl: https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh-hans - # Article Local AI - # 文章本地AI - ai: - enable: true - modelName: 小七 GPT - # Article meta information - # 文章元信息 - meta: - # Release date - # 发布日期 - date: true - # Update date - # 更新日期 - updated: true - # Location - # 位置 - locate: true - # Number of words - # 字数 - wordcount: true - # uv - readtime: true - # pv - pv: true - # Comment count - # 评论数 - comment: true - # Reward - # 打赏 - award: - enable: false - appreciators: /about/ # Reward page - # Reward Title - # 打赏标题 - title: # Thanks for your appreciation. / 感谢您的赞赏 - desc: # Because of your support, I realize the value of writing articles. / 由于您的支持,我才能够实现写作的价值。 - # Reward list - # 打赏列表 - list: - # - name: Github Sponsor - # qcode: https://s3.qjqq.cn/47/661ba900c4bc1.webp!color - # url: https://github.com/sponsors/everfu - # color: var(--efu-black) - - # Share icon - # 分享图标 - share: - enable: false - list: - # - qq - # - weibo - # - twitter - # - facebook - # - telegram - # - whatsapp - # - linkedin - # - link - # - qrcode - rss: # /atom.xml - # Article reading progress - # 文章封面取色 - covercolor: - enable: true - # local: local color / api: api color / ave: oss average color - mode: local - # api address / api 地址 - api: https://api.qjqq.cn/api/Imgcolor?img= - # Storage / 缓存时间 - time: 43200000 - footer: - enable: false - desc: # Articles from Ever Fu. / 文章来自 Ever Fu # description - button: # Button - enable: true - name: # Learn more / 了解更多 - url: /about/ -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Custom Theme Color -theme_color: - dark: "#ffc848" # dark - light: "#425AEF" # light -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# display mode -# 显示模式 -display_mode: - # auto: automatic switching(Recognize the current theme mode of the device) / dark: dark mode / light: light mode - # auto: 自动切换(识别设备当前主题模式) / dark: 深色模式 / light: 浅色模式 - type: auto - # After opening, the dark mode will display the starry sky background - # 开启后深色模式会显示星空背景 - universe: false -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Font -# 字体 -font: - font-size: 16px - code-font-size: 16px - # Global font - # 全局字体 - font-family: "PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif" - # Code font - # 代码字体 - code-font-family: '"monospace", monospace' -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Background -# 背景图片 -background: - enable: false - opacity: .2 - dark: https://i.pinimg.com/originals/d8/b3/9d/d8b39d12b653810db452c437211aeb2e.png - light: https://i.pinimg.com/originals/93/57/38/935738ed9657b296c2ef0ebd2151eb66.jpg -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Lure -# When the user exits the page, modify the title -# 当用户退出页面时,修改标题 -lure: - enable: false - jump: 404 Not Found - back: ヾ(≧∇≦*)ゝHey, hey, you fell for it. -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Article expiration -# 文章过期 -expire: - enable: true - time: 30 # days - position: top # top / bottom - text_prev: "本文已过期 " - text_next: " 天前,如果内容不匹配,请联系站长进行更新。" -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Home page article configuration information -# 首页文章配置信息 -index_post_list: - direction: column # row / column - column: 2 # 2: 2 columns 3: 3 columns - cover: both -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Related articles -# 相关文章 -related_post: - enable: true - limit: 2 - # created: release date / updated: update date - # created: 发布日期 / updated: 更新日期 - date_type: created -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Custom right menu -# 自定义右键菜单 -right_menu: - enable: true - # Whether to display the hot comment switch. - # 是否显示热门评论开关 - commentBarrage: true - # Whether to display the browser's context menu when hold Ctrl key. - # 是否在按住 Ctrl 键时显示浏览器右键菜单 - ctrlOriginalMenu: true - # Simplified and Traditional Chinese translation. - # 简繁体转换 - translate: true - # Custom list - # 自定义列表 - custom_list: - - name: 随机文章 - click: toRandomPost() - id: menu-randomPost - class: - icon: fas fa-tower-broadcast - - name: 全部分类 - click: pjax.loadUrl('/categories/') # External links with window.open, pjax can not request cross-domain content. - id: - class: - icon: fas fa-clone - - name: 全部标签 - click: pjax.loadUrl('/tags/') - id: - class: - icon: fas fa-tags -# --------------------------- end ----------------------- - -# --------------------------- start --------------------------- -# Copy -# information -# 复制信息 -copy: - enable: false - # Turn on Link copyright information after copying. - # 复制后链接版权信息 - copyright: - enable: false - # Display when the number of words copied exceeds - # 复制文字时超过多少字数显示 - limit: 50 -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Mermaid -mermaid: false -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Chart.js -chart: false -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# typeit -typeit: false -# --------------------------- end --------------------------- - -### Extended configuration - -# --------------------------- start --------------------------- -# Console -# 控制台 -console: - enable: true - # Recent comments - # 最新评论 - recentComment: - enable: true - # Cache time 1: 1 day / .5 : half a day - # 缓存时间 1: 1天 / .5 : 半天 - storage: .2 - card: - # Tags - # 标签 - tags: true - # Archives - # 归档 - archive: "month" # month: by month / year: by year -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -translate: - enable: true - defaultEncoding: 2 # 1: 默认繁体 2: 默认简体 - translateDelay: 0 # 首次加载翻译迟疑时间 -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Right-Sidebar -# 右下角悬停导航栏 -rightside: - enable: true - percent: true - hide: - enable: true - translate: true - mode: true - aside: true -# --------------------------- start --------------------------- - -# --------------------------- start --------------------------- -# Footer -# 页脚 -footer: - # 社交图标 - information: - author: false # img url / false - left: - # Github: https://github.com/everfu || fab fa-github # 名称: 链接 || 图标 - # Mail: mailto:o@everfu.org || far fa-envelope - right: - # Bilibili: https://space.bilibili.com/1329819902 || fab fa-bilibili - # Douyin: https://v.douyin.com/iJsLc8jt/ || fab fa-tiktok - # 友情链接 - group: - # 导航: - # Archives: /archives/ - # Categories: /categories/ - # Tags: /tags/ - # 排列: - # Cookies: /cookies/ - # Privacy: /privacy/ - # Copyright: /copyright/ - - # 随机友链 - randomlink: false # 随机友链 - - # 备案 - beian: - - name: 蜀ICP备2022000018号 - icon: https://beian.mps.gov.cn/img/logo01.dd7ff50e.png - url: https://beian.miit.gov.cn/ - # - name: 蜀ICP备2022000018号-1 - # icon: https://beian.mps.gov.cn/img/logo01.dd7ff50e.png - # url: https://beian.miit.gov.cn/ - - # 页脚信息文字 - links: - # - name: RSS - # url: /atom.xml -# - name: License -# url: https://github.com/everfu/hexo-theme-solitude/blob/main/LICENSE -# icon: -# - fas fa-copyright -# - fab fa-creative-commons-by -# - fab fa-creative-commons-nc -# - fab fa-creative-commons-nd -# - name: boringbay -# url: https://boringbay.com/ -# img: https://boringbay.com/api/badge/www.efu.me -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# 404 page -# 404 页面 -errorpage: - img: /img/404.avif - text: =awa= Page Not Found # Text - recommendList: true -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Meting API -# This part of the content uses metingjs, -# can only use NetEase Cloud Music, QQ Music and other music platforms supported by the mainland China region, -# the subsequent consideration of the use of JSON files to store music information and customize the implementation of the third-party API does not depend on the page. -# Music Page -meting_api: "https://meting.qjqq.cn/?server=:server&type=:type&id=:id&auth=:auth&r=:r" # Custom API -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Capsule music -# 音乐胶囊 -capsule: - enable: true - # 歌单 ID / 单曲 ID - id: 5144842535 - # 服务商:netease / qq / xiami / kugou / baidu - server: netease - # 类型:playlist / song - type: playlist - volume: 0.8 -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Quick Menu -# Open with shift + ? -# 快捷菜单 -# 使用 shift + ? 打开 -keyboard: - enable: false - list: - # - name: 关闭快捷菜单 - # key: K - # func: keyboard - # - name: 打开控制台 - # key: A - # sco: showConsole - # - name: 播放/暂停音乐 - # key: M - # sco: musicToggle - # - name: 打开友链 - # key: L - # url: /links/ -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Lazyload -# 图片懒加载 -lazyload: - enable: true - # post, site - field: site - # 加载时替换图 - placeholder: "" - # 加载失败替换图 - errorimg: /img/error_load.avif -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Loading -# 加载 -loading: - # Full screen loading - # 全屏加载 - fullpage: true - # Loading icon, default is siteicon - # 加载图标,不写默认siteicon - favicon: /img/favicon.png - # Pace loading - # Pace 加载 - pace: true -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Highlight -# 代码块高亮 -highlight: - enable: true - # Display the fold button when the number of words exceeds - # 当超过多少字时显示折叠按钮 - limit: 200 - # Whether to enable the copy button - # 是否启用复制按钮 - copy: true - # Whether to expand by default - # 是否默认展开 - expand: true - # default: default / mac : apple terminal - # default: 默认 / mac : 苹果终端 - theme: mac - # default / solidity / dracula - color: default -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Lightbox -# 图片灯箱 -lightbox: false -# warning: Please select any one, but cannot be turned on at the same time. -# 警告: 请任选其一,但不能同时开启。 -fancybox: false # fancybox -mediumZoom: false # mediumZoom -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Memorial -# Turn the entire site gray on memorable days. -# 在纪念日整个网站变灰 -memorial: - enable: false - date: - # - 7-7 - # - 9-18 - # - 12-13 -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# OpenGraph -OpenGraph: - enable: false - options: - # twitter_card: - # twitter_image: - # twitter_id: - # twitter_site: - # google_plus: - # fb_admins: - # fb_app_id: -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Word count -# 字数统计 -# warning: Please install the hexo-wordcount plugin first. -# 警告: 请先安装 hexo-wordcount 插件。 -wordcount: false -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Katex -# Latex formula support -# Latex 公式支持 -katex: - enable: false - # Whether to load on each page - # 是否在每个页面加载 - per_page: false - # Whether to enable copy formula - # 是否启用复制公式 - copytex: false -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# verification -# 验证 -verify_site: -# - name: google-site-verification -# content: xxxxxx -# - name: baidu-site-verification -# content: xxxxxxx -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# CSS Prefix -# CSS 前缀 -# When turned on, it will automatically prefix the CSS (to get better browser support), but this will increase the size of the CSS file. -# 开启后会自动给 CSS 加前缀(以获得更好的浏览器支持),但这会增加 CSS 文件的大小。 -css_prefix: false -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Extend -# 扩展 -extends: - # Insert in head - # 插入到 head - head: - # - - - # Insert in body - # 插入到 body - body: - # - -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# PWA -# Progressive Web App -pwa: - enable: false - manifest: /manifest.json # manifest.json - theme_color: "#006a73" # Theme color - mask_icon: /img/pwa/favicon.png # Mask icon - apple_touch_icon: /img/pwa/favicon.png # Apple touch icon - bookmark_icon: /img/pwa/favicon.png # Bookmark icon - favicon_32_32: /img/pwa/favicon_32.png # 32x32 icon - favicon_16_16: /img/pwa/favicon_16.png # 16x16 icon -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Comment -# 评论 -comment: - # Which commenting system to use(e.g. waline or waline,twikoo) - # 使用哪个评论系统(例如: waline or waline,twikoo) - use: twikoo # waline, twikoo, valine, artalk, giscus # Up to two comment systems can be turned on at the same time - # Whether to display the hot comment switch. - # 是否显示热门评论开关 - commentBarrage: true - # Lazy load - # 懒加载评论区 - lazyload: true - # Whether to display the comment count - # 显示评论数 - count: true - # Sidebar displays the total number of comments - # Sidebar 显示总评论数 - sidebar: true - # PV - pv: true - # Avatar - avatar: https://gravatar.com/avatar - # Hot comment tips - # 热评提示 - hot_tip: - enable: true - # Number of hot comments - count: 3 - # recent comments(⚠️ Comments need to be configured first.) - # 最新评论(⚠️ 需要先配置评论) - newest_comment: - enable: true - storage: .5 # 缓存时间 1: 1天 / .5 : 半天 / Cache time 1: 1 day .5 : half a day - limit: 5 # 评论数 / Number of comments -# Twikoo: https://solitude.js.org/comment/twikoo -twikoo: # https://twikoo.js.org/ - envId: # url: https://twikoo.sondy.top/ - region: # Environment locale, default is ap-shanghai, Tencent cloud environment fill ap-shanghai or ap-guangzhou; Vercel environment do not fill the. - style: true # Use custom styles when turned on - accessToken: # AccessToken - option: # twikoo option -# Waline: https://solitude.js.org/comment/waline -waline: # https://waline.js.org/ - envId: # url: https://waline.wzsco.top - pageview: false # Whether to enable page access statistics - option: # waline configuration item -# Valine: https://solitude.js.org/comment/valine -valine: - appId: # leancloud application app id - appKey: # leancloud application app key - serverURLs: # This configuration is suitable for domestic custom domain name users, overseas version will be automatically detected (no need to manually fill in) - avatar: # https://valine.js.org/avatar.html - visitor: false - style: true # Use custom styles when turned on - option: # options list -# Artalk: https://solitude.js.org/comment/artalk -# Artalk: https://solitude.js.org/zh/comment/artalk -artalk: - server: # server url - site: # site name - option: # options -# Giscus: https://solitude.js.org/comment/giscus -giscus: - repo: # GitHub repository name - repo_id: # GitHub repository ID - category_id: # GitHub repository category ID - theme: - light: light - dark: dark - option: -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Search -search: - enable: true - type: local # local / algolia / docsearch - tags: - # - Solitude - # - Hexo - # Algolia - algolia: - # hits: - # per_page: 6 - - # Local search - local: - preload: true - CDN: # url: search.xml - - # DocSearch - # https://docsearch.algolia.com/ - docsearch: - appId: - apiKey: - indexName: - option: -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Music Page -# 音乐馆 -music: - enable: true - # 歌单 ID / 单曲 ID - id: 5144842535 - # 服务商:netease / qq / xiami / kugou / baidu - server: netease - # 类型:playlist / song - type: playlist - # 默认音量 - volume: 0.8 - # 是否自动播放 - mutex: true - # 播放方式:list / random - order: list -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Danmaku Page -# 弹幕留言页面 -envelope: - enable: false - line: 10 # 显示行数 - speed: 20 # 播放速度 - hover: true # 鼠标悬停暂停 - loop: true # 循环播放 - page: /message/ # 留言板页面 / message board page -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Brevity Page -# 即可短文 -brevity: - enable: true # 开启即刻短文 - home_mini: true # 开启后首页显示小卡片 - music: false # 是否在即刻短文中加载音乐 - page: /moment/ # 即刻短文页面路径 - style: 1 # 即刻短文样式,1/2 - strip: 30 # 最大显示条数 -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Recent comments Page -# 最近评论页面 -recent_comments: - enable: false - limit: 50 # ⚠️waline 仅支持最大50条评论 / ⚠️waline only supports a maximum of 50 comments - cache: 0.2 # 1 = 1天 / 1 = 1 day - page: /recentcomments/ # 最近评论页面 / recent comments page -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Busuanzi -busuanzi: false -# 0: Original / 1: Custom -# 0: 原版 / 1: 自定义版 -busuanzi_use: 0 -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# Google Adsense -# 谷歌广告 -google_adsense: - enable: false - # Auto ads - # 自动广告 - auto_ads: false - # Page-level ads - # 页面级广告 - enable_page_level_ads: true - # Sidebar card ads - # 侧边栏卡片广告 - aside_card: true - # Post card ads - # 文章卡片广告 - post_card: true - # Post content ads - # 文章内容广告 - post_content: true - # Google Adsense js - # 谷歌广告 js - js: https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js - client: # ca-pub-XXXXXXXXXXXXXX - slot: # 4236388782 -# --------------------------- end --------------------------- - -# --------------------------- start --------------------------- -# 非必要请勿修改 -CDN: - internal: local # local / cdnjs / jsdelivr / unpkg / custom - third_party: custom # cdnjs / jsdelivr / unpkg / custom - version: true # 是否使用版本号 - custom_format: https://fastly.jsdelivr.net/npm/${name}@${version}/${min_file} # 自定义格式 - # 直接覆盖默认 CDN 链接(优先级最高) - options: - # algolia_search: - # aplayer_css: - # aplayer_js: - # artalk_css: - # artalk_js: - # blueimp_md5: - # busuanzi_js: - # chart_js: - # color_thief: - # fancyapps_css: - # fancyapps_ui: - # fontawesome: - # instantsearch: - # katex: - # katex_copytex: - # lazyload: - # medium_zoom: - # mermaid_js: - # meting_js: - # pace_js: - # pjax: - # qrcode: - # snackbar: - # swiper_css: - # swiper_js: - # twikoo: - # typeit_js: - # valine: - # waline_css: - # waline_js: -# --------------------------- end --------------------------- diff --git a/_config.yml b/_config.yml index 5f4833e..5700f3f 100644 --- a/_config.yml +++ b/_config.yml @@ -45,14 +45,14 @@ relative_link: false future: true syntax_highlighter: highlight.js highlight: - line_number: true + line_number: false auto_detect: false tab_replace: '' wrap: true hljs: false prismjs: preprocess: true - line_number: true + line_number: false tab_replace: '' # Home page setting @@ -96,9 +96,42 @@ ignore: # Extensions ## Plugins: https://hexo.io/plugins/ ## Themes: https://hexo.io/themes/ -theme: solitude +theme: anzhiyu # Deployment ## Docs: https://hexo.io/docs/one-command-deployment deploy: type: '' + +# 追番插件 +# https://github.com/HCLonely/hexo-bilibili-bangumi +bangumi: # 追番设置 + enable: true + source: bili + path: + vmid: 372204786 + title: "追番列表" + quote: "生命不息,追番不止!" + show: 1 + lazyload: false + loading: + showMyComment: false + pagination: false + metaColor: + color: + webp: + progress: + extraOrder: + proxy: + host: "代理host" + port: "代理端口" + extra_options: + top_img: false + lazyload: + enable: false + +# APlayer +# https://github.com/MoePlayer/hexo-tag-aplayer/blob/master/docs/README-zh_cn.md +aplayer: + meting: true + asset_inject: false diff --git a/package.json b/package.json index 5ee20d4..9614205 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,8 @@ }, "dependencies": { "hexo": "^7.3.0", + "hexo-bilibili-bangumi": "^1.10.8", + "hexo-butterfly-envelope": "^1.0.15", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", "hexo-generator-index": "^4.0.0", @@ -24,4 +26,4 @@ "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0" } -} \ No newline at end of file +} diff --git a/source/_data/about.yml b/source/_data/about.yml index 5720448..4f8278b 100644 --- a/source/_data/about.yml +++ b/source/_data/about.yml @@ -1,64 +1,104 @@ -title: 关于本站 - -contentinfo: # Top personal information display - sup: 你好,很高兴认识你👋 - name: 我是伍十七 # Name - title: 学生, 软件工程师, 独立开发者, 博主 # Introduction - tip: 追求卓越 - slogan: 创造源于激情 - mask: - - 卓越产品 - - 卓越设计 - - 高效编程 - - 用户友好体验 - -skills: # Add as needed - title: 技能 - subtitle: 解锁创造力 - tags: - - title: HTML - # img: https://skillicons.dev/icons?i=html # 如果有图片,则不会显示图标 - icon: fab fa-html5 - color: "#e9572b" - -careers: - title: 生涯 - subtitle: 无限进步 - image: https://s3.qjqq.cn/47/67a216483c354.png!color - items: - - color: "#357ef5" - school: 软件工程 - major: 学习 - -motto: - title: 座右铭 - prefix: 破釜沉舟, - content: 勇往直前。 - -expertise: - title: 专长 - prefix: 数学, 物理, 化学 - specialist: 专家 - content: 学习能力 - level: MAX - -cause: - tip: 初衷 - title: 为什么建立这个网站? - content: -
创建这个网站的初衷是有一个地方可以 积累知识和兴趣。与他人分享可以让这些成为积累和沉淀。如果我能帮助更多的人并解决他们的问题,那就太好了。 -
- 与大多数垂直技术博客不同,这里的类别将非常多样,包括 教程和实用知识生活轶事和建议各种主题的思考和想法。无论我研究或发现什么,我都会在这里分享。 -
- 这是创建这个小网站的初衷,也是 我分享生活的方式。我很幸运在这里遇见你,我相信我们可以一起留下一些美好的回忆。 -
- -award: - enable: true - description: 感谢大家的支持和鼓励。因为你们,我感到写作博客可以为你们创造价值。这将使我在这条路上走得更远。 - tips: "总金额: ¥ {sum}, 将用于博客的维护和更新。" -rewardList: # Bottom donations - - name: 悦华 - money: 5 - time: 2023-04-20 - icon: fab fa-weixin \ No newline at end of file +- class_name: 关于页 + subtitle: 生活明朗,万物可爱✨ + avatarImg: https://npm.elemecdn.com/anzhiyu-blog-static@1.0.0/img/avatar.webp + avatarSkills: + left: + - 🤖️ 数码科技爱好者 + - 🔍 分享与热心帮助 + - 🏠 智能家居小能手 + - 🔨 设计开发一条龙 + right: + - 专修交互与设计 🤝 + - 脚踏实地行动派 🏃 + - 团队小组发动机 🧱 + - 壮汉人狠话不多 💢 + name: xzh + description: 是一名 前端工程师、学生、独立开发者、博主 + aboutsiteTips: + tips: 追求 + title1: 源于 + title2: 热爱而去 感受 + word: + - 学习 + - 生活 + - 程序 + - 体验 + helloAbout: Hello there! + skillsTips: + tips: 技能 + title: 开启创造力 + careers: + tips: 生涯 + title: 无限进步 + list: + - desc: EDU,软件工程专业 + color: "#357ef5" + - desc: EDU,软件工程专业 + color: "#357ef5" + - desc: EDU,软件工程专业 + color: "#357ef5" + img: https://bu.dusays.com/2023/04/21/644287166329b.png + statistic: + link: /archives + text: 文章隧道 + cover: https://bu.dusays.com/2023/05/01/644f4b037b930.jpg + map: + title: 我现在住在 + StrengthenTitle: 中国,长沙市 + background: https://bu.dusays.com/2023/07/05/64a4c61cb20ef.jpg + backgroundDark: https://bu.dusays.com/2023/07/05/64a4c63495ac5.jpg + selfInfo: + selfInfoTips1: 生于 + selfInfoContentYear: 2002 + selfInfoTips2: 湖南信息学院 + selfInfoContent2: 软件工程 + selfInfoTips3: 现在职业 + selfInfoContent3: 大三学生👨‍🎓 + personalities: + author_name: 执政官 + personality_type: ESFJ-A + photo_url: https://bu.dusays.com/2023/07/05/64a4c63495ac5.jpg + personality_img: https://npm.elemecdn.com/anzhiyu-blog@2.0.8/img/svg/ESFJ-A.svg + name_url: https://www.16personalities.com/ch/esfj-%E4%BA%BA%E6%A0%BC + maxim: + maxim_tips: 座右铭 + maxim_top: 生活明朗, + maxim_bottom: 万物可爱。 + buff: + buff_tips: 特长 + buff_top: 脑回路新奇的 酸菜鱼 + buff_bottom: 二次元指数 MAX + game: + game_tips: 爱好游戏 + game_title: 原神 + game_uid: "UID: 125766904" + game_bg: https://bu.dusays.com/2023/04/22/64433bf26e25d.webp + comic: + comic_tips: 爱好番剧 + comic_title: 追番 + comic_list: + - name: 约定的梦幻岛 + href: https://www.bilibili.com/bangumi/media/md5267750/?spm_id_from=666.25.b_6d656469615f6d6f64756c65.1 + cover: https://bu.dusays.com/2023/05/27/647166c44b414.webp + - name: 咒术回战 + href: https://www.bilibili.com/bangumi/media/md28229899/?spm_id_from=666.25.b_6d656469615f6d6f64756c65.1 + cover: https://bu.dusays.com/2023/05/24/646db4398832e.webp + - name: 紫罗兰永恒花园 + href: https://www.bilibili.com/bangumi/media/md8892/?spm_id_from=666.25.b_6d656469615f6d6f64756c65.1 + cover: https://bu.dusays.com/2023/05/24/646db43983d99.webp + - name: 鬼灭之刃 + href: https://www.bilibili.com/bangumi/media/md22718131/?spm_id_from=666.25.b_6d656469615f6d6f64756c65.1 + cover: https://bu.dusays.com/2023/05/24/646db439856a0.webp + - name: JOJO的奇妙冒险 黄金之风 + href: https://www.bilibili.com/bangumi/media/md135652/?spm_id_from=666.25.b_6d656469615f6d6f64756c65.1 + cover: https://bu.dusays.com/2023/05/30/64760e38d651a.webp + like: + like_tips: 关注偏好 + like_title: 数码科技 + like_bg: https://bu.dusays.com/2022/12/06/638f5f05ce1f7.jpg + like_bottom: 手机、电脑软硬件 + music: + music_tips: 音乐偏好 + music_title: 许嵩、民谣、华语流行 + music_bg: https://p2.music.126.net/Mrg1i7DwcwjWBvQPIMt_Mg==/79164837213438.jpg + music_link: /music diff --git a/source/_data/brevity.yml b/source/_data/brevity.yml deleted file mode 100644 index 2f33108..0000000 --- a/source/_data/brevity.yml +++ /dev/null @@ -1,14 +0,0 @@ -- content: 视频播放测试! - date: 2023-10-31 15:32 - video: - bilibili: BV1Cv4y1p717 -- content: 音乐播放测试! - date: 2023-10-31 15:32 - aplayer: - server: netease - id: 571340283 -- content: 主题交流群已建立! - date: 2023-10-31 15:32 - image: - - https://7.isyangs.cn/1/65e9de42e32cd-1.png - link: https://efu.me/ \ No newline at end of file diff --git a/source/_data/creativity.yml b/source/_data/creativity.yml new file mode 100644 index 0000000..51f44a3 --- /dev/null +++ b/source/_data/creativity.yml @@ -0,0 +1,50 @@ +- class_name: 开启创造力 + creativity_list: + - name: Java + color: "#fff" + icon: https://bu.dusays.com/2023/04/09/643293b1184e9.jpg + - name: Docker + color: "#57b6e6" + icon: https://bu.dusays.com/2023/04/09/643293b0f0abe.png + - name: Photoshop + color: "#4082c3" + icon: https://bu.dusays.com/2022/12/15/639aa3a5c240e.png + - name: Node + color: "#333" + icon: https://npm.elemecdn.com/anzhiyu-blog@2.1.1/img/svg/node-logo.svg + - name: Webpack + color: "#2e3a41" + icon: https://bu.dusays.com/2023/04/09/643293b68026c.png + - name: Pinia + color: "#fff" + icon: https://npm.elemecdn.com/anzhiyu-blog@2.0.8/img/svg/pinia-logo.svg + - name: Python + color: "#fff" + icon: https://bu.dusays.com/2023/04/09/643293b1230f7.png + - name: Vite + color: "#937df7" + icon: https://npm.elemecdn.com/anzhiyu-blog@2.0.8/img/svg/vite-logo.svg + - name: Flutter + color: "#4499e4" + icon: https://bu.dusays.com/2023/04/09/643293b1055c2.png + - name: Vue + color: "#b8f0ae" + icon: https://bu.dusays.com/2023/04/09/643293b6788bd.png + - name: React + color: "#222" + icon: data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0xMS41IC0xMC4yMzE3NCAyMyAyMC40NjM0OCI+CiAgPHRpdGxlPlJlYWN0IExvZ288L3RpdGxlPgogIDxjaXJjbGUgY3g9IjAiIGN5PSIwIiByPSIyLjA1IiBmaWxsPSIjNjFkYWZiIi8+CiAgPGcgc3Ryb2tlPSIjNjFkYWZiIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiPgogICAgPGVsbGlwc2Ugcng9IjExIiByeT0iNC4yIi8+CiAgICA8ZWxsaXBzZSByeD0iMTEiIHJ5PSI0LjIiIHRyYW5zZm9ybT0icm90YXRlKDYwKSIvPgogICAgPGVsbGlwc2Ugcng9IjExIiByeT0iNC4yIiB0cmFuc2Zvcm09InJvdGF0ZSgxMjApIi8+CiAgPC9nPgo8L3N2Zz4K + - name: CSS3 + color: "#2c51db" + icon: https://bu.dusays.com/2022/12/15/639aa3a5c251e.png + - name: JS + color: "#f7cb4f" + icon: https://bu.dusays.com/2023/04/09/643293b121f02.png + - name: HTML + color: "#e9572b" + icon: https://bu.dusays.com/2022/12/15/639aa3a5c241c.png + - name: Git + color: "#df5b40" + icon: https://bu.dusays.com/2023/04/09/643293b10ccdd.webp + - name: Apifox + color: "#e65164" + icon: https://bu.dusays.com/2022/11/19/6378d6458c6b6.png diff --git a/source/_data/equipment.yml b/source/_data/equipment.yml new file mode 100644 index 0000000..97170f7 --- /dev/null +++ b/source/_data/equipment.yml @@ -0,0 +1,46 @@ +- class_name: 好物 + description: 实物装备推荐 + tip: 跟 安知鱼 一起享受科技带来的乐趣 + top_background: https://bu.dusays.com/2023/07/05/64a4c38842b7a.webp + good_things: + - title: 生产力 + description: 提升自己生产效率的硬件设备 + equipment_list: + - name: MacBook Pro 2021 16 英寸 + specification: M1 Max 64G / 1TB + description: 屏幕显示效果好、色彩准确、对比度强、性能强劲、续航优秀。可以用来开发和设计。 + image: https://bu.dusays.com/2023/07/05/64a4c3b191e2e.png + link: /posts/571d.html + - name: iPad 2020 + specification: 深空灰 / 128G + description: 事事玩得转,买前生产力,买后爱奇艺。 + image: https://bu.dusays.com/2023/07/05/64a4c3b191e2e.png + link: https://www.apple.com.cn/ipad-10.2/ + - name: iPhone 12 mini + specification: 绿色 / 128G + description: 超瓷晶面板,玻璃背板搭配铝金属边框,曲线优美的圆角设计,mini大小正好一只手就抓住,深得我心,唯一缺点大概就是续航不够。 + image: https://bu.dusays.com/2023/07/05/64a4c3ded6319.webp + link: https://www.apple.com.cn/iphone-12/specs/ + - name: AirPods(第三代) + specification: 标准版 + description: 第三代对比第二代提升很大,和我一样不喜欢入耳式耳机的可以入,空间音频等功能确实新颖,第一次使用有被惊艳到。 + image: https://bu.dusays.com/2023/07/05/64a4c3ded6319.webp + link: https://www.apple.com.cn/airpods-3rd-generation/ + - title: 出行 + description: 用来出行的实物及设备 + equipment_list: + - name: Apple Watch Series 8 + specification: 黑色 + description: 始终为我的健康放哨,深夜弹出站立提醒,不过确实有效的提高了我的运动频率,配合apple全家桶还是非常棒的产品,缺点依然是续航。 + image: https://bu.dusays.com/2023/07/05/64a4c40ab698a.webp + link: https://www.apple.com.cn/apple-watch-series-8/ + - name: NATIONAL GEOGRAPHIC双肩包 + specification: 黑色 + description: 国家地理黑色大包,正好装下16寸 Macbook Pro,并且背起来很舒适,底部自带防雨罩也好用,各种奇怪的小口袋深得我心。 + image: https://bu.dusays.com/2023/07/05/64a4c40ab698a.webp + link: https://item.jd.com/100011269828.html + - name: NATIONAL GEOGRAPHIC学生书包🎒 + specification: 红白色 + description: 国家地理黑色大包,冰冰🧊同款,颜值在线且实用。 + image: https://bu.dusays.com/2023/07/05/64a4c40ab698a.webp + link: https://item.jd.com/100005889786.html diff --git a/source/_data/links.yml b/source/_data/links.yml deleted file mode 100644 index 62e4fbf..0000000 --- a/source/_data/links.yml +++ /dev/null @@ -1,15 +0,0 @@ -banner_suffix: -links: - - class_name: 推荐 # 分类名称 - descr: 参与本站开发、提供设计灵感、捐助本站的优秀博主 # 分类简介 - type: item # 显示方式,有两种 card / item / disco - suffix: - link_list: - - name: Hexo # 友链名称 - link: https://hexo.io/ # 友链地址 - descr: Hexo 是一个快速、简洁且高效的博客框架 # 友链简介 - avatar: /img/pwa/favicon.png # 显示头像 - - name: Solitude # 友链名称 - link: https://github.com/everfu/hexo-theme-solitude # 友链地址 - descr: 一款简单易用的 Hexo 主题 # 友链简介 - avatar: /img/logo.png # 显示头像 \ No newline at end of file diff --git a/source/about/index.md b/source/about/index.md index 385e413..85de788 100644 --- a/source/about/index.md +++ b/source/about/index.md @@ -1,6 +1,9 @@ --- -title: 关于我 +title: 关于 date: 2025-03-24 00:00:00 -type: about # 页面类型 -comment: false # 关闭评论 ---- \ No newline at end of file +type: about +aside: false +top_img: false +background: "#f8f9fe" +comments: false +--- diff --git a/source/equipment/index.md b/source/equipment/index.md new file mode 100644 index 0000000..c5212a3 --- /dev/null +++ b/source/equipment/index.md @@ -0,0 +1,7 @@ +--- +title: 我的装备 +date: 2025-03-27 19:09:31 +type: equipment +aside: false +top_img: false +--- diff --git a/source/gallery/index.md b/source/gallery/index.md deleted file mode 100644 index 200607a..0000000 --- a/source/gallery/index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: 图库 -description: 这是一个演示页面,用于展示图片库的功能。 -date: 2025-03-24 00:00:00 -updated: 2025-03-24 00:00:00 ---- diff --git a/source/gallery/shan/index.md b/source/gallery/shan/index.md deleted file mode 100644 index 421d24d..0000000 --- a/source/gallery/shan/index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: 山 -date: 2025-03-24 00:00:00 -updated: 2025-03-24 00:00:00 -type: banner -cover: https://s3.qjqq.cn/47/6640bb4be6c63.webp!color -container: true -rightbtn: 返回图库 -rightbtnlink: /gallery/ ---- - -{% gallery %} -![1737550297013.jpeg](https://s3.qjqq.cn/47/6790e9dd9a337.jpeg!color) -![1737550297013.jpeg](https://s3.qjqq.cn/47/6790e9ddc23dd.jpeg!color) -![1737550297014.jpeg](https://s3.qjqq.cn/47/6790e9ddeb30a.jpeg!color) -![1737550297014.jpeg](https://s3.qjqq.cn/47/6790e9deb155f.jpeg!color) -![1737550297014.jpeg](https://s3.qjqq.cn/47/6790e9df078ad.jpeg!color) -![1737550297014.jpeg](https://s3.qjqq.cn/47/6790e9def12fc.jpeg!color) -![1737550297014.jpeg](https://s3.qjqq.cn/47/6790e9dfc6661.jpeg!color) -![1737550297015.jpeg](https://s3.qjqq.cn/47/6790e9dfddeab.jpeg!color) - -{% endgallery %} \ No newline at end of file diff --git a/source/json/music.json b/source/json/music.json new file mode 100644 index 0000000..5a5065c --- /dev/null +++ b/source/json/music.json @@ -0,0 +1,128 @@ +[ + { + "name": "青花瓷", + "artist": "周杰伦", + "url": "https://npm.elemecdn.com/anzhiyu-music@1.0.4/青花瓷/青花瓷.mp3", + "cover": "https://y.qq.com/music/photo_new/T002R300x300M000002eFUFm2XYZ7z_2.jpg?max_age=2592000", + "lrc": "https://npm.elemecdn.com/anzhiyu-music@1.0.4/青花瓷/青花瓷.lrc" + }, + { + "name": "稻香", + "artist": "周杰伦", + "url": "https://npm.elemecdn.com/anzhiyu-music@1.0.1/周杰伦/稻香/稻香.mp3", + "cover": "https://y.qq.com/music/photo_new/T002R300x300M000002Neh8l0uciQZ_1.jpg?max_age=2592000", + "lrc": "https://npm.elemecdn.com/anzhiyu-music@1.0.1/周杰伦/稻香/稻香.lrc" + }, + { + "name": "晴天", + "artist": "周杰伦", + "url": "https://npm.elemecdn.com/anzhiyu-music@1.0.2/晴天/晴天.mp3", + "cover": "https://y.qq.com/music/photo_new/T002R300x300M000000MkMni19ClKG_3.jpg?max_age=2592000", + "lrc": "https://npm.elemecdn.com/anzhiyu-music@1.0.2/晴天/晴天.lrc" + }, + { + "name": "七里香", + "artist": "周杰伦", + "url": "https://npm.elemecdn.com/anzhiyu-music@1.0.2/七里香/七里香.mp3", + "cover": "https://y.qq.com/music/photo_new/T002R300x300M000003DFRzD192KKD_1.jpg?max_age=2592000", + "lrc": "https://npm.elemecdn.com/anzhiyu-music@1.0.2/七里香/七里香.lrc" + }, + { + "name": "花海", + "artist": "周杰伦", + "url": "https://npm.elemecdn.com/anzhiyu-music-jay@1.0.1/花海/花海.flac", + "cover": "https://y.qq.com/music/photo_new/T002R300x300M000002Neh8l0uciQZ_1.jpg?max_age=2592000", + "lrc": "https://npm.elemecdn.com/anzhiyu-music-jay@1.0.1/花海/花海.lrc" + }, + { + "name": "反方向的钟", + "artist": "周杰伦", + "url": "https://npm.elemecdn.com/anzhiyu-music-jay@1.0.1/反方向的钟/反方向的钟.flac", + "cover": "https://y.qq.com/music/photo_new/T002R300x300M000000f01724fd7TH_1.jpg?max_age=2592000", + "lrc": "https://npm.elemecdn.com/anzhiyu-music-jay@1.0.1/反方向的钟/反方向的钟.lrc" + }, + { + "name": "兰亭序", + "artist": "周杰伦", + "url": "https://npm.elemecdn.com/anzhiyu-music@1.0.1/周杰伦/兰亭序/兰亭序.mp3", + "cover": "https://y.qq.com/music/photo_new/T002R300x300M000002Neh8l0uciQZ_1.jpg?max_age=2592000", + "lrc": "https://npm.elemecdn.com/anzhiyu-music@1.0.1/周杰伦/兰亭序/兰亭序.lrc" + }, + { + "name": "说好的辛福呢", + "artist": "周杰伦", + "url": "https://npm.elemecdn.com/anzhiyu-music@1.0.2/说好的辛福呢/说好的辛福呢.mp3", + "cover": "https://y.qq.com/music/photo_new/T002R300x300M000002Neh8l0uciQZ_1.jpg?max_age=2592000", + "lrc": "https://npm.elemecdn.com/anzhiyu-music@1.0.2/说好的辛福呢/说好的幸福呢.lrc" + }, + { + "name": "等你下课 (with 杨瑞代)", + "artist": "周杰伦", + "url": "https://npm.elemecdn.com/anzhiyu-music@1.0.1/周杰伦/等你下课/等你下课.mp3", + "cover": "https://y.qq.com/music/photo_new/T002R300x300M000003bSL0v4bpKAx_1.jpg?max_age=2592000", + "lrc": "https://npm.elemecdn.com/anzhiyu-music@1.0.1/周杰伦/等你下课/等你下课.lrc" + }, + { + "name": "我落泪情绪零碎", + "artist": "周杰伦", + "url": "https://npm.elemecdn.com/anzhiyu-music@1.0.2/我落泪情绪零碎/我落泪情绪零碎.mp3", + "cover": "https://y.qq.com/music/photo_new/T002R300x300M000000bviBl4FjTpO_1.jpg?max_age=2592000", + "lrc": "https://npm.elemecdn.com/anzhiyu-music@1.0.2/我落泪情绪零碎/我落泪情绪零碎.lrc" + }, + { + "name": "听妈妈的话", + "artist": "周杰伦", + "url": "https://npm.elemecdn.com/anzhiyu-music@1.0.2/听妈妈的话/听妈妈的话.mp3", + "cover": "https://y.qq.com/music/photo_new/T002R300x300M000002jLGWe16Tf1H_1.jpg?max_age=2592000", + "lrc": "https://npm.elemecdn.com/anzhiyu-music@1.0.2/听妈妈的话/听妈妈的话.lrc" + }, + { + "name": "明明就", + "artist": "周杰伦", + "url": "https://npm.elemecdn.com/anzhiyu-music-jay@1.0.1/明明就/明明就.flac", + "cover": "https://y.qq.com/music/photo_new/T002R300x300M000003Ow85E3pnoqi_1.jpg?max_age=2592000", + "lrc": "https://npm.elemecdn.com/anzhiyu-music-jay@1.0.1/明明就/明明就.lrc" + }, + { + "name": "我是如此相信", + "artist": "周杰伦", + "url": "https://npm.elemecdn.com/anzhiyu-music-jay@1.0.1/我是如此相信/我是如此相信.flac", + "cover": "https://y.qq.com/music/photo_new/T002R300x300M000001hGx1Z0so1YX_1.jpg?max_age=2592000", + "lrc": "https://npm.elemecdn.com/anzhiyu-music-jay@1.0.1/我是如此相信/我是如此相信.lrc" + }, + { + "name": "发如雪", + "artist": "周杰伦", + "url": "https://npm.elemecdn.com/anzhiyu-music@1.0.3/发如雪/发如雪.mp3", + "cover": "https://y.qq.com/music/photo_new/T002R300x300M0000024bjiL2aocxT_3.jpg?max_age=2592000", + "lrc": "https://npm.elemecdn.com/anzhiyu-music@1.0.3/发如雪/发如雪.lrc" + }, + { + "name": "以父之名", + "artist": "周杰伦", + "url": "https://npm.elemecdn.com/anzhiyu-music@1.0.3/以父之名/以父之名.mp3", + "cover": "https://y.qq.com/music/photo_new/T002R300x300M000000MkMni19ClKG_3.jpg?max_age=2592000", + "lrc": "https://npm.elemecdn.com/anzhiyu-music@1.0.3/以父之名/以父之名.lrc" + }, + { + "name": "园游会", + "artist": "周杰伦", + "url": "https://npm.elemecdn.com/anzhiyu-music@1.0.3/园游会/园游会.flac", + "cover": "https://y.qq.com/music/photo_new/T002R300x300M000003DFRzD192KKD_1.jpg?max_age=2592000", + "lrc": "https://npm.elemecdn.com/anzhiyu-music@1.0.3/园游会/园游会.lrc" + }, + { + "name": "本草纲目", + "artist": "周杰伦", + "url": "https://npm.elemecdn.com/anzhiyu-music@1.0.4/本草纲目/本草纲目.mp3", + "cover": "https://y.qq.com/music/photo_new/T002R300x300M000002jLGWe16Tf1H_1.jpg?max_age=2592000", + "lrc": "https://npm.elemecdn.com/anzhiyu-music@1.0.4/本草纲目/本草纲目.lrc" + }, + { + "name": "龙卷风", + "artist": "周杰伦", + "url": "https://npm.elemecdn.com/anzhiyu-music@1.0.4/龙卷风/龙卷风.mp3", + "cover": "https://y.qq.com/music/photo_new/T002R300x300M000000f01724fd7TH_1.jpg?max_age=2592000", + "lrc": "https://npm.elemecdn.com/anzhiyu-music@1.0.4/龙卷风/龙卷风.lrc" + } +] diff --git a/source/links/index.md b/source/links/index.md deleted file mode 100644 index 529a7d9..0000000 --- a/source/links/index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: 友情链接 -desc: 与数百名博主共同进步 -description: 与数百名博主共同进步 -date: 2025-03-24 00:00:00 -type: links -data: links -banner: false ---- \ No newline at end of file diff --git a/source/moment/index.md b/source/moment/index.md deleted file mode 100644 index 83f253a..0000000 --- a/source/moment/index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: 即刻短文 -date: 2025-03-24 00:00:00 -type: brevity # 页面类型 -cover: "https://s3.qjqq.cn/47/674c6e5d63fda.png!color" # 可更换封面 -desc: 分享生活的小确幸 # 页面描述 -leftend: "" -rightend: "" ---- \ No newline at end of file diff --git a/source/music/index.md b/source/music/index.md new file mode 100644 index 0000000..3ea3aea --- /dev/null +++ b/source/music/index.md @@ -0,0 +1,9 @@ +--- +title: 音乐馆 +date: 2025-03-27 19:11:22 +type: music +aplayer: true +top_img: false +comments: false +aside: false +---