I have an existing Github pages site with content on it. I want to add Jekyll blogging functionality to this site but I don't want to get rid of the content I already have on the site. Ideally I'd like to keep my index.html file the way it is and add a subdomain for the Jekyll blog.
Here is my site as is. Here is the Githu repo for the site.
I installed Jekyll just fine, created a new blog via Jekyll/terminal, and that blog is located in the Github repo's blog folder. This folder appears to have everything needed to launch a Jekyll blog and I can view it via localhost:4000 and it diplays the Jekyll welcome screen.
My question is how do I get this Jekyll blog to work with the Github pages site I already have? All the tutorials I find online show how to start an empty Github Pages site and use Jekyll as the main page. I can't find a single tutorial on how to add Jekyll to an existing Github Pages site and get it to work.
Is this a matter of configuring a CNAME or config.yml file?