getzola / zola

A fast static site generator in a single binary with everything built-in. https://www.getzola.org
https://www.getzola.org
MIT License
13.12k stars 924 forks source link

Why should I use zola? #2461

Open suterma opened 4 months ago

suterma commented 4 months ago

Documentation issue

Summary

This is by no means meant offensive; I am looking at various static site generators including zola, and some of them are mentioned here. I also read about zola's features.

Zola looks very nice, but I want to make an informed decision about an SSG.

Now for already involved folks this might be simple, but as a potential first-time user of "my own" SSG I wonder what actually are the advantages of zola over the others? Anyone might claim they are fast or easy, but there surely must be some more concrete distinction, otherwise none of these projects would exist.

Proposed solution

I suggest you make a short "elevator speech" paragraph or a simple comparison table somewhere on the home page or on GitHub, where you actually compare your project against other contenders, with the specific mention of advantages.

Some points, as a noob, I would be looking at is:

You see, these are very basic questions, but I am sure this project will benefit from having quick answers to these.

Keats commented 4 months ago

Hi

There was a comparison at some point with other SSGs but keeping it up to date is too hard and there are too many with completely different paradigms, eg how do you compare something like zola to a SSG where you use React. The React one is likely going to be more flexible but much more work.

The points are really from the homepage https://www.getzola.org/ :

As for your points:

  1. It should work with most CSS frameworks except Bulma basically because of their weird Sass file naming
  2. It's explained in the second paragraph of https://www.getzola.org/documentation/getting-started/overview/#zola-at-a-glance
  3. That has to be done manually
  4. Not sure what you mean by post to the shared hoster but there are a bunch of deployment guides if you look at the sidebar on the left: https://www.getzola.org/documentation/getting-started/overview/
  5. You can use GH pages with any SSG, all the zola sites are on GH pages
  6. there is multi-language support (https://www.getzola.org/documentation/content/multilingual/) but the i18n part in the templates it not great
suterma commented 4 months ago

Thanks for answering these points. I really appreciate it, and zola is looking great as an SSG for me. Addressing some points:

Thanks to the zola team for giving us this great tool!