diff options
author | Alan Pearce | 2023-09-22 08:40:59 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-22 12:03:47 +0200 |
commit | 3a2d198d153efc8a69e7640f7dcde88207268ff3 (patch) | |
tree | 7cec49484a6fbbf96121ff396afe1fd0425c4654 /themes/bear/content/zola.md | |
parent | 9c4fd37c97a87b9d1ab9e65b77e4578936b66323 (diff) | |
download | website-3a2d198d153efc8a69e7640f7dcde88207268ff3.tar.lz website-3a2d198d153efc8a69e7640f7dcde88207268ff3.tar.zst website-3a2d198d153efc8a69e7640f7dcde88207268ff3.zip |
Replace zola with DOM-based static site generation code
Diffstat (limited to 'themes/bear/content/zola.md')
-rw-r--r-- | themes/bear/content/zola.md | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/themes/bear/content/zola.md b/themes/bear/content/zola.md deleted file mode 100644 index 5458750..0000000 --- a/themes/bear/content/zola.md +++ /dev/null @@ -1,36 +0,0 @@ -+++ -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. |