about summary refs log tree commit diff stats
path: root/content/zola.md
blob: 5458750725c424424db9dee8b11003718e947c51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
+++
title = "Zola"
+++
## No dependencies

Zola comes as a single executable with Sass compilation, syntax
highlighting, table of contents and many other features that
traditionally require setting up a dev environment or adding some
JavaScript libraries to your site.

## Blazing fast

The average site will be generated in less than a second, including
Sass compilation and syntax highlighting.

## Scalable

Zola renders your whole site as static files, making it trivial to
handle any kind of traffic you will throw at it at no cost without
having to worry about managing a server or a database.

## Easy to use

From the CLI to the template engine, everything is designed to be
intuitive. Don't take my word for it though, look at the documentation
and see for yourself.

## Flexible

Zola gets out of your way so you can focus on your content, be it a
blog, a knowledge base, a landing page or a combination of them.

## Augmented Markdown

Zola comes with shortcodes and internal links to make it easier to
write your content.