
Security News
Official Go SDK for MCP in Development, Stable Release Expected in August
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
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
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.