-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
spaceship with paginate-v2 #62
Comments
Hi @KjellMorgenstern , Thanks for your support and issue, I will work on this issue as soon as possible. It's great that you gave me a minimal example on the issue, once I got progress, I will tell you in time. Hope you have a good day! : ) Thanks and Regards |
When the page was handled by processors, the page excerpt was not updated, and keep the old excerpt of the page. The solution is to update the page excerpt by checking whether the page is handled by any one of processors.
Thanks for your patience, now this issue has been addressed and fixed. Please update your # Open Gemfile and check your plugin is at Github version
gem 'jekyll-spaceship', git: 'https://github.com/jeffreytse/jekyll-spaceship' Thanks and Regards |
For better testing, I deployed Also, I added several posts for better checking pagination, an image asset, and in addition to mermaid also a Vimeo link to test the MediaProcessor WIth the fix #62 , now the index.markdown page of the test is broken: It doesn't list the full articles anymore, probably it is not using the 'home' layout. |
Thanks for your demo, I will try to address the issue as soon as possible. |
In the demo, excerpt is used without any excerpt separator. |
Yes, the default excerpt separator is ---
title: Example
---
First paragraph with [link][1].
Second paragraph.
[1]: http://example.com/ This is a fairly good option for Markdown and Textile files. But might cause problems for HTML docs (which is quite unusual for Jekyll). If the default excerpt delimiter is not good for you, you might want to set your own via configuration option # file: _config.yml
excerpt_separator: "<!-- more -->" |
I have done some research, and the include tag Thanks for your patience. Thanks and Regards |
Hi, @jeffreytse I updated jekyll-spaceship to 2c008ed commit. It seems something is not working. When I typed
|
Thanks for your issue and patience, this issue has been addressed and settled on issue #66. Thanks and Regards |
I am using both gems
However, when pagination is enabled, spaceship will not run.
I created a small demo: https://github.com/KjellMorgenstern/spaceship_paginate
When you look at the individual blog post, spaceship renders the mermaid example:
However, if the same post is included in the main collection, spaceship will not process it:
I am not sure if this is supposed to work? I saw a similar problem in issue #8, but it didn't get me further. What could I try?
The text was updated successfully, but these errors were encountered: