Initial k1412 research blog

This commit is contained in:
wuyang6
2026-08-10 02:00:15 +08:00
commit 8bd96c892a
41 changed files with 6357 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
import { defineConfig } from "astro/config";
export default defineConfig({
site: "https://blog.k1412.top",
output: "static",
build: {
format: "directory"
},
markdown: {
shikiConfig: {
theme: "github-dark"
}
}
});