Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
hexo-seo-link-visualizer
Advanced tools
Analyze link and visualize the site structure for Hexo .
Plugin analyze internal links and external links and Table of Contents in your site. This plugin can be used to visualize internal link and find quickly problems for site structure. Show Article Map for WordPress was very helpful to me :D
$ npm install hexo-seo-link-visualizer --save
First of all , you should to add npm script. Please insert as follow code at package.json
.
"scripts": {
"show-article-map": "node node_modules/hexo-seo-link-visualizer/app/show-article-map.js"
},
Next , Please run server and excute npm script. ($ hexo clean
be sure to run.)
$ hexo clean
$ hexo server
$ npm run show-article-map
Last , Please run server of link visualizer. Since the default URL is localhost:1234
, open this URL.
You can change plugin settings with as follow option. Please edit _config.yml
.
# hexo-seo-link-visualizer's option
seoLinkVisualizer:
enable: true
cache: cache/seo-link-visualizer.json
port: 1234
previewHost: localhost:4000/
categoryDepthLimits: 1
allowedSourcePath:
- _posts/
# - _drafts
ignoreLink:
int:
ext:
- amazon
- amz
- flickr
toc:
enable
You can enable or disable this plugin. Default value is true
.
cache
The location of the file to save the analysis data. Default location is /seo-link-visualizer.json
.
port
Port of link visualizer page. Default port is 1234
(localhost:1234).
previewHost
The address of the hexo's local server. Default url is localhost:4000/
categoryDepthLimits
The depth limit of the category to parse. The deeper the category, the more color-coded. Default value is 1
. With 0
disables the restriction.
allowedSourcePath
Source directory of article to be analyzed. By default, all articles below source/_posts
are parsed. When you do not want to analyze source/_drafts
, explicitly specify _posts/
with this option.
ignoreLink
Specify a character string that you do not want to analyze link.
MIT
FAQs
Analyze link and visualize the site structure for Hexo.
The npm package hexo-seo-link-visualizer receives a total of 8 weekly downloads. As such, hexo-seo-link-visualizer popularity was classified as not popular.
We found that hexo-seo-link-visualizer 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.