Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 748 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 748 Bytes

here be cookin hungarian translation

ladybird.org

You can add a header

To install dependencies:

bun install

To run:

bun dev

A new content post can be added by going to src/pages/[route].md and configuring an md file like so:

---
layout: ../layouts/post.astro
title: Simple short title
author: Author names or don't include this to default to "Announcement"
date: Date as a string such as July 1st 2024
---

## MD content goes here

and more below

Styling is currently coming from standard css in src/styles/global.css but will be tailwind driven in the future, you can already use tailwind inside any class="" block right now if you are making a PR