bjacquemet / personal-web

Hugo Template for Freelancer Portfolio and Blog
MIT License
137 stars 107 forks source link

Restructure to fix About page #10

Closed maxprofit closed 4 years ago

maxprofit commented 4 years ago

Fixed the issue that I found with the about page not showing up by restructuring the exampleSite

ashmitasusan commented 4 years ago
Screenshot 2020-02-01 at 21 47 27

There's an issue when I try deploying the site! Can you please help?!

maxprofit commented 4 years ago

@ashmitasusan I just ran it from a clean hugo install with no problems... Did you copy everything from exampleSite into the top directory of your project? It looks like the CSS and other static resources are not loading.

ashmitasusan commented 4 years ago

I am using R markdown to create this website. I have no problems previewing it from the R studio, but It doesn't work when I try deploying my website via Netlify.

ashmitasusan commented 4 years ago

@MaxProfit Can you help me fix it?

bjacquemet commented 4 years ago

Hi @ashmitasusan,

Can you give us a bit more information? Some logs in the console? Is it your domain or the Netlify subdomain that doesn't show the CSS and static files? Did you check if there was anything on Netlify's side? Is it an additional file to add (you can add _headers and _redirects files that might affect the deployment on Netlify)