• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H10-Dec-2021-11080

cargo-crates/H03-May-2022-3,329,7062,672,132

completions/H10-Dec-2021-456426

components/H10-Dec-2021-21,37317,357

docs/H10-Dec-2021-9,6967,155

src/H10-Dec-2021-1,5981,318

sublime/H10-Dec-2021-44,99944,272

test_site/H10-Dec-2021-846733

test_site_i18n/H10-Dec-2021-152107

.dockerignoreH A D10-Dec-2021361 3529

.editorconfigH A D10-Dec-202177 65

.gitignoreH A D10-Dec-2021325 3227

.gitmodulesH A D10-Dec-20213.9 KiB7978

CHANGELOG.mdH A D10-Dec-202124.1 KiB544436

CONTRIBUTING.mdH A D10-Dec-20213.1 KiB7953

Cargo.lockH A D10-Dec-202184.7 KiB3,6053,243

Cargo.tomlH A D10-Dec-20211.9 KiB8170

DockerfileH A D10-Dec-2021364 1610

EXAMPLES.mdH A D10-Dec-20215.2 KiB4442

LICENSEH A D10-Dec-20211.1 KiB2317

README.mdH A D10-Dec-20211.2 KiB3427

azure-pipelines.ymlH A D10-Dec-20216 KiB151143

build.rsH A D10-Dec-2021414 133

netlify.tomlH A D10-Dec-2021215 118

rustfmt.tomlH A D10-Dec-202129 21

snapcraft.yamlH A D10-Dec-2021725 3228

README.md

1# zola (né Gutenberg)
2
3[![Build Status](https://dev.azure.com/getzola/zola/_apis/build/status/getzola.zola?branchName=master)](https://dev.azure.com/getzola/zola/_build/latest?definitionId=1&branchName=master)
4
5A fast static site generator in a single binary with everything built-in.
6
7Documentation is available on [its site](https://www.getzola.org/documentation/getting-started/installation/) or
8in the `docs/content` folder of the repository and the community can use [its forum](https://zola.discourse.group).
9
10This tool and the template engine it is using were born from an intense dislike of the (insane) Golang template engine and therefore of
11Hugo that I was using before for 6+ sites.
12
13# List of features
14
15- Single binary
16- Syntax highlighting
17- Sass compilation
18- Assets co-location
19- (Basic currently) multilingual site suport
20- Image processing
21- Themes
22- Shortcodes
23- Internal links
24- External link checker
25- Table of contents automatic generation
26- Automatic header anchors
27- Aliases
28- Pagination
29- Custom taxonomies
30- Search with no servers or any third parties involved
31- Live reload
32- Deploy on many platforms easily: Netlify, Vercel, Cloudflare
33- Breadcrumbs
34