Imports data from public Google Sheets and parses it to Jekyll markdown with yaml front matter.
Clone this repository and cd
into the directory.
npm install
.
Prepare your Google Spreadsheet:
Make it public.
Go to File > Publish to the web and publish it.
Create a file named sheet_id.txt
in the directory. Put the sheet's id in this file. For example, if your sheet's URL is:
https://docs.google.com/spreadsheets/d/MSjDkqe7OzWgd390OaWDzzFTi/
put
MSjDkqe7OzWgd390OaWDzzFTi
in the file.
node ./index.js
Copy the contents of responses/
to your Jekyll site.