1.0.0 • Published 8 years ago

folderise-calendar v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

folderise-calendar

A plugin for folderise used to incorporate google calendar into static site.

This was written to serve the 10 latest events on a google calendar. It is quite idiosyncratic as it was developed for **frontyard** project's website. It need a lot of work to be more modular.

usage

To activate plugin add the following to the folderise settings.json

"plugins": [ {
	"name": "folderise-calendar",
	"options": {
		"calendar":"your.account@gmail.com",
		"credentials":"./path/to/your/client_secret.json"
	}
}]

To include list of calander events on any pages add:

{{@calendar}}