about summary refs log tree commit diff stats
path: root/themes/bear/content/zola.md
diff options
context:
space:
mode:
authorAlan Pearce2023-05-18 20:57:35 +0200
committerAlan Pearce2023-05-18 20:57:35 +0200
commitc8ec9d9ca2557a00559b4823d9b5bfd2faeb5775 (patch)
treef46299e4eb99f097caa6a93a9c904778cfae51a7 /themes/bear/content/zola.md
parentb0511b71c29c88acb99df245547a52bcce6b10bd (diff)
parentfe37fcf3daa0eaafc1236050ac95b5d4ba21bcd2 (diff)
downloadwebsite-c8ec9d9ca2557a00559b4823d9b5bfd2faeb5775.tar.lz
website-c8ec9d9ca2557a00559b4823d9b5bfd2faeb5775.tar.zst
website-c8ec9d9ca2557a00559b4823d9b5bfd2faeb5775.zip
Add 'themes/bear/' from commit 'fe37fcf3daa0eaafc1236050ac95b5d4ba21bcd2'
git-subtree-dir: themes/bear
git-subtree-mainline: b0511b71c29c88acb99df245547a52bcce6b10bd
git-subtree-split: fe37fcf3daa0eaafc1236050ac95b5d4ba21bcd2
Diffstat (limited to 'themes/bear/content/zola.md')
-rw-r--r--themes/bear/content/zola.md36
1 files changed, 36 insertions, 0 deletions
diff --git a/themes/bear/content/zola.md b/themes/bear/content/zola.md
new file mode 100644
index 0000000..5458750
--- /dev/null
+++ b/themes/bear/content/zola.md
@@ -0,0 +1,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.