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

gitbook-plugin-packages

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-packages

Very ugly plugin to get posts from our blog and list them inside the compiled book

latest
npmnpm
Version
0.0.3
Version published
Weekly downloads
2
-50%
Maintainers
2
Weekly downloads
 
Created
Source

Gitbook Plugin Platanus Blog

Very ugly plugin to get posts from our blog and list them inside the compiled book

Config

Add the following to the book.json

...
"plugins" : ["platanus-blog"],
"pluginsConfig": {
  "platanusBlog": {
    "url": "https://cb.platan.us/posts-by-tag.json"
  }
},
...

Where platanusBlog.url is the url where we get the posts.

The blog is a Jekyll compiled static site that use a plugin to generate a static json file with the posts by tag. _plugin/tagsToJson.rb

How to use it

Just add the following block where you want to add the list of post. The block receive n arguments being the tags you want to filter by.

{% getPostsByTag 'node', 'ionic' %}{% endgetPostsByTag %}

Credits

Thank you contributors!

Platanus

Gitbook Plugin Platanus Blog is maintained by platanus.

License

La Guia is © 2016 platanus, spa. It is free software and may be redistributed under the terms specified in the LICENSE file.

FAQs

Package last updated on 15 Apr 2016

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