Watts-College / cpp-527-fall-2021

A course shell for CPP 527 Foundations of Data Science II
https://watts-college.github.io/cpp-527-fall-2021/
2 stars 6 forks source link

Lab 06 Part 2 Step 5 #60

Open ctmccull opened 2 years ago

ctmccull commented 2 years ago

Hi, Dr. Lecy!

I'm am having trouble figuring out how to get my resume to be populated in the link. When I knit the rmd file, everything looks fine, but it only shows the original when I put it in GitHub.

Also, I cloned the project, but the repo in GitHub says it was forked. Is that normal or could this be part of the issue?

https://ctmccull.github.io/cv/ https://github.com/ctmccull/cv

lecy commented 2 years ago

You updated the resume file:

https://ctmccull.github.io/cv/resume.html

By default browsers look for index.html as the home page. It doesn’t require a filename in the URL, just the website directory, if the directory contains an index file. So if you don’t see a file name listed in the URL you are on the index.html page.

ctmccull commented 2 years ago

Ahhh. Good to know! Thanks for your help!