---
title: "My First Post"
description: "Home page for the blog"
date: 2026-07-09
updatedDate: 2026-07-10
tags: ["home"]
---

## hello world
This is the first page. Refer to [Figure 1](#fig-cat).

<figure id="fig-cat">
    <img src="/resources/img.png" alt="A cat sitting on a chair" />
    <figcaption>Figure 1: A cat sitting on a chair.</figcaption>
</figure>

### Installation

Hello darkness

<figure id="fig-2nd-cat">
    <img src="/resources/img.png" alt="A cat sitting on a chair" />
    <figcaption>Figure 2: A cat sitting on a chair.</figcaption>
</figure>

| Command                   | Action                                           |
| :------------------------ | :----------------------------------------------- |
| `bun install`             | Installs dependencies                            |
| `bun dev`             | Starts local dev server at `localhost:4321`      |
| `bun build`           | Build your production site to `./dist/`          |
| `bun preview`         | Preview your build locally, before deploying     |
| `bun astro ...`       | Run CLI commands like `astro add`, `astro check` |
| `bun astro -- --help` | Get help using the Astro CLI                     |
