feat: moved content back into this repository, and moved private content out
This commit is contained in:
parent
7fb4035f31
commit
63a079deb1
14 changed files with 62 additions and 132 deletions
|
|
@ -14,16 +14,6 @@ const md = defineCollection({
|
|||
})
|
||||
});
|
||||
|
||||
const dnd = defineCollection({
|
||||
loader: glob({ pattern: '**/*.md', base: './src/content/dnd' }),
|
||||
schema: z.object({
|
||||
title: z.string(),
|
||||
pinned: z.boolean().optional(),
|
||||
category: z.string().optional(),
|
||||
related: z.array(z.string()).optional(),
|
||||
})
|
||||
});
|
||||
|
||||
const bookmarks = defineCollection({
|
||||
loader: file('./src/content/bookmarks.yaml', {
|
||||
parser: (text) => {
|
||||
|
|
@ -38,4 +28,4 @@ const bookmarks = defineCollection({
|
|||
})
|
||||
});
|
||||
|
||||
export const collections = { md, dnd, bookmarks };
|
||||
export const collections = { md, bookmarks };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue