This is my personal site, built with Astro and Bun.
Mark down files placed within src/pages/posts
will be automatically converted to blog posts, with layout (if set in the frontmatter) and all.
---
layout: "@/layouts/Post.astro"
title:
description:
published:
tags:
---
# content
Optionally, you can provide listed: false
in the frontmatter to hide the post from the index, and edited: true
to provide a link to the edit history.
- Install the dependencies with
bun install
- Run
bun run dev
to start the development server - Open http://localhost:4321 to view it in the browser
- Install the dependencies with
bun install
- Run
bun run build
to build the site - Deploy the
dist
directory to your server