pawroman / zola-theme-terminimal

A simple, minimal retro theme for Zola
https://pawroman.github.io/zola-theme-terminimal/
Other
346 stars 76 forks source link

How do I get the archive to generate? #30

Closed 0xDEADFED5 closed 1 year ago

0xDEADFED5 commented 1 year ago

Thanks for the awesome theme! I've got tags working, what's the secret to getting the archive to build?

pawroman commented 1 year ago

Hey, make sure you have the tags taxonomy set up.

Example:

taxonomies = [
    {name = "tags", sort_by = "date"}
]

Also check out config.toml and content directory of the repo, the example site deployed at https://pawroman.github.io/zola-theme-terminimal/ is built from these.

0xDEADFED5 commented 1 year ago

damn, that was too easy. thanks for the help