I am new to Jekyll. I am developing a static website. I am following the basic setup for a Blog, About, and Contact pages. Below is my file structure. I am using a Markdown approach for generating the Contact and About pages. I execute this command to generate my site: bundle exec jekyll serve
From the file structure image you can see not about or contact directory is generate under the _site directory.
I have been trying to follow Josh Powell's example.
Any suggestion are greatly appreciated.
Russ
This is the File from Visual Studio Code.
This is the About.md page.
This is the Page layout template.