This commit is contained in:
@@ -1,14 +1,16 @@
|
|||||||
---
|
---
|
||||||
import AboutHeroImage from '../assets/background.jpg';
|
import AboutHeroImage from "../assets/background.jpg";
|
||||||
import Layout from '../layouts/BlogPost.astro';
|
import Layout from "../layouts/BlogPost.astro";
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout
|
<Layout
|
||||||
title="About Marvin"
|
title="About Marvin"
|
||||||
description="一个有意思的大学生,正在探索世界..."
|
description="一个有意思的大学生,正在探索世界..."
|
||||||
pubDate={new Date('April 04 2026')}
|
pubDate={new Date("April 04 2026")}
|
||||||
heroImage={AboutHeroImage}
|
heroImage={AboutHeroImage}
|
||||||
>
|
>
|
||||||
<p>我是Marvin,一个对 Life IT Money 充满热情的在校大学生。</p>
|
<p>我是Marvin,一个对 Life IT Money 充满热情的在校大学生。</p>
|
||||||
<p>这是我开发的首个个人博客,请大家见证我的成长!</p>
|
<p>
|
||||||
|
这是我开发的首个个人博客,请大家见证我的成长!我的博客已经实现cicd啦哈哈哈!
|
||||||
|
</p>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|||||||
Reference in New Issue
Block a user