
Security News
Open Source Maintainers Demand Ability to Block Copilot-Generated Issues and PRs
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
github.com/sverrirs/jekyll-paginate-v2
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
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
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
Research
Security News
Malicious Koishi plugin silently exfiltrates messages with hex strings to a hardcoded QQ account, exposing secrets in chatbots across platforms.
Research
Security News
Malicious PyPI checkers validate stolen emails against TikTok and Instagram APIs, enabling targeted account attacks and dark web credential sales.