![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Pagination gem built specially for Jekyll 3 and newer that is fully backwards compatible and serves as an enhanced replacement for the previously built-in jekyll-paginate gem. View it on rubygems.org.
Reach me at the project issues section or via email at jekyll@sverrirs.com, you can also get in touch on the project's Gitter chat room.
The code was based on the original design of jekyll-paginate and features were sourced from discussions such as #27 (thanks Günter Kits).
"Be excellent to each other"
:heart:
gem install jekyll-paginate-v2
Update your _config.yml and pages.
Although fully backwards compatible, to enable the new features this gem needs slightly extended site yml configuration and miniscule additional new front-matter for the pages to paginate on.
Now you're ready to run jekyll serve
and your paginated files should be generated.
Please see the Examples for tips and tricks on how to configure the pagination logic.
:warning: Please note that this plugin is currently NOT supported by GitHub pages. Here is a list of all plugins supported. There is work underway to try to get it added it but until then please follow this GitHub guide to enable it or use Travis CI.
GitLab supposedly supports any plugin.
The Pagination Generator forms the core of the pagination logic. Calculates and generates the pagination pages.
The Auto-Pages is an optional feature that auto-magically generates paginated pages for all your tags, categories and collections.
I welcome all testers and people willing to give me feedback and code reviews.
Although this project is small it has a code of conduct that I hope everyone will do their best to follow when contributing to any aspects of this project. Be it discussions, issue reporting, documentation or programming.
If you don't want to open issues here on Github, send me your feedback by email at jekyll@sverrirs.com.
git checkout -b my-new-feature
)rake
)git commit -am 'Add some feature'
)gem build jekyll-paginate-v2.gemspec
)gem install ./jekyll-paginate-v2-x.x.x.gem
)git push origin my-new-feature
)Note: This project uses semantic versioning.
FAQs
Unknown package
We found that jekyll-paginate-v2 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.