I uploaded my jekyll site to github, and created a table for my data files.
The data is showing when I run the website locally. Unfortunately, After I upload it to github, I doesnt show anymore.
I have my csv data named "vclists.csv
" under "_csv" folder.
Heres my repository - https://github.com/geloangelia/myvcsite/
Heres the link where the table of my data files should show.
https://geloangelia.github.io/myvcsite/jekyll/update/2017/01/20/welcome-to-jekyll.html
{% for item in site.data.vclist %}- {{item.No}}
{% endfor %}
` – marcanuy Jan 23 '17 at 20:11