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

hikaru-generator-feed

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hikaru-generator-feed

Feed generator plugin for Hikaru.

  • 2.5.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Hikaru Generator Feed

Feed generator plugin for Hikaru.

Usage

First go to your site dir and add following to your site-config.yaml.

feed:
  enable: true
  # Generated atom xml file path, relative to site rootDir.
  path: atom.xml
  # How many posts will be generated into feed. Comment this if you want to generate all posts.
  limit: 20
  hub:
  # Set `true` to generate full content, otherwise only summary.
  content: false
  # The length of auto generated summary if no excerpt in post.
  contentLimit: 140

then run this command to install it.

$ npm i -s hikaru-generator-feed

If you want to skip some posts while generating, add feed: false to its front-matter.

Keywords

FAQs

Package last updated on 21 Feb 2024

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