Skip to content
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

Config option to show article summary on home page #13

Closed
textbook opened this issue May 8, 2017 · 4 comments
Closed

Config option to show article summary on home page #13

textbook opened this issue May 8, 2017 · 4 comments

Comments

@textbook
Copy link
Owner

textbook commented May 8, 2017

Per #11 an option could be added to show only the summary of the latest article, rather than the full article itself, on the homepage.

@textbook
Copy link
Owner Author

textbook commented May 8, 2017

index.html could be switched to something like:

<div class="section">
  {% if HOME_SUMMARY_ONLY %}
    {{  article.summary }}
    <a href="{{ SITEURL }}/{{ article.url }}">Read more...</a>
  {% else %}
    {{ article.content }}
  {% endif %}
  {% include 'comments.html' %}
</div>

which would result in:

homesummaryonly

Would anyone find that useful?

@r-richmond
Copy link
Contributor

but I tried a quick implementation this morning and don't think it looks that great. Is it something you're still interested in seeing given you've figured out the Disqus part?

Perhaps increasing the length of the summary would improve its look?

But as suggested my interest in this feature has diminished since disqus/your theme shows the comment count on the homepage.

@philshem
Copy link
Contributor

I'd be interested in this feature (and don't use Disqus).

@philshem
Copy link
Contributor

philshem commented Apr 21, 2020

this has been done in this fork: https://github.com/amitness/bulrush

any chance you can merge it back in?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants