-
Notifications
You must be signed in to change notification settings - Fork 73
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
Show only post titles in multipost pages (no preview, no contents) #124
Comments
Hi @protesilaos, are you sure about the archive? The index should include full posts or previews, but the archive should only include headlines. |
From: Bastian Bechtold ***@***.***>
Date: Sun, 10 Dec 2023 07:48:05 -0800
Hi @protesilaos,
are you sure about the archive? The index should include full posts or
previews, but the archive should only include headlines.
Oh, sorry! I was meaning for the index. Can we have only headlines there?
…--
Protesilaos Stavrou
https://protesilaos.com
|
I see. If you'd like to contribute a mechanism for a headline-only index, I'd be happy to review it. |
I have met the similar situation, my workaround is to cover the configuration outside the pulled repository.
By doing so, only title, preview and date are displayed. |
Hello @bastibe and thank you for this package!
I have noticed that when setting
org-static-blog-use-preview
to nil, the produced archive page includes the complete file contents. The code for that is inorg-static-blog-assemble-multipost-page
:Do you think we can make this behaviour configurable? The idea is to only display titles without any further contents.
The text was updated successfully, but these errors were encountered: