mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 00:53:19 +08:00
feat(content): 更新文章封面图片并调整Obsidian配置
- 添加新的文章封面图片 easy-cover (2).png - 更新netlify-vercel-proxy.md文章封面引用路径 - 格式化Obsidian配置文件为更易读的JSON格式
This commit is contained in:
10
src/content/.obsidian/app.json
vendored
10
src/content/.obsidian/app.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"attachmentFolderPath": "assets/images",
|
||||
"newLinkFormat": "relative",
|
||||
"useMarkdownLinks": true,
|
||||
"uriCallbacks": false
|
||||
}
|
||||
"attachmentFolderPath": "assets/images",
|
||||
"newLinkFormat": "relative",
|
||||
"useMarkdownLinks": true,
|
||||
"uriCallbacks": false
|
||||
}
|
||||
2
src/content/.obsidian/appearance.json
vendored
2
src/content/.obsidian/appearance.json
vendored
@@ -1 +1 @@
|
||||
{}
|
||||
{}
|
||||
4
src/content/.obsidian/community-plugins.json
vendored
4
src/content/.obsidian/community-plugins.json
vendored
@@ -1 +1,3 @@
|
||||
["obsidian-paste-image-rename"]
|
||||
[
|
||||
"obsidian-paste-image-rename"
|
||||
]
|
||||
64
src/content/.obsidian/core-plugins.json
vendored
64
src/content/.obsidian/core-plugins.json
vendored
@@ -1,33 +1,33 @@
|
||||
{
|
||||
"file-explorer": true,
|
||||
"global-search": true,
|
||||
"switcher": true,
|
||||
"graph": true,
|
||||
"backlink": true,
|
||||
"canvas": true,
|
||||
"outgoing-link": true,
|
||||
"tag-pane": true,
|
||||
"footnotes": false,
|
||||
"properties": false,
|
||||
"page-preview": true,
|
||||
"daily-notes": true,
|
||||
"templates": true,
|
||||
"note-composer": true,
|
||||
"command-palette": true,
|
||||
"slash-command": false,
|
||||
"editor-status": true,
|
||||
"bookmarks": true,
|
||||
"markdown-importer": false,
|
||||
"zk-prefixer": false,
|
||||
"random-note": false,
|
||||
"outline": true,
|
||||
"word-count": true,
|
||||
"slides": false,
|
||||
"audio-recorder": false,
|
||||
"workspaces": false,
|
||||
"file-recovery": true,
|
||||
"publish": false,
|
||||
"sync": true,
|
||||
"bases": true,
|
||||
"webviewer": false
|
||||
}
|
||||
"file-explorer": true,
|
||||
"global-search": true,
|
||||
"switcher": true,
|
||||
"graph": true,
|
||||
"backlink": true,
|
||||
"canvas": true,
|
||||
"outgoing-link": true,
|
||||
"tag-pane": true,
|
||||
"footnotes": false,
|
||||
"properties": false,
|
||||
"page-preview": true,
|
||||
"daily-notes": true,
|
||||
"templates": true,
|
||||
"note-composer": true,
|
||||
"command-palette": true,
|
||||
"slash-command": false,
|
||||
"editor-status": true,
|
||||
"bookmarks": true,
|
||||
"markdown-importer": false,
|
||||
"zk-prefixer": false,
|
||||
"random-note": false,
|
||||
"outline": true,
|
||||
"word-count": true,
|
||||
"slides": false,
|
||||
"audio-recorder": false,
|
||||
"workspaces": false,
|
||||
"file-recovery": true,
|
||||
"publish": false,
|
||||
"sync": true,
|
||||
"bases": true,
|
||||
"webviewer": false
|
||||
}
|
||||
BIN
src/content/assets/images/easy-cover (2).png
Normal file
BIN
src/content/assets/images/easy-cover (2).png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
@@ -1,20 +1,19 @@
|
||||
---
|
||||
|
||||
category: 随笔
|
||||
description: 会用Netlify,家宽建站不是梦!
|
||||
draft: false
|
||||
image: https://eo-r2.2x.nz/myblog/img/image.png
|
||||
lang: ''
|
||||
image: ../assets/images/easy-cover%20(2).png
|
||||
lang: ""
|
||||
published: 2025-04-04
|
||||
tags: [Netlify, Vercel]
|
||||
tags:
|
||||
- Netlify
|
||||
- Vercel
|
||||
title: Netlify、Vercel反代网站
|
||||
|
||||
---
|
||||
|
||||
# 原理思路
|
||||
|
||||
现阶段大部分家宽拿不到公网IPv4,但是可以拿到公网IPv6,借助Netlify做一个v6 -> v4的回源就可以让所有人都访问到你的站点了。同时这也是一个Netlify的通用反代教程。本文还教了Vercel的通用反代教程,不过这玩意在2025年仍然不支持IPv6,只能拿来反代小黄站了ToT
|
||||
|
||||
# 正式开始
|
||||
|
||||
## Netlify篇
|
||||
|
||||
Reference in New Issue
Block a user