mirror of
https://github.com/getzola/zola
synced 2024-12-12 13:22:29 +00:00
109 lines
5.3 KiB
HTML
109 lines
5.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-gb">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="Everything you need to make a static site engine in one binary.">
|
|
<meta name="author" content="Vincent Prouillet">
|
|
<title>Zola</title>
|
|
<link rel="stylesheet" href="https://www.getzola.org/site.css">
|
|
<link rel="icon" href="https://www.getzola.org/favicon.ico">
|
|
</head>
|
|
<body>
|
|
|
|
<header>
|
|
<a class="header__logo white" href="https://www.getzola.org/">Zola</a>
|
|
<nav>
|
|
<ul>
|
|
<li><a class="white" href="https://www.getzola.org/documentation/" class="nav-link">Docs</a></li>
|
|
<li><a class="white" href="https://www.getzola.org/themes/" class="nav-link">Themes</a></li>
|
|
<li><a class="white" href="https://zola.discourse.group/" class="nav-link">Forum</a></li>
|
|
<li><a class="white" href="https://github.com/getzola/zola" class="nav-link">GitHub</a></li>
|
|
</ul>
|
|
<div class="search-container">
|
|
<input id="search" type="search" placeholder="🔎 Search the docs">
|
|
|
|
<div class="search-results">
|
|
<div class="search-results__items"></div>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
|
|
<div class="content ">
|
|
|
|
<div class="hero">
|
|
<h1>Your one-stop static site engine</h1>
|
|
<p class="hero__tagline">
|
|
Forget dependencies. Everything you need in one binary.
|
|
</p>
|
|
<a href="https://www.getzola.org/documentation/" class="button">Get started</a>
|
|
</div>
|
|
|
|
<div class="inverted-colours selling-points">
|
|
<div class="selling-points__content container">
|
|
<div class="selling-point">
|
|
<h2>No dependencies</h2>
|
|
<p>
|
|
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.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="selling-point">
|
|
<h2>Blazing fast</h2>
|
|
<p>
|
|
The average site will be generated in less than a second,
|
|
including Sass compilation and syntax highlighting.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="selling-point">
|
|
<h2>Scalable</h2>
|
|
<p>
|
|
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.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="selling-point">
|
|
<h2>Easy to use</h2>
|
|
<p>
|
|
From the CLI to the template engine, everything is designed to be intuitive.
|
|
Don't take my word for it though, look at the
|
|
<a href="https://www.getzola.org/documentation/">documentation</a> and see for yourself.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="selling-point">
|
|
<h2>Flexible</h2>
|
|
<p>
|
|
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.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="selling-point">
|
|
<h2>Augmented Markdown</h2>
|
|
<p>
|
|
Zola comes with <a href="https://www.getzola.org/documentation/content/shortcodes/">shortcodes</a> and
|
|
<a href="https://www.getzola.org/documentation/content/linking/">internal links</a>
|
|
to make it easier to write your content.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
<footer>
|
|
©2017-2024 — <a class="white" href="https://www.vincentprouillet.com">Vincent Prouillet</a> and <a class="white" href="https://github.com/getzola/zola/graphs/contributors">contributors</a>
|
|
</footer>
|
|
|
|
<script type="text/javascript" src="https://www.getzola.org/elasticlunr.min.js"></script>
|
|
<script type="text/javascript" src="https://www.getzola.org/search.js"></script>
|
|
</body>
|
|
</html>
|