netlify / jekyll-gdrive

Access a Google Drive Spreadsheet from your Jekyll templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to access specific data in a column ?

edwardbattistini opened this issue · comments

I've managed to configure the plugin in my Jekyll but I have no idea how to actually use the data in my includes.

           |col 1 | col2 | col3

row 1
row 2
row 3

how can I loop through site.data.google_sheet col2 ?

thanks