Skip to content

Kingproone/ladybird.org

 
 

Repository files navigation

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

About

translations

Resources

Stars

Watchers

Forks

Languages

  • Astro 46.6%
  • CSS 40.3%
  • TypeScript 7.6%
  • JavaScript 5.5%