1.0.2 • Published 3 years ago

wintersmith-feed v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

wintersmith-feed

Build Status npm npm

An rss feed generator for Wintersmith

Requires wintersmith-contents and typogr

npm install wintersmith-contents --save
npm install typogr --save
npm install wintersmith-feed --save
{
  "plugins": [
    "wintersmith-contents",
    "wintersmith-feed"
  ]
}

add to the require section in wintersmith's configuration file

{
  "require": {
    "typogr": "typogr"
  }
}

articles location can be configured in config.json. by default, it will use locals.name and locals.description for title and description respectively. Those can be overridden in the feed config.

{
  "feed": {
    "articles": "posts",
    "title": "my blog",
    "description": "software engineer"
  }
}

don't forget the meta tag in your layout for autodiscovery

link(rel='alternate', type='application/rss+xml', title='RSS Feed for my blog', href='/feed.xml')
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.1.1

9 years ago

0.1.0

9 years ago