
Security News
GitHub Actions Pricing Whiplash: Self-Hosted Actions Billing Change Postponed
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.
jekyll-github-plugin
Advanced tools
💎 Plug-in for jekyll to show a GitHub project in your pages.

Add the plug-in to your Jekyll site Gemfile plug-in group:
group :jekyll_plugins do
...
gem "jekyll-github-plugin", "~> 1.0.1"
end
Copy the required assets to your assets directory:
/assets/css/github-styles.css
/assets/images/repo.png
/assets/images/stats.png
/assets/js/jquery.github.widget.js
Include in your template head file the following:
<link rel='stylesheet' href='{{ "/assets/css/github-styles.css" | relative_url }}'>
<script src='{{ "/assets/js/jquery.github.widget.js" | relative_url }}'/>
make start Start Jekyll plugin development server
make build Build Jekyll plugin gem
make install Install dependancies for Jekyll plugin development server
make push Publish Jekyll plugin to rubygems
make clean Clean build and development files
make deps Install development tools
FAQs
Unknown package
We found that jekyll-github-plugin 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
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.