Google Drive
How to get CSV data from Google Drive
- In the spreadsheet, go to "Publish" and choose "CSV". Copy the link, which I'll call URL in the next part
wget 'URL' -O _data/mydata.csv
Published
_data/metadata.json
with your site's information..eleventy.js
with your configuration preferences._includes/layouts/base.njk
.This is an Eleventy project created from the eleventy-starter
repo.
wget 'URL' -O _data/mydata.csv
Published