rjshkhr / cleanfolio

A portfolio template for developers.
https://rjshkhr.github.io/cleanfolio/
MIT License
664 stars 283 forks source link

Not able to host the website on github pages #16

Open anirudhkanneganti opened 3 months ago

anirudhkanneganti commented 3 months ago

I have created a github repo for protfolio dumped built the code and dumped the code into my repo and pushed the changes

paraskevasleivadaros commented 3 months ago

Have you enabled GitHub Pages for your repo?

anirudhkanneganti commented 3 months ago

Yes I enabled the Github Pages, created a repo and then tried deploying with yarn. After deployment I can only see the content in readme.md as my frontend. The react app is not getting rendered to the webpage.

paraskevasleivadaros commented 3 months ago

Looks fine to me.. -> https://anirudhkanneganti.github.io

vinaytheprogrammer commented 1 month ago

Thank you, @paraskevasleivadaros. I was stuck on this project for almost two days and tried everything I could think of, but I finally managed to get it deployed successfully thanks to referring to the configuration file at https://anirudhkanneganti.github.io/. I appreciate the help!