add twikoo, delete default md posts

This commit is contained in:
2026-03-06 17:30:30 +08:00
parent 50f5abccc1
commit 2704ee5a4a
10 changed files with 208 additions and 631 deletions

View File

@ -4,6 +4,7 @@ import type {
NavBarConfig,
ProfileConfig,
SiteConfig,
TwikooConfig,
} from "./types/config";
import { LinkPreset } from "./types/config";
@ -93,3 +94,8 @@ export const expressiveCodeConfig: ExpressiveCodeConfig = {
// Please select a dark theme, as this blog theme currently only supports dark background color
theme: "github-dark",
};
export const twikooConfig: TwikooConfig = {
enable: true,
envId: "https://twikoo.atdunbg.xyz",
};