Tybios
Tybios is a Tufted style inspired static blog template powered by Astro and Typst.
Installation
To get started with Tybios, follow these steps:
Clone the repository:
git clone https://codeberg.org/HPCesia/Tybios.git --recurisveNavigate to the project directory:
cd TybiosInstall dependencies:
pnpm install- Configure your site by editing the
src/config.tsfile to set your site’s metadata and preferences. Start the development server:
pnpm devBuild for production:
pnpm build