In Part 3 the Jekyll theme for this exercise comes with /site/index.html and site/about/index.html and a index.md
The instructions say: "In Sublime, open the file index.html". Which one of the above mentioned should I open?
Neither of them include the YAML front matter text
--- layout: default ---
That's a little confusing for a beginner because the previous paragraph explains that the index.html is made out of two parts. The first part is written in YAML front matter.
Could you clarify?
Other than that the tutorial is great. Thanks a lot.
In Part 3 the Jekyll theme for this exercise comes with
/site/index.htmlandsite/about/index.htmland aindex.mdThe instructions say: "In Sublime, open the file index.html". Which one of the above mentioned should I open?
Neither of them include the YAML front matter text
--- layout: default ---That's a little confusing for a beginner because the previous paragraph explains that the
index.htmlis made out of two parts. The first part is written in YAML front matter.Could you clarify?
Other than that the tutorial is great. Thanks a lot.