New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hexo-breadcrumb

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-breadcrumb

An useful tool for generate breadcrumb navigation with JSON-LD for hexo posts

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-92.31%
Maintainers
1
Weekly downloads
 
Created
Source

hexo-breadcrumb

An useful tool for generate breadcrumb navigation with microdata markup for hexo posts

Install

$ npm install hexo-breadcrumb --save-dev

Usage

Config
PropertyTypeValue
displaybooleanhidden breadcrumb html list or not by css property
homepagerecordOverwrite homepage link context

First add configuration in _config.yml from your hexo project.

breadcrumb:
  display: true

Tips

  • To overwrite homepage link do same as below:
    breadcrumb:
      display: true
      homepage:
        title: Home
        url: http://example.com # should be absolute address
    
  • To hide breadcrumb html list in css way just set display property to false

License

MIT

Keywords

FAQs

Package last updated on 15 Mar 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc