New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

prember-rss-feed

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prember-rss-feed

Generate RSS feed for your prember blog

latest
Source
npmnpm
Version
1.5.0
Version published
Maintainers
2
Created
Source

prember-rss-feed

prember-rss-feed is built and maintained by Ship Shape. Contact us for Ember.js consulting, development, and training for your project.

npm version Download count all time npm Ember Observer Score Build Status Greenkeeper badge

Generate RSS Feeds for your prember prerendered fastboot blog.

Installation

ember install prember-rss-feed

Usage

Once you have installed the addon, you'll have a file config/rss-feed.js created that you can configure and use in your ember-cli-build.js as,

let app = new EmberAddon(defaults, {
  rssFeed: require('./config/rss-feed')
});

Blog post meta data

This tool assumes you use markdown files for your content. In each blog post ensure you have the following meta data

---
title: Hello world
description: howdy world
categories:
  - obligatory post
  - greet
author: Zoey
date: "2013-01-08 09:30"
---
Hello world!

This addon has a sample configuration in config/rss-feed.js and few blog posts for reference in ./tests/dummy/app/blog/.

License

This project is licensed under the MIT License.

Keywords

rss

FAQs

Package last updated on 18 Nov 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