
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
hexo-tag-githubimage
Advanced tools
This is a hexo tag plugin which allows you to embed an image stored on your Github repository with specific branch.
For 2.x, use version 0.0.1 of this plugin. Version 0.1.x and beyond only support Hexo v3.x.
To install, run the following command in the root directory of hexo:
npm install hexo-tag-githubimage --save
And add this plugin in your _config.yml
.
plugins:
- hexo-tag-githubimage
{% ghimg imageId [class1,class2] [JSONImageAttibutes] %}
Example:
{% ghimg /wizicer/IcerSite/dev/source/images/icer.png center,custom_class1,custom_class2 {"width":450,"height":450,"alt":"Image Alt"} %}
Will output:
<img width="450" height="450" alt="Image Alt" src="https://raw.githubusercontent.com/wizicer/IcerSite/dev/source/images/icer.png" class="center custom_class1 custom_class2">
IMPORTANT
Classes must be comma-separated and without spaces. Same as JSONImageAttibutes.
FAQs
Inserts an image tag using a github content distribution.
We found that hexo-tag-githubimage 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 Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.