145 words
1 minutes
Simple Guides for This WEB

This Website is built with Astro. For Project showcase or assignment collection of Tenzly.

Front-matter of Posts#

---
title: The Tenzly Personal Website
published: 2025-02-03
description: This is the first My Personal WEB, build with Astro.
image: ./cover.jpg
tags: [Foo, Bar]
category: Front-end
draft: false
---
AttributeDescription
titleThe title of the post.
publishedThe date the post was published.
descriptionA short description of the post. Displayed at index page.
imageThe cover image path of the post.
1. Start with http:// or https://: Use web image
2. Start with /: For image in public dir
3. With none of the prefixes: Relative to the markdown file
tagsThe tags of the post.
categoryThe category of the post.
draftIf this post is still a draft, which won’t be displayed.

Where to Place the Post Files#

Your post files should be placed in Home/posts directory. You can also create sub-directories to better organize your posts and assets.

Home/posts/
├── post-1
└── post-2/
    ├── cover.png
    └── index.md
Simple Guides for This WEB
https://tenzly-amirzaky.vercel.app/posts/guide/
Author
Tenzly Amirzaky
Published at
2025-02-03