mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-25 07:25:42 -05:00
* PUSH NOTE : Public Journal.md * PUSH NOTE : Zola.md * PUSH NOTE : The Moon (Earth).md * PUSH NOTE : Static Site Generators.md * PUSH NOTE : Scry Your Tasks.md * PUSH NOTE : NeoVim.md * PUSH NOTE : Consistency.md * PUSH NOTE : Markdown.md * PUSH NOTE : Chuckwalla.md * PUSH NOTE : Meta.md * PUSH NOTE : Tools.md * PUSH NOTE : Inspirations.md * PUSH NOTE : index.md * PUSH NOTE : Writing with Outlines.md * PUSH NOTE : Poetry.md * PUSH NOTE : Guitar.md * PUSH NOTE : Digital Garden.md * PUSH NOTE : Words I Like.md * PUSH NOTE : Quotes Collection.md * PUSH NOTE : Free Facts.md * PUSH NOTE : Sweep Your Mind.md * PUSH NOTE : Serif.md * PUSH NOTE : Scope of Work.md * PUSH NOTE : Sans-serif.md * PUSH NOTE : Rhizomatic Learning.md * PUSH NOTE : Move Your Body.md * PUSH NOTE : Micropolitan Statistical Area.md * PUSH NOTE : Continuous Care.md * PUSH NOTE : Atomic Notes.md * PUSH NOTE : Chords.md * PUSH NOTE : Arpeggio.md * PUSH NOTE : About.md
40 lines
633 B
Markdown
40 lines
633 B
Markdown
---
|
|
title: Zola
|
|
description: Zola is a fast static site generator in a single binary with everything built-in.
|
|
updated: 2023-12-04
|
|
compartir: true
|
|
---
|
|
|
|
|
|
[Zola](https:) is a fast [[./Static Site Generators|static site generator]] contained in a single binary with everything built-in. It is _by far_ my preferred way to build static websites.
|
|
|
|
## Useful Commands
|
|
|
|
```bash
|
|
zola build --base-url $DEPLOY_URL
|
|
```
|
|
|
|
```bash
|
|
zola build --output-dir $DOCUMENT_ROOT
|
|
```
|
|
|
|
```bash
|
|
zola --config config.staging.toml build
|
|
```
|
|
|
|
```bash
|
|
zola --root /path/to/project build
|
|
```
|
|
|
|
```bash
|
|
zola init
|
|
```
|
|
|
|
```bash
|
|
zola serve
|
|
```
|
|
|
|
```bash
|
|
zola check
|
|
```
|