-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
问题描述
- 首页和归档的分类和标签均显示为零,不过点进任一分类或标签则没有这一问题:
- 侧栏的标签云和分类消失:
- 我有一篇 11.2k 字的文章:https://r3c0ger.github.io/2025/09/linalg-0/,该文章底部不显示前一篇/后一篇的卡片:
- 文章底部分享到QQ、微信的按钮无法正常显示图标,如上图。
我使用的 nvm 版本为 1.1.12,node.js 版本为 v22.19.0,npm 版本为 11.6.1。
目前所有依赖均已更新到最新版本。博客暂时不敢部署,不过如果需要的话我随时部署。
复现步骤
- 更新依赖:npm install
- npx hexo clean
- npx hexo g
- npx hexo s
你的 Hexo 和 插件版本
[email protected] E:\Projects\!R3c0ger-blog-hexo
├── @reimujs/[email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
你的网站的 _config.yml (可选)
# Hexo Configuration
## Docs: https://hexo.io/docs/configuration.html
## Source: https://github.com/hexojs/hexo/
# Site
title: Recogeta's Blog
subtitle: 睡莲印于佛陀的额上 故障绽放着海蓝宝石的幽光 骇客散发着茉莉花香 如今以伪装之人歌唱
description: Ciallo~(∠・ω< )⌒★
keywords:
author: Recogeta
language: zh-CN
timezone: Asia/Shanghai
# URL
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
url: https://r3c0ger.github.io/
permalink: :year/:month/:title/
permalink_defaults:
pretty_urls:
trailing_index: true # Set to false to remove trailing 'index.html' from permalinks
trailing_html: true # Set to false to remove trailing '.html' from permalinks
# Directory
source_dir: source
public_dir: public
tag_dir: tags
archive_dir: archives
category_dir: categories
code_dir: downloads/code
i18n_dir: :lang
skip_render:
# Writing
new_post_name: :title.md # File name of new posts
default_layout: post
titlecase: false # Transform title into titlecase
external_link:
enable: true # Open external links in new tab
field: site # Apply to the whole site
exclude: ''
filename_case: 0
render_drafts: false
post_asset_folder: true
marked:
prependRoot: true
postAsset: true
relative_link: false
future: true
syntax_highlighter: highlight.js
highlight:
line_number: true
auto_detect: false
tab_replace: ''
wrap: true
hljs: false
prismjs:
preprocess: true
line_number: true
tab_replace: ''
# Home page setting
# path: Root path for your blogs index page. (default = '')
# per_page: Posts displayed per page. (0 = disable pagination)
# order_by: Posts order. (Order by date descending by default)
index_generator:
path: ''
per_page: 10
order_by: -date
# Category & Tag
default_category: uncategorized
category_map:
tag_map:
# Metadata elements
## https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta
meta_generator: true
# Date / Time format
## Hexo uses Moment.js to parse and display date
## You can customize the date format as defined in
## http://momentjs.com/docs/#/displaying/format/
date_format: YYYY-MM-DD
time_format: HH:mm:ss
## updated_option supports 'mtime', 'date', 'empty'
updated_option: 'mtime'
# Pagination
## Set per_page to 0 to disable pagination
per_page: 10
pagination_dir: page
# Include / Exclude file(s)
## include:/exclude: options only apply to the 'source/' folder
# include:
# exclude:
# ignore:
# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: reimu
# Deployment
## Docs: https://hexo.io/docs/one-command-deployment
deploy:
type: git
repo: https://github.com/R3c0ger/r3c0ger.github.io.git
branch: gh-pages
feed:
enable: true
type: atom
path: atom.xml
limit: 20
hub:
content:
content_limit: 140
content_limit_delim: ' '
order_by: -date
icon: icon.png
autodiscovery: true
template:
markdown_it_plus:
html: true # 在源码中启用 HTML 标签
xhtmlOut: false # 使用 '/' 来闭合单标签(比如 <br />)
breaks: true # 转换段落里的 '\n' 到 <br>。
langPrefix: # 给围栏代码块的 CSS 类前缀。
linkify: true # 将类似 URL 的文本自动转换为链接。
typographer: # 启用一些语言中立的替换 + 引号美化
quotes: “”‘’ # 智能引号,仅在 'typographer' 启用时有效
rawLaTeX: true # for client render
search:
path: search.json # 文件名必须为search.json
field: post
content: true你的网站的 _config.reimu.yml (可选)
########################################
# Basic Configuration
########################################
theme_version_check: true
theme_config_check: true
# main menu navigation
# for more icon information, please visit https://github.com/D-Sketon/hexo-theme-reimu/issues/30
menu:
- name: home
url: /
icon: # default use taichi icon, you can use a hexadecimal representation of fontawesome or icon_font, like 'f0c1'
- name: archives
url: /archives
icon:
- name: about
url: /about
icon:
- name: friend
url: /friend
icon:
banner: "/images/banner.webp" # which means themes/reimu/source/images/banner.webp
# You can also write it in the form of the following url
# banner: "https://example.com"
# If you want to use the srcset attribute, please enable it
banner_srcset:
enable: false
srcset:
- src: "/images/banner-600w.webp"
media: "(max-width: 479px)"
- src: "/images/banner-800w.webp"
media: "(max-width: 799px)"
- src: "/images/banner.webp"
media: "(min-width: 800px)"
favicon: "/images/favicon.ico" # which means themes/reimu/source/images/favicon.ico
# You can also write it in the form of the following url
# favicon: "https://example.com"
avatar: "avatar.webp" # which means source/_data/avatar/avatar.webp
# Control the display of the post toc
# Its priority is lower than the toc in the Front-matter
toc: true
toc_options:
list_number: true
min_depth: 1
max_depth: 6
# Open Graph
# see https://hexo.io/docs/helpers#open-graph
open_graph:
enable: true
options:
#twitter_card: <twitter:card>
#twitter_id: <twitter:creator>
#twitter_site: <twitter:site>
#twitter_image: <twitter:image>
#google_plus: <g+:profile_link>
#fb_admins: <fb:admin_id>
#fb_app_id: <fb:app_id>
default_og_image: /images/banner.webp # the default og:image for Open Graph, support absolute path
# Content
excerpt_link: Read More
# RSS
# need https://github.com/hexojs/hexo-generator-feed
rss: atom.xml
# a very simple alternative for https://hexo.io/api/injector
injector:
head_begin: # Inject code snippet right after <head>
head_end: # Inject code snippet right before </head>
body_begin: # Inject code snippet right after <body>
body_end: # Inject code snippet right before </body>
sidebar_begin: # Inject code snippet right after <aside>
sidebar_end: # Inject code snippet right before </aside>
# Footer copyright
copyright:
# Need help choosing? Please see...
# https://creativecommons.org/choose/
# https://choosealicense.com/
# You can use pug like below...
# copyright: |-
# <div style="flex-direction:column;align-items: center;"><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a>
# All website licensed under <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY 4.0</a></div>
footer:
since: 2024
powered: true
count: true # show word count and reading time
busuanzi: true
icon:
url: "../images/taichi.png" # this path is relative to the css/style.css, so it needs to go up one level to reach the images folder
rotate: true
mask: true # whether to use the images as a mask
# Sidebar
sidebar: left
social:
github: https://github.com/R3c0ger
zhihu: https://www.zhihu.com/people/Phortitudual
# email: mailto:[email protected]
# google: https://plus.google.com/yourname
# twitter: https://twitter.com/yourname
# facebook: https://www.facebook.com/yourname
# instagram: https://www.instagram.com/yourname
# linkedin: https://www.linkedin.com/in/yourname
# pinterest: https://www.pinterest.com/yourname
# youtube: https://www.youtube.com/channel/yourname
# vimeo: https://vimeo.com/yourname
# flickr: https://www.flickr.com/photos/yourname
# dribbble: https://dribbble.com/yourname
# behance: https://www.behance.net/yourname
# bilibili: https://space.bilibili.com/yourname
# weibo: https://weibo.com/yourname
# reddit: https://www.reddit.com/user/yourname
# tumblr: https://yourname.tumblr.com
# medium: https://medium.com/@yourname
# deviantart: https://yourname.deviantart.com
# stackoverflow: https://stackoverflow.com/users/yourname
# keybase: https://keybase.io/yourname
# telegram: https://t.me/yourname
# discord: https://discordapp.com/users/yourname
# steam: https://steamcommunity.com/id/yourname
widgets:
- category
- tagcloud
- archive
- recent_posts
# Widget behavior
archive_type: "monthly"
show_count: true
recent_posts_limits: 5
# Archive behavior
only_show_capsule_in_index: false # If you have hugo amounts of tags and categories, you can set this to true to only show the capsule in the index page for better performance
show_update_time: false # If you want to show the update time, please set this to true
# Summary content
summary:
enable: true
style: 'subtitle' # 'subtitle' or 'blockquote'
# Internationalization
i18n:
enable: false
type: [page, post]
generator: [archive, category, tag, index]
languages: [zh-CN, en]
########################################
# CSS
########################################
anchor_icon: # default use '#' icon, you can use a hexadecimal representation of fontawesome or icon_font, like 'f0c1'
reimu_cursor:
enable: true
cursor:
default: ../images/cursor/reimu-cursor-default.png # this path is relative to the css/style.css, so it needs to go up one level to reach the images folder
pointer: ../images/cursor/reimu-cursor-pointer.png
text: ../images/cursor/reimu-cursor-text.png
# set to false to enable fontawesome
icon_font: 4552607_tq6stt6tcg
# Font loading strategy
# Custom Font -> Google Fonts -> Local FallBack Font
# Custom Font
custom_font:
enable: false
article:
# - css: https://fontsapi.zeoseven.com/292/main/result.css
# name: LXGW WenKai
code:
# https://fonts.google.com/
# Google Fonts, higher priority than local_font
font:
enable: true
article:
- Mulish
- Noto Serif SC
code:
# - Ubuntu Mono
# - Source Code Pro
# - JetBrains Mono
# Local FallBack Font
local_font:
article:
- "-apple-system"
- PingFang SC
- Microsoft YaHei
- sans-serif
code:
- Menlo
- Monaco
- Consolas
- monospace
dark_mode:
# true means that the dark mode is enabled by default
# false means that the dark mode is disabled by default
# auto means that the dark mode is automatically switched according to the system settings
enable: auto # true | false | auto
# need https://github.com/D-Sketon/hexo-renderer-markdown-it-plus
markdown:
container: false # whether to enable the container style
########################################
# Markdown Display
########################################
math:
enable: true
# if you want to use katex
# It's better to use https://github.com/D-Sketon/hexo-renderer-markdown-it-plus for better performance
# If you don't want to use it, please set `autoRender` to true to enable browser rendering
katex:
enable: false
autoRender: false # whether to render the math in the browser, disabled by default
# if you want to use mathjax
# mathjax does not need any hexo plugins (no support for server rendering currently)
mathjax:
enable: true
options: # see https://docs.mathjax.org/en/latest/web/configuration.html
{
tex:
{
tags: "ams",
useLabelIds: true,
inlineMath: [["$", "$"], ['\\(', '\\)']],
displayMath: [["$$", "$$"], ['\\[', '\\]']],
processEscapes: true,
processEnvironments: true,
autoload: { color: [], colorv2: ["color"] },
packages: { "[+]": ["noerrors"] },
},
options:
{
skipHtmlTags:
["script", "noscript", "style", "textarea", "pre", "code"],
ignoreHtmlClass: "tex2jax_ignore",
processHtmlClass: "tex2jax_process",
},
loader: { load: ["input/asciimath", "[tex]/noerrors"] },
}
# mermaid url https://github.com/knsv/mermaid
# need https://github.com/webappdevelp/hexo-filter-mermaid-diagrams
mermaid:
enable: true
zoom: true # whether to enable zoom for mermaid diagrams
code_block:
# whether to expand the code block by default
# true means expand all code blocks by default
# false means collapse all code blocks by default
# number means collapse the code block by default when the number of lines exceeds the specified value
expand: true
########################################
# Analytics
########################################
baidu_analytics: false
google_analytics: false
clarity: false
########################################
# Comment system
########################################
# global control of the comment system
# you can use multiple comment systems at the same time
# load order: localStorage(user manually selects) -> default
# -> valine -> waline -> twikoo -> gitalk -> giscus
comment:
# comment system title
title:
en: Leave a comment
zh-CN: 说些什么吧!
zh-TW: 說些什麼吧!
ja: コメントを残す
pt-BR: Deixe um comentário
default: waline # default comment system, when you enable multiple comment systems
# valine comment system. https://valine.js.org
# version 1.5.1
# notify and verify have been deprecated
valine:
enable: false # if you want to use valine,please set this value is true
appId: # leancloud application app id
appKey: # 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/en
placeholder: Just go go # valine comment input placeholder(like: Please leave your footprints )
guest_info: nick,mail,link #valine comment header info
recordIP: true # whether to record the IP address of the commenters
highlight: true # whether to highlight the code blocks
visitor: false # whether to display the number of visitors
# https://waline.js.org/
# version 2.15.8
waline:
enable: false
serverURL:
lang: zh-CN
locale: {} # https://waline.js.org/guide/features/i18n.html#%E8%87%AA%E5%AE%9A%E4%B9%89%E8%AF%AD%E8%A8%80
emoji:
- https://unpkg.com/@waline/[email protected]/weibo
- https://unpkg.com/@waline/[email protected]/alus
- https://unpkg.com/@waline/[email protected]/bilibili
- https://unpkg.com/@waline/[email protected]/qq
- https://unpkg.com/@waline/[email protected]/tieba
- https://unpkg.com/@waline/[email protected]/tw-emoji
meta:
- nick
- mail
- link
requiredMeta:
- nick
- mail
wordLimit: 0
pageSize: 10
pageview: true
# https://twikoo.js.org
twikoo:
enable: false
envId: # 腾讯云环境填 envId;Vercel 环境填地址(https://xxx.vercel.app)
region:
# https://github.com/gitalk/gitalk/blob/master/readme-cn.md
gitalk:
enable: false
clientID:
clientSecret:
repo:
owner:
admin:
md5: false
# https://giscus.app/zh-CN
giscus:
enable: false
repo:
repoId:
category:
categoryId:
mapping: mapping
strict: 0
reactionsEnabled: 1
emitMetadata: 0
inputPosition: bottom
# commentTheme: light # this option is invalid, because the theme is set by the theme itself
lang: zh-CN
########################################
# Search
########################################
# need https://github.com/LouisBarranqueiro/hexo-algoliasearch
# please add the following config in your _config.yml
# algolia:
# appId: 'your applicationID'
# apiKey: 'your apiKey'
# adminApiKey: 'your adminApiKey'
# indexName: 'your indexName'
# chunkSize: 5000
# fields:
# - content:strip:truncate,0,500
# - excerpt:strip
# - gallery
# - permalink
# - photos
# - slug
# - tags
# - title
algolia_search:
enable: false
hits:
per_page: 10
labels:
input_placeholder: "搜索....."
hits_empty: "未发现与 「${query}」相关内容"
hits_stats: "找到${hits}条结果(用时 ${time} ms)"
# need https://github.com/wzpan/hexo-generator-search
# please add the following config in your _config.yml
# search:
# path: search.json # The filename must be search.json
# field: post
# content: true
generator_search:
enable: true
field: post
content: true
########################################
# Animation
########################################
# Loader animation
preloader:
enable: true
text: 少女祈祷中...
icon: # default use inline svg for fast speed, you can use a image url, like '/images/taichi.png'
# see https://github.com/D-Sketon/aos.js
animation:
enable: true
options:
header:
title: slide-up
subTitle: slide-down
home:
post: fade-up
widget: fade-up
sidebar: fade-up
article:
whole: fade-up
date: zoom-in
category: zoom-in
tag: zoom-in
comment: zoom-in
reading: zoom-in
nav: fade-up
archive:
whole: fade-up
tag: zoom-in
category: zoom-in
section: fade-up
nav: fade-up
# see https://github.com/D-Sketon/mouse-firework
firework:
enable: false
options:
excludeElements: ["a", "button"]
particles:
- shape: circle
move: ["emit"]
easing: easeOutExpo
colors: ["#ff5252", "#ff7c7c", "#ffafaf", "#ffd0d0"]
number: 20
duration: [1200, 1800]
shapeOptions:
radius: [16, 32]
alpha: [0.3, 0.5]
- shape: circle
move: ["diffuse"]
easing: easeOutExpo
colors: ["#ff0000"]
number: 1
duration: [1200, 1800]
shapeOptions:
radius: 20
alpha: [0.2, 0.5]
lineWidth: 6
########################################
# Extended features
########################################
# Clipboard configuration
clipboard:
success:
en: Copy successfully (*^▽^*)
zh-CN: 复制成功 (*^▽^*)
zh-TW: 複製成功 (*^▽^*)
ja: コピー成功 (*^▽^*)
pt-BR: Copiado com sucesso (*^▽^*)
fail:
en: Copy failed (゚⊿゚)ツ
zh-CN: 复制失败 (゚⊿゚)ツ
zh-TW: 複製失敗 (゚⊿゚)ツ
ja: コピー失敗 (゚⊿゚)ツ
pt-BR: Falha ao copiar (゚⊿゚)ツ
copyright: # whether to add a copyright for the clipped content
enable: false
count: 50 # The number of characters when the copyright is displayed
license_type: by-nc-sa # https://creativecommons.org/licenses
# show categories card on home page
home_categories:
enable: true
content:
- categories: 技术文章
cover: covers/reimu/108212938.jpg
- categories: 专业学习
cover: covers/aya/91999833.jpg
- categories: 随笔杂谈
cover: covers/nue/51057250.jpg
- categories: 其他杂项
cover: covers/nitori/FlEMpiOaYAAQhTN.jpg
# whether to display the notification when the article is outdated
outdate:
enable: false
daysAgo: 180 # The number of days after which the article is considered outdated
message:
en: This article was last updated on {time}. Please note that the content may no longer be applicable.
zh-CN: 本文最后更新于 {time},请注意文中内容可能已不适用。
zh-TW: 本文最後更新於 {time},請注意文中內容可能已不適用。
ja: この記事は最終更新日:{time}。記載内容が現在有効でない可能性がありますのでご注意ください。
pt-BR: Este artigo foi atualizado pela última vez em {time}. Observe que o conteúdo pode não ser mais aplicável.
# Sponsor
sponsor:
enable: true
tip:
zh-CN: 请作者喝杯咖啡吧
zh-TW: 請作者喝杯咖啡吧
en: Buy me a coffee
ja: コーヒーを買ってください
pt-BR: Compre-me um café
icon:
url: "../images/taichi.png" # this path is relative to the css/style.css, so it needs to go up one level to reach the images folder
rotate: true
mask: true # whether to use the images as a mask
qr:
- name: 支付宝
src: /sponsor/alipay.jpg
- name: 微信
src: /sponsor/wechat.jpg
# ICP 备案
icp:
icpnumber: # ICP备案号
beian: # 网安备案号
recordcode: # 网安备案链接中的recordcode参数
# show the copyright below each article
article_copyright:
enable: true
content:
author: true
link: true
title: true
date: true
updated: true
license: true
license_type: by-nc-sa # https://creativecommons.org/licenses
# Back To Top
top:
enable: true
position: right # left or right
icon:
url: "../images/taichi.png" # this path is relative to the css/style.css, so it needs to go up one level to reach the images folder
rotate: true
mask: true # whether to use the images as a mask
share:
- facebook
- twitter
- linkedin
- reddit
- weibo
- qq
- weixin
########################################
# Experimental features
########################################
# Experimental, may have a lot of bugs, open with caution!
pjax:
enable: false
# Experimental
# https://github.com/GoogleChromeLabs/quicklink
quicklink:
enable: false
# The `requestIdleCallback` timeout, in milliseconds.
timeout: 3000
# Whether or not the URLs within the options.el container should be treated as high priority.
# When true, quicklink will attempt to use the fetch() API if supported (rather than link[rel=prefetch]).
priority: true
# Determine if a URL should be prefetched.
# Only support string
ignores: []
# https://github.com/CodeByZach/pace
pace:
enable: true
# Experimental
service_worker:
enable: false
# Experimental
live2d:
enable: false
########################################
# Vendor
########################################
# Dependent cdn links
# If you change the version of a js library, be sure to modify the corresponding integrity value
vendor:
cdn_jsdelivr_gh: https://cdn.jsdelivr.net/gh/
cdn_jsdelivr_npm: https://cdn.jsdelivr.net/npm/
fastly_jsdelivr_gh: https://fastly.jsdelivr.net/gh/
fastly_jsdelivr_npm: https://fastly.jsdelivr.net/npm/
unpkg: https://unpkg.com/
webcache: https://npm.webcache.cn/
js:
clipboard:
src: webcache|[email protected]/dist/clipboard.min.js
integrity: sha384-J08i8An/QeARD9ExYpvphB8BsyOj3Gh2TSh1aLINKO3L0cMSH2dN3E22zFoXEi0Q
lazysizes:
src: webcache|[email protected]/lazysizes.min.js
integrity: sha384-3gT/vsepWkfz/ff7PpWNUeMzeWoH3cDhm/A8jM7ouoAK0/fP/9bcHHR5kHq2nf+e
photoswipe:
src: webcache|[email protected]/dist/photoswipe.esm.min.js
integrity: sha384-WkkO3GCmgkC3VQWpaV8DqhKJqpzpF9JoByxDmnV8+oTJ7m3DfYEWX1fu1scuS4+s
photoswipe_lightbox:
src: webcache|[email protected]/dist/photoswipe-lightbox.esm.min.js
integrity: sha384-DiL6M/gG+wmTxmCRZyD1zee6lIhawn5TGvED0FOh7fXcN9B0aZ9dexSF/N6lrZi/
valine:
src: webcache|[email protected]/dist/Valine.min.js
integrity: sha384-3ma91AExDeMAZ1rjTjaP8V2A2obQE+s5ltKRwYlwdpArz9xVbp0tF3b0VV2ACNPn
waline:
src: webcache|@waline/[email protected]/dist/waline.mjs
integrity: sha384-9sbqJjrfGjbkI6/PI4nU/MvBfEmkkPC4YK9I4zBeMIf1CVCZdCMH/KinBEAZII/5
twikoo:
src: webcache|[email protected]/dist/twikoo.all.min.js
integrity: sha384-lDHsr5aZmkMS0eKnsUu6e9RWP+dRmn7sgjRAKGOAoXfMyzbUK6Qi86zZK7R+KvRV
gitalk:
src: webcache|[email protected]/dist/gitalk.min.js
integrity: sha384-kspnZUWBoSWwoJHa0hBCXYbHGbhvU/lcEH5O8eVbSDhbPwsiVUTp/aGX/z/5EuMA
busuanzi:
src: webcache|[email protected]/bsz.pure.mini.js
integrity: sha384-0M75wtSkhjIInv4coYlaJU83+OypaRCIq2SukQVQX04eGTCBXJDuWAbJet56id+S
algolia:
src: webcache|[email protected]/dist/algoliasearch-lite.umd.js
integrity: sha384-xvLS0jfKuoREs7pqkRI/OI8GcqohO5S+jQz7ZBtQXnsXmD+9jDOOY4cL6dCPzlrk
instantsearch:
src: webcache|[email protected]/dist/instantsearch.production.min.js
integrity: sha384-hHJCflT4KBLQyHfKO9vpstIcFKn/Y+KHTORelMMEn7mOp2AVPp+7fr03dLgZiV3J
pace:
src: webcache|[email protected]/pace.min.js
integrity: sha384-k6YtvFUEIuEFBdrLKJ3YAUbBki333tj1CSUisai5Cswsg9wcLNaPzsTHDswp4Az8
mermaid:
src: webcache|[email protected]/dist/mermaid.min.js
integrity: sha384-aG3Gai4tbCHF0iXo48HwLoOZyut7mBl50oMC9GD1m75xyHfJDv6w8hD/kZRD47aJ
firework:
src: webcache|[email protected]/dist/index.umd.js
integrity: sha384-vkGvf25gm1C1PbcoD5dNfc137HzNL/hr1RKA5HniJOaawtvUmH5lTVFgFAruE9Ge
pjax:
src: webcache|[email protected]/dist/index.umd.js
integrity: sha384-xneY1WY8hOfUzswrE4CrYq35N4BdVcxqxwHPr9zawE/jMSCxD+jAPU55x/jj3wlf
live2d:
base: fastly_jsdelivr_gh|D-Sketon/plugin-live2d/
js: fastly_jsdelivr_gh|D-Sketon/plugin-live2d/js/live2d-autoload.js
md5:
src: webcache|[email protected]/js/md5.min.js
integrity: sha384-JmVtRz6RWiXnA14QbIOJzPuU3MidULOpBP66deeLLyyoF4Tr/gZlbkHkL6vTthxH
quicklink:
src: webcache|[email protected]/dist/quicklink.umd.js
integrity: sha384-aD7FsuQkS1ohgFKY41fJfeA+Wd/QRNnrOd9Bs58K3FzKdJJv8yPnYU8Tnp5z1agS
katex:
src: webcache|[email protected]/dist/katex.min.js
integrity: sha384-7zkQWkzuo3B5mTepMUcHkMB5jZaolc2xDwL6VFqjFALcbeS9Ggm/Yr2r3Dy4lfFg
katex_auto_render:
src: webcache|[email protected]/dist/contrib/auto-render.min.js
integrity: sha384-43gviWU0YVjaDtb/GhzOouOXtZMP/7XUzwPTstBeZFe/+rCMvRwr4yROQP43s0Xk
mathjax:
src: webcache|[email protected]/es5/tex-mml-chtml.js
integrity: sha384-Wuix6BuhrWbjDBs24bXrjf4ZQ5aFeFWBuKkFekO2t8xFU0iNaLQfp2K6/1Nxveei
css:
photoswipe: webcache|[email protected]/dist/photoswipe.css
katex: webcache|[email protected]/dist/katex.min.css
waline: webcache|@waline/[email protected]/dist/waline.css
gitalk: webcache|gitalk/dist/gitalk.css
fontawesome:
high_priority:
- webcache|@fortawesome/[email protected]/css/regular.min.css
- webcache|@fortawesome/[email protected]/css/solid.min.css
low_priority:
- webcache|@fortawesome/[email protected]/css/brands.min.css
- webcache|@fortawesome/[email protected]/css/v5-font-face.min.css
- webcache|@fortawesome/[email protected]/css/v4-font-face.min.css
aos: webcache|@reimujs/[email protected]/dist/aos.cssMetadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working