File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
contents/news/progress-updates Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1- import { z , defineCollection } from 'astro:content' ;
1+ import { z , defineCollection , reference } from 'astro:content' ;
22import { glob } from 'astro/loaders' ;
33
44const blog = defineCollection ( {
55 loader : glob ( { pattern : '**/*.md' , base : 'src/content/blog' } ) ,
66 schema : z . object ( {
77 title : z . string ( ) ,
8+ author : reference ( 'authors' ) ,
89 date : z . date ( ) ,
910 desc : z . date ( ) ,
1011 } ) ,
Original file line number Diff line number Diff line change 1+ ---
2+ title : We are Back!
3+ author : eveeifyeve
4+ date : 2024-3-16
5+ desc : We are officially back to cordevall
6+ ---
7+
8+ Today we are officially back to Cordevall! This is some exciting news.
9+ I will be working on discord bot templates such as the Typescript/JavaScript, Go & Python Bots.
10+ I encouage you to contribute to the repos of these bots.
11+
12+ I will be refreshing this website this month so stay tuned for a new improved refresh.
You can’t perform that action at this time.
0 commit comments