feat(all): first init
This commit is contained in:
commit
67c6e47f58
34 changed files with 2155 additions and 0 deletions
9
src/consts.ts
Normal file
9
src/consts.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
import type { Metadata, Site } from "@types";
|
||||
export const SITE: Site = {
|
||||
TITLE: "z0x",
|
||||
DESCRIPTION: "z0x's blog",
|
||||
};
|
||||
export const HOME: Metadata = {
|
||||
TITLE: "blog",
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue