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

@factor/plugin-blog

Package Overview
Dependencies
Maintainers
2
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@factor/plugin-blog

A standard blog plugin that can be easily customized to meet any blogging need in your Factor app.

  • 1.7.9
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-97.3%
Maintainers
2
Weekly downloads
 
Created
Source

Overview

Factor blog makes it easy to add a blog to your app. Add images, add tags, and manage your content dynamically through the Factor dashboard without having to rebuild your app. It can be easily customized via factor-settings.js

Installation

Just add to your application dependencies:

npm add  @factor/plugin-blog

Options and Settings

The customization system for this plugin is based on the standard factor-settings.js API that is provided by Factor.

// app factor-settings.js
export default {
  blog: {
    indexRoute: "/my-blog-index-route",
    postRoute: "/my-post-base-route",
    limit: 6,
  },
}

Factor Setup CLI

Run npx factor setup for a question based CLI to help you configure this plugin's options.

Keywords

FAQs

Package last updated on 15 May 2020

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