mirror of
https://github.com/Ad-closeNN/blog-fuwari.git
synced 2026-05-31 01:20:06 -04:00
docs(page): 如何进行 Folo 订阅源认证 & feat(page): 增加友链
1. Footer 增加跳转 2. 增添友链
This commit is contained in:
+9
-4
@@ -10,10 +10,10 @@ import { LinkPreset } from "./types/config";
|
||||
|
||||
export const siteConfig: SiteConfig = {
|
||||
title: "Ad_closeNN 的小站",
|
||||
subtitle: "Ad_closeNN 的小站,时不时会刷新一些野生的文档。",
|
||||
subtitle: "Ad_closeNN の 小站,时不时会刷新一些野生东西 | ✨ 欢迎友链,天天开心! ✨",
|
||||
lang: "zh_CN", // Language code, e.g. 'en', 'zh-CN', 'ja', etc.
|
||||
themeColor: {
|
||||
hue: 360, // Invalid but fun( Default hue for the theme color, from 0 to 360. e.g. red: 0, teal: 200, cyan: 250, pink: 345
|
||||
hue: 140, // Default hue for the theme color, from 0 to 360. e.g. red: 0, teal: 200, cyan: 250, pink: 345
|
||||
fixed: false, // Hide the theme color picker for visitors
|
||||
},
|
||||
banner: {
|
||||
@@ -22,8 +22,8 @@ export const siteConfig: SiteConfig = {
|
||||
position: "center", // Equivalent to object-position, only supports 'top', 'center', 'bottom'. 'center' by default
|
||||
credit: {
|
||||
enable: true, // Display the credit text of the banner image
|
||||
text: "Carbon", // Credit text to be displayed
|
||||
url: "https://carbon.now.sh", // (Optional) URL link to the original artwork or artist's page
|
||||
text: "Apache | Carbon", // Credit text to be displayed
|
||||
url: "https://httpd.apache.org/docs/2.4/getting-started.html", // (Optional) URL link to the original artwork or artist's page
|
||||
},
|
||||
},
|
||||
background: {
|
||||
@@ -58,6 +58,11 @@ export const navBarConfig: NavBarConfig = {
|
||||
LinkPreset.Home,
|
||||
LinkPreset.Archive,
|
||||
LinkPreset.About,
|
||||
{
|
||||
name: "友情链接",
|
||||
url: "/friends/", // Internal links should not include the base path, as it is automatically added
|
||||
external: false, // Show an external link icon and will open in a new tab
|
||||
},
|
||||
{
|
||||
name: "统计信息",
|
||||
url: "https://umami.adclosenn.top/share/XMDJoIb1D21UxHdH", // Internal links should not include the base path, as it is automatically added
|
||||
|
||||
Reference in New Issue
Block a user