> ## Documentation Index
> Fetch the complete documentation index at: https://docs.appz.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Deploy a Zola Site

> Learn how to use Appz’s features with Zola

export const framework_0 = "Zola"

export const intro_0 = "Hugo is a static site generator built with Go, known for its remarkable speed. It offers highly flexible and advanced tools for content management, utilizing Markdown and JSON to streamline the process"

## Get Started with {framework_0} on Appz

{intro_0}

<Note>You can deploy a static **{framework_0}** site to Appz with zero configuration.</Note>

<p>To get started with **{framework_0}** on Appz:</p>

* If you already have a project set up with **{framework_0}**, first [install](/installation) the Appz CLI. Then, run the <code>appz</code> command from your project's root directory to deploy.
* Alternatively, clone one of our **{framework_0}** example repositories to your preferred git provider. You can then deploy it on Appz using the deployment button provided below:
* Or, select a template from Appz's marketplace:

<CardGroup cols={2}>
  <Card title="Zola">
    View the [**Zola Live example**](https://zola.appz.dev)
  </Card>

  <Card href="https://www.getzola.org/documentation">
    Refer to the **Zola Docs** to learn more about Zola or for assistance with an Zola project
  </Card>
</CardGroup>
