pawroman / zola-theme-terminimal

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

Added the option to only show the description #21

Closed Bkeinn closed 9 months ago

Bkeinn commented 2 years ago

Since the Hugo Theme only shows the description, what I prefer, I added this option here as well.\ Updating the Zola page to show that this new option exist should be done as well, but I don’t know If this is possible from git hub.\ Maybe add something like this:

#Shows only the posts title and description.
#Description is added by adding
# +++
# description = “The description”
# +++
#To the header.
show_only_description = true

This would be my first contribution on git hub so sorry in advance if I messed something up with the pull and push requests.

pawroman commented 1 year ago

Hey, this is a nice little addition. I'm happy to merge it, but it would be nice to add a mention of the new config option to the README. Would you be happy to do that?

pawroman commented 9 months ago

This has been superseded by https://github.com/pawroman/zola-theme-terminimal/pull/53 Thanks to @AntoniosBarotsis for delivering it to completion!