Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philhawksworth/demo-netlify-plugin-trello-lists
Demo site for the Trello Lists Netlify Build Plugin.
https://github.com/philhawksworth/demo-netlify-plugin-trello-lists
eleventy jamstack netlify plugin trello
Last synced: 10 days ago
JSON representation
Demo site for the Trello Lists Netlify Build Plugin.
- Host: GitHub
- URL: https://github.com/philhawksworth/demo-netlify-plugin-trello-lists
- Owner: philhawksworth
- Created: 2020-07-31T12:03:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-22T13:31:11.000Z (almost 3 years ago)
- Last Synced: 2024-10-06T22:21:32.988Z (about 1 month ago)
- Topics: eleventy, jamstack, netlify, plugin, trello
- Language: HTML
- Homepage: https://demo-plugin-trello-lists.netlify.app
- Size: 85 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example site: netlify-plugin-trello-lists
This site only exists to demonstrate a Netlify Build Plugin.
- Learn more about the [netlify-plugin-trello-lists](https://github.com/philhawksworth/netlify-plugin-trello-lists) plugin.
- See the example site here: https://demo-plugin-trello-lists.netlify.app## Quick try-out
You can try out this site and its plugin out by deploying it.
Clicking the button below will clone this repo, setup a new site [on Netlify](https://netlify.com?utm_source=github&utm_medium=plugin-trellolists-pnh&utm_campaign=devex) and deploy the site complete with the plugin configured and operational.
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/philhawksworth/demo-netlify-plugin-trello-lists&utm_source=github&utm_medium=plugin-trellolists-pnh&utm_campaign=devex)
## Configuration
```toml
# Config for the Netlify Build Plugin: netlify-plugin-trello-lists
[[plugins]]
package = "netlify-plugin-trello-lists"[plugins.inputs]
# The URL of a publicly visible Trello board
trelloBoardUrl = "https://trello.com/b/twPXW2W1/netlify-plugin-trello-list-info"# Location of the JSON data file to be generated
dataFilePath = "src/_data/trello.json"# If the plugin fails, should it do so quietly or cancel the build?
# "failBuild" | "failPlugin"
fail = "failBuild"```