DS4PS / cpp-527-fall-2020

http://ds4ps.org/cpp-527-fall-2020/
0 stars 1 forks source link

Resume not deploying #45

Open JasonSills opened 4 years ago

JasonSills commented 4 years ago

Hi @lecy

I'm having difficulty getting my resume to deploy successfully to my GitHub page. I've gone through 3 iterations. First, the original Nick Strayer CV was deploying. I realized this was because I left the index.html file in there, so I removed it. After I removed this file the only thing that was on my site was the letters "CV". Now, after a few tests and deployments it is just going to a 404 page. GitHub page: https://jasonsills.github.io/CV/ Repository: https://github.com/JasonSills/CV

UPDATE: Since Nick Strayer's CV was displaying and was named Index.html, I re-named my resume.rmd and resume.html files to Index.rmd and Index.html, respectively. This worked, but I'm not sure what is going on here. I'm assuming there is some code somewhere instructing to display a file named Index.html, but I don't see what it is. I also didn't see anything in the readings or on the GitHub help site, so any further explanation is appreciated. Here is the changes I made in settings: image

lecy commented 4 years ago

I'm seeing an active page now - it's working OK?

You probably figured out that you need an index.html or index.md file that serves as the landing page, else it defaults to README.md.

It won't use index.Rmd by default, but once you render it to HTML that will become your landing page.

jordptp commented 3 years ago

Hi, this is very amateur of me but I'm following a udemy course on webdev. We've got to a stage of creating a git repository and adding our files into it with the hope of publishing and it displaying the html files and showing the basic cv website we've built. When I go to the url jordptp.github.io/cv I only see the letters 'cv' not the HMTL files. Any idea?

lecy commented 3 years ago

@jordptp It looks like you got it to work?