https://github.com/gemfarmer/jekyll-sheets
google sheets + google forms + jekyll = :)
https://github.com/gemfarmer/jekyll-sheets
Last synced: about 1 year ago
JSON representation
google sheets + google forms + jekyll = :)
- Host: GitHub
- URL: https://github.com/gemfarmer/jekyll-sheets
- Owner: gemfarmer
- Created: 2016-04-21T06:43:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-21T06:50:49.000Z (over 10 years ago)
- Last Synced: 2025-07-21T03:14:08.138Z (about 1 year ago)
- Size: 0 Bytes
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jekyll-sheets
google sheets + google forms + jekyll = :)
For a public, open data site, jekyll-sheets is potentially the perfect way to create a maintainable static site with a client-friendly database –> google sheets!
First, a Google Form will need to be created that autogenerates a Sheet. Then we publish that sheet. After, we can [use JavaScript to reference that sheet's data](https://github.com/mikeymckay/google-spreadsheet-javascript) and save it as a Jekyll object that can be manipulated with Liquid.
References
* [referencing a google spreadsheet with js](https://github.com/mikeymckay/google-spreadsheet-javascript)
* [basic implimentation](http://mikeymckay.github.io/google-spreadsheet-javascript/sample.html)