fix: 修复博客图片加载失败(掘金防盗链)
- 将《Git使用教学》中的掘金外链图片下载至 source/images/ 并替换为站内路径 - _config.yml 注入 no-referrer meta 作为兜底方案 - 新增 tools/download-juejin-images.js 批量下载/替换脚本
This commit is contained in:
+99
-5
@@ -6,15 +6,15 @@
|
||||
|
||||
# ==================== 站点基本信息 ====================
|
||||
# 网站标题
|
||||
title: 62117684535a5ba2
|
||||
title: 无名垃圾桶
|
||||
# 网站副标题
|
||||
subtitle: ''
|
||||
subtitle: '何年是歸日,雨淚下孤舟。'
|
||||
# 网站描述
|
||||
description: 4e004e2a7528 Hexo 642d5efa7684535a5ba2
|
||||
description: 一个记录生活的博客
|
||||
# 网站关键词,多个关键词可用逗号分隔或写成数组
|
||||
keywords:
|
||||
keywords: 博客,知识库
|
||||
# 作者名称
|
||||
author: wa feng
|
||||
author: lin
|
||||
# 网站语言
|
||||
language: zh-CN
|
||||
# 时区,留空时通常使用系统默认时区
|
||||
@@ -153,6 +153,100 @@ ignore:
|
||||
# 当前主题名称
|
||||
theme: butterfly
|
||||
|
||||
theme_config:
|
||||
nav:
|
||||
logo:
|
||||
display_title: true
|
||||
|
||||
menu:
|
||||
首页: / || fas fa-home
|
||||
归档: /archives/ || fas fa-archive
|
||||
分类: /categories/ || fas fa-folder-open
|
||||
标签: /tags/ || fas fa-tags
|
||||
关于: /about/ || fas fa-heart
|
||||
|
||||
index:
|
||||
banner:
|
||||
enable: true
|
||||
img: https://api.btstu.cn/sjbz/api.php
|
||||
|
||||
theme_color:
|
||||
enable: true
|
||||
main: '#2D8CF0'
|
||||
paginator: '#2D8CF0'
|
||||
button_hover: '#EE2C50'
|
||||
|
||||
card:
|
||||
enable: true
|
||||
display: spacious
|
||||
margin: 30px
|
||||
|
||||
sidebar:
|
||||
enable: true
|
||||
position: right
|
||||
widgets:
|
||||
- type: recent_posts
|
||||
limit: 5
|
||||
- type: tags
|
||||
limit: 10
|
||||
|
||||
footer:
|
||||
enable: true
|
||||
since: 2026
|
||||
|
||||
social:
|
||||
GitHub: https://github.com/ || fab fa-github
|
||||
|
||||
post:
|
||||
meta:
|
||||
date: true
|
||||
updated: true
|
||||
categories: true
|
||||
copyright: true
|
||||
|
||||
search:
|
||||
use: local_search
|
||||
placeholder: 搜索文章
|
||||
local_search:
|
||||
preload: false
|
||||
top_n_per_article: 1
|
||||
unescape: false
|
||||
pagination:
|
||||
enable: false
|
||||
hitsPerPage: 8
|
||||
|
||||
comments:
|
||||
use: ""
|
||||
|
||||
inject:
|
||||
head:
|
||||
- <meta name="referrer" content="no-referrer">
|
||||
- <link rel="stylesheet" href="/css/custom.css">
|
||||
|
||||
code_blocks:
|
||||
theme: pale night
|
||||
macStyle: true
|
||||
height_limit: 800
|
||||
word_wrap: true
|
||||
copy: true
|
||||
language: true
|
||||
shrink: false
|
||||
fullpage: false
|
||||
|
||||
disable_top_img: false
|
||||
default_top_img: transparent
|
||||
index_img: transparent
|
||||
archive_img: false
|
||||
tag_img: transparent
|
||||
tag_per_img: transparent
|
||||
category_img: transparent
|
||||
category_per_img: transparent
|
||||
footer_img: transparent
|
||||
|
||||
background: https://image.987119.xyz/uploads/2026/07/18c0005c5dac2c14635.webp
|
||||
index_site_info_top: 200px
|
||||
index_top_img_height: 400px
|
||||
|
||||
# ==================== 部署配置 ====================
|
||||
# 一键部署配置,需配合对应部署插件使用
|
||||
# 文档: https://hexo.io/docs/one-command-deployment
|
||||
|
||||
Reference in New Issue
Block a user