Skip to content

A guide to help new (and existing) streamers for their coworking & study streams!

License

Notifications You must be signed in to change notification settings

liyunze-coding/coworking-website

Repository files navigation

Coworking Guide

Coworking website

Astro Badge TypeScript Badge React Badge Tailwind CSS Badge remark Badge


Table of Contents


Contributing

Guidelines: TBA


Directive Components

:::warn
This is a warning!
:::

:::note
Note this down
:::

:::success
this was successful! 
:::

:::danger
It could go very wrong
:::

:::tip
This is a cool tip!
:::

Frontmatter

Guide Content

---
title: 
layout: "../../layouts/GuideLayout.astro"
description: 
order: 0
---
  • title: Page title
  • layout: Path to layout file
  • description: Description of the content
  • order: The order in which it displays on the left bar

Independent Pages

---
title: 
layout: "../../layouts/GuideLayout.astro"
description: 
---
  • title: Page title
  • layout: Path to layout file
  • description: Description of the content

About

A guide to help new (and existing) streamers for their coworking & study streams!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published