- Create the _config.yml file with "markdown: kramdown"
- Create _includes folder with header.html file with all of header up to and including the first section tag.
- Create footer.html file in _includes folder with all of footer including closing section tag.
- Create _layouts folder and add main.html for the jekyll bot.
- Edit index.html file to index.md, add header instructions --- then new line "layout: main" then new line "published: true" then new line --- three dashes.
- You should also create a .gitignore file with two lines in case you ever download and run the site locally: .DS_Store and _site