-
Notifications
You must be signed in to change notification settings - Fork 996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs should have "Quickstart" section. #534
Comments
How about including a minimal starter theme like the one you're using for your blog ? Zola's theming process could be scary for some users :) |
Most of my Zola sites are not blogs though |
Then a global starter theme :) |
Made an issue about that in the forum: https://zola.discourse.group/t/improve-documentation-first-time-experience/24
Not as easy as it sounds :p |
Hey guys, over the past few days I've taught myself zola to use for my B.A. thesis and found myself really wanting a more helpful quickstart guide. I def don't understand everything zola can do, but feel like I could write a pretty decent (basic) quickstart– what can I do to help here? |
@radio-alice Amazing! I think the docs are missing a Quickstart page in the Getting started section (which would be just before https://www.getzola.org/documentation/getting-started/installation/ in the side menu) - basically the first page of the docs you land onto. We also have to consider some default templates (#672) if that helps people getting started, eg rendering the content but with a big message indicating this is a default template and how to change it. Before writing the quickstart, I think we need to consider what are the issues new users encounter and see if we can fix them in zola itself, so users don't need a quickstart guide. Did you have any particular issue when you started using Zola? |
As a beginner I am struggling to get a first working example. I am very familiar with Hugo and I am trying out Zola. I ran
I am not sure how to fix the error. I have the taxonomy tags defined in my config.toml and then in It would be nice to have a simple github repo to clone just to play with, with or without a theme. Using zola 0.7.0 |
@pianomanfrazier Could you please share/gist your |
You should be able to clone the Even theme repo, it is a site itself. |
Here is my gist. https://gist.github.com/pianomanfrazier/9f76f42ee77f544bbb6ddfa11a5ad255
|
@pianomanfrazier As far as I can see from your examples it WAS correct. Without If the issue is solved, great. If not we should move this discussion to a new issue (it's related but not strictly about a Quickstart in the docs). |
Maybe it was because I didn't want to use a theme (project had specific visual goals), or maybe this is more an issue with Tera (or the fact that this is the first static site gen I've used), but here are things that took me too long to figure out:
None of these are completely impossible to figure out, just info to cover in a quickstart that I feel would be helpful to get people up and running quickly. |
@pianomanfrazier can you open an issue on the even repo?
You actually want to use the
Definitely too specific for the quickstart. The other 2 points are very valid though, maybe it could include customising the page and section template for example? |
I made a quickstart draft available on my blog (recently migrated from pelican to zola) https://blog.trentesaux.fr/informatique/en/quickstart-zola/ |
The links on the following blog posting don't work:
|
@michael-conrad you're right. Thanks for telling me. Should be fixed now. |
There is a quickstart guide now. |
For someone who never used Zola, it takes a few tries to make it work.
There should be a quickstart page under https://www.getzola.org/documentation, that outlines these steps:
zola init
_index.md
+++ ... +++ hello world
.zola serve
Ideally step 3 (clone theme) should be possible to omit and still get a very basic result.
The text was updated successfully, but these errors were encountered: