I have a Hugo blogdown site that I built on RStudio:
I went to edit it this afternoon and now the website is having two issues: First, it is no longer building in the theme, but only showing the website in base HTML. Second, when I go to the 'about' or 'contact' pages, they show up as not found, and in the URL the page name seems to be appended to the end of the URL rather than being changed (so if I go to portfolio and then to about, the URL becomes https://marissabarlaz.github.io/portfolio/about/ rather than https://marissabarlaz.github.io/about/
I have a Hugo blogdown site that I built on RStudio:
I went to edit it this afternoon and now the website is having two issues: First, it is no longer building in the theme, but only showing the website in base HTML. Second, when I go to the 'about' or 'contact' pages, they show up as not found, and in the URL the page name seems to be appended to the end of the URL rather than being changed (so if I go to portfolio and then to about, the URL becomes https://marissabarlaz.github.io/portfolio/about/ rather than https://marissabarlaz.github.io/about/
The repository is linked here: https://github.com/marissabarlaz/marissabarlaz.github.io
Any idea of what's going on here? Thank you!