Spiff up the readme a bit. (#2501)

This commit is contained in:
Peter Tripp 2024-05-18 15:13:32 -04:00 committed by GitHub
parent bf77b5223a
commit b0eacbc55c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,30 +5,29 @@
A fast static site generator in a single binary with everything built-in. A fast static site generator in a single binary with everything built-in.
Documentation is available on [its site](https://www.getzola.org/documentation/getting-started/installation/) or To find out more see the [Zola Documentation](https://www.getzola.org/documentation/getting-started/overview/), look
in the `docs/content` folder of the repository and the community can use [its forum](https://zola.discourse.group). in the [docs/content](docs/content) folder of this repository or visit the [Zola community forum](https://zola.discourse.group).
This tool and the template engine it is using were born from an intense dislike of the (insane) Golang template engine and therefore of This tool and its template engine [tera](https://keats.github.io/tera/) were born from an intense dislike of the (insane) Golang template engine and therefore of
Hugo that I was using before for 6+ sites. Hugo that I was using before for 6+ sites.
# List of features # List of features
- Single binary - [Single binary](https://www.getzola.org/documentation/getting-started/cli-usage/)
- Syntax highlighting - [Syntax highlighting](https://www.getzola.org/documentation/content/syntax-highlighting/)
- Sass compilation - [Sass compilation](https://www.getzola.org/documentation/content/sass/)
- Assets co-location - Assets co-location
- (Basic currently) multilingual site suport - [Multilingual site suport](https://www.getzola.org/documentation/content/multilingual/) (Basic currently)
- Image processing - [Image processing](https://www.getzola.org/documentation/content/image-processing/)
- Themes - [Themes](https://www.getzola.org/documentation/themes/overview/)
- Shortcodes - [Shortcodes](https://www.getzola.org/documentation/content/shortcodes/)
- Internal links - [Internal links](https://www.getzola.org/documentation/content/linking/)
- External link checker - [External link checker](https://www.getzola.org/documentation/getting-started/cli-usage/#check)
- Table of contents automatic generation - [Table of contents automatic generation](https://www.getzola.org/documentation/content/table-of-contents/)
- Automatic header anchors - Automatic header anchors
- Aliases - [Aliases](https://www.getzola.org/documentation/content/page/#front-matter)
- Pagination - [Pagination](https://www.getzola.org/documentation/templates/pagination/)
- Custom taxonomies - [Custom taxonomies](https://www.getzola.org/documentation/templates/taxonomies/)
- Search with no servers or any third parties involved - [Search with no servers or any third parties involved](https://www.getzola.org/documentation/content/search/)
- Live reload - [Live reload](https://www.getzola.org/documentation/getting-started/cli-usage/#serve)
- Deploy on many platforms easily: Netlify, Vercel, Cloudflare - Deploy on many platforms easily: [Netlify](https://www.getzola.org/documentation/deployment/netlify/), [Vercel](https://www.getzola.org/documentation/deployment/vercel/), [Cloudflare Pages](https://www.getzola.org/documentation/deployment/cloudflare-pages/), etc
- Breadcrumbs