Tybios

Tybios is a Tufted style inspired static blog template powered by Astro and Typst.

Installation

To get started with Tybios, follow these steps:

  1. Clone the repository:

    git clone https://codeberg.org/HPCesia/Tybios.git --recurisve
  2. Navigate to the project directory:

    cd Tybios
  3. Install dependencies:

    pnpm install
  4. Configure your site by editing the src/config.ts file to set your site’s metadata and preferences.
  5. Start the development server:

    pnpm dev
  6. Build for production:

    pnpm build

Recent Posts