Skip to content

Commit 95b5504

Browse files
committed
feat: add ownership's post
1 parent 5c928ce commit 95b5504

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.astro/types.d.ts

+7
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,13 @@ declare module 'astro:content' {
224224
collection: "blog";
225225
data: InferEntrySchema<"blog">
226226
} & { 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"] };
227234
"some-cool-stuff-in-vue-3.md": {
228235
id: "some-cool-stuff-in-vue-3.md";
229236
slug: "some-cool-stuff-in-vue-3";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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.

0 commit comments

Comments
 (0)