File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -224,6 +224,13 @@ declare module 'astro:content' {
224
224
collection : "blog" ;
225
225
data : InferEntrySchema < "blog" >
226
226
} & { render ( ) : Render [ ".md" ] } ;
227
+ "ownership-the-heart-of-rust-programming.md" : {
228
+ id : "ownership-the-heart-of-rust-programming.md" ;
229
+ slug : "onwership-the-heart-of-rust-programming" ;
230
+ body : string ;
231
+ collection : "blog" ;
232
+ data : InferEntrySchema < "blog" >
233
+ } & { render ( ) : Render [ ".md" ] } ;
227
234
"some-cool-stuff-in-vue-3.md" : {
228
235
id : "some-cool-stuff-in-vue-3.md" ;
229
236
slug : "some-cool-stuff-in-vue-3" ;
Original file line number Diff line number Diff line change
1
+ ---
2
+ author : Vito
3
+ pubDatetime : 2024-09-07T20:31:00Z
4
+ modDatetime : 2024-09-07T23:00:47.400Z
5
+ title : " Onwership: The Heart of Rust programming"
6
+ slug : onwership-the-heart-of-rust-programming
7
+ featured : true
8
+ draft : false
9
+ tags :
10
+ - rust
11
+ - onwership
12
+ description : " "
13
+ ---
14
+
15
+ Today - Sep 20th, the North receives a storm. Hope everything & everyone is okay.
16
+ I gonna publish the post later.
You can’t perform that action at this time.
0 commit comments