mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 00:53:19 +08:00
更新站点配置,修改站点URL,添加Umami统计链接,更新关于页面,增加友情链接
This commit is contained in:
@@ -20,7 +20,7 @@ import { remarkReadingTime } from "./src/plugins/remark-reading-time.mjs";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: "https://072103.xyz",
|
||||
site: "https://afo.im",
|
||||
base: "/",
|
||||
trailingSlash: "always",
|
||||
integrations: [
|
||||
|
||||
@@ -31,10 +31,10 @@ export const siteConfig: SiteConfig = {
|
||||
favicon: [
|
||||
// Leave this array empty to use the default favicon
|
||||
{
|
||||
src: 'https://q2.qlogo.cn/headimg_dl?dst_uin=2726730791&spec=5', // Path of the favicon, relative to the /public directory
|
||||
// theme: 'light', // (Optional) Either 'light' or 'dark', set only if you have different favicons for light and dark mode
|
||||
// sizes: '32x32', // (Optional) Size of the favicon, set only if you have favicons of different sizes
|
||||
}
|
||||
src: "https://q2.qlogo.cn/headimg_dl?dst_uin=2726730791&spec=5", // Path of the favicon, relative to the /public directory
|
||||
// theme: 'light', // (Optional) Either 'light' or 'dark', set only if you have different favicons for light and dark mode
|
||||
// sizes: '32x32', // (Optional) Size of the favicon, set only if you have favicons of different sizes
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -44,8 +44,8 @@ export const navBarConfig: NavBarConfig = {
|
||||
LinkPreset.Archive,
|
||||
LinkPreset.About,
|
||||
{
|
||||
name: "GitHub",
|
||||
url: "https://github.com/saicaca/fuwari", // Internal links should not include the base path, as it is automatically added
|
||||
name: "站点统计",
|
||||
url: "https://cloud.umami.is/share/7PoDRgCzHFTs2vWB/072103.xyz", // Internal links should not include the base path, as it is automatically added
|
||||
external: true, // Show an external link icon and will open in a new tab
|
||||
},
|
||||
],
|
||||
|
||||
@@ -1,10 +1,30 @@
|
||||
# 关于
|
||||
Fuwari牛逼,我这辈子都不会改博客框架了。 [Fuwari](https://github.com/saicaca/fuwari).
|
||||
Fuwari牛逼,我这辈子都不会改博客框架了。
|
||||
|
||||
关于AcoFork的其他站点:[LinkMe](https://link.me/acofork)
|
||||
|
||||
::github{repo="saicaca/fuwari"}
|
||||
|
||||
> ### Sources of images used in this site
|
||||
> - [Unsplash](https://unsplash.com/)
|
||||
> - [星と少女](https://www.pixiv.net/artworks/108916539) by [Stella](https://www.pixiv.net/users/93273965)
|
||||
> - [Rabbit - v1.4 Showcase](https://civitai.com/posts/586908) by [Rabbit_YourMajesty](https://civitai.com/user/Rabbit_YourMajesty)
|
||||
# 友情链接
|
||||
|
||||
- 带我入坑网站的超级大坏比:https://phira.dmocken.top/
|
||||
|
||||
- site rbq.*找到的:https://saltedfishes.com
|
||||
|
||||
- 在代理上教了我很多的好朋友:https://ie.cx
|
||||
|
||||
- 私人grgk:https://sub.grgk.me
|
||||
|
||||
- 幻空博客:https://blog.huankong.top
|
||||
|
||||
- 曾经天天和我斗嘴并且抄我博客的😡:https://blog.muyoung.com/
|
||||
|
||||
- 非常酷的Kotlin Compose Web WASM 全Canvas网站:https://nyayurin.github.io/Yutori-Docs/
|
||||
|
||||
- 奶昔论坛:https://forum.naixi.net/
|
||||
|
||||
- LINUX.DO:https://linux.do
|
||||
|
||||
- 宝塔开心版:https://bt.sb
|
||||
|
||||
- NodeSeek:https://www.nodeseek.com/
|
||||
Reference in New Issue
Block a user