
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-generator-robotstxt-host
Advanced tools
Basic robots.txt generator plugin for Hexo with Host options
A very simple plugin to generate a robots.txt file automatically for Hexo 3.
npm install hexo-generator-robotstxt --save
Add hexo-generator-robotstxt
to plugins
in _config.yml
.
plugins:
- hexo-generator-robotstxt
Add config for robots.txt
to _config.yml
.
robotstxt:
useragent: "*"
disallow:
- /one_file_to_disallow.html
- /2nd_file_to_disallow.html
- /3rd_file_to_disallow.html
allow:
- /one_file_to_allow.html
- /2nd_file_to_allow.html
- /3rd_file_to_allow.html
sitemap: /sitemap.xml
Setting | Description | Default |
---|---|---|
useragent | Set the User-Agent | * |
disallow | Disallow files or folders for this User-Agent | |
allow | Allow files or folders for this User-Agent | |
sitemap | Set the path to your sitemap |
FAQs
Basic robots.txt generator plugin for Hexo with Host options
The npm package hexo-generator-robotstxt-host receives a total of 0 weekly downloads. As such, hexo-generator-robotstxt-host popularity was classified as not popular.
We found that hexo-generator-robotstxt-host 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.