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

Easily implement, customize and manage blog in your Factor app.

1.0.0-beta.11
Source
npm
Version published
Weekly downloads
73
-74.02%
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:

yarn 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 yarn factor setup for a question based CLI to help you configure this plugin's options.

Keywords

factor

FAQs

Package last updated on 11 Nov 2019

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