typstify-generator 0.1.8

Static site generation engine
Documentation
---
title: "Getting Started"
date: 2024-01-20T10:00:00Z
description: "A quick start guide for Typstify."
tags: ["tutorial", "beginner"]
draft: false
---

This guide walks you through the basics of Typstify.

## Installation

Install Typstify with cargo:

```text
cargo install typstify
```

## Quick Start

Create a new site with:

```text
typstify init my-site
```