add twikoo, delete default md posts
This commit is contained in:
@ -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",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user