How to use Jekyll Data - Jekyll Tutorial 20
WebJeda
Jekyll data files are a great way to separate content from source code to make the site easier to maintain.
Data files are a kind of database but not dynamic. The changes should be manually done to it.
It is very helpful in HTML web development where your customers may want to edit some of the content in the site. There is a good chance that they will break the code.
We can mitigate this issue just by using a data file and having all the client editable content in there.
It also helps in building Jekyll Themes where customers may not have to gid deep into the code to change that one sentence.
Steps demonstrated in the video: 1: Create a Menu using data files - 1:40 2. Create a Section using data files - 8:33
Links used: Github: https://github.com/sharu725/ Site using data file: https://webjeda.com/online-cv/ Repository of the site: https://github.com/sharu725/online-cv Blog: https://blog.webjeda.com/
#jekyll #tutorial ... https://www.youtube.com/watch?v=r6fTb_-krPY
75687150 Bytes