ineesalmeida / almeida-cv

Theme to build a customizeable printable CV with minor web responsiveness.
MIT License
190 stars 100 forks source link

Not the same format #1

Closed AhmedElsayed-17 closed 3 years ago

AhmedElsayed-17 commented 3 years ago

Hi, Thank you for the nice template. I followed the instructions but the results are not same: https://imgur.com/tAFFUx3 you can check it from here: https://bolbol2017.github.io/AhmedElsayed1/

P/s. this is my first experience with HTML, so I apologize if the problem concerning basic stuff

ineesalmeida commented 3 years ago

Hi! I believe you didn't change the site's URL in the config file. Your style sheet is pointing at "https://example.com/style.etc...", when it should be pointing at "https://bolbol2017.github.io/AhmedElsayed1/style.etc...".

You just need to update the baseURL parameter in the config.toml file.

Hope that helps!

AlbertRapp commented 3 years ago

Thanks for the hint with the baseURL. I had the same issue but it is working just fine now.

takov751 commented 3 years ago

@ineesalmeida I have the same issue , even when i just try to do hugo server -D or hugo server --disableFastRender

even the syle.$hash.css is loaded,but still same result like @bolbol2017

ineesalmeida commented 3 years ago

Are there no errors when you run hugo server -D? Can you try to inspect the HTML page and see if there are any errors in the console?

takov751 commented 3 years ago

No errors. Even in browser style loaded , but same borked result

ineesalmeida commented 3 years ago

In bolbol2017's case, the issue was that they were missing the baseURL setting in their config file as I mentioned in a comment above. If it's not the same issue, I'm not sure how I can help without more information

takov751 commented 3 years ago

That's true thank you for the quick answer. My issue that I have Hugo extended installed , but when I follow your read me to reproduce the page even with your example site stuff . The page is broken as you have seen above. I tried with all forks as well . My only idea left that it might be an issue with the snap version of Hugo extended

skylanskylion commented 3 years ago

How do we add another sub tittle like for projects under experiences or change experience to say volunteer work

skylanskylion commented 3 years ago

Never mind, i figured it out, had to create new partial html and css files. Thanks for this repo :)

skylanskylion commented 3 years ago

That's true thank you for the quick answer. My issue that I have Hugo extended installed , but when I follow your read me to reproduce the page even with your example site stuff . The page is broken as you have seen above. I tried with all forks as well . My only idea left that it might be an issue with the snap version of Hugo extended

I had the same issue while hosting on github pages. When you change the example.com to your github url it says it failed to create sass and css files and you wont be able to use >hugo to build the public folder either. what you need to do is leave it at that. Then run build and check if you have public folder. Now make a new docs/ folder in root directory and copy the public folder. Now everywhere where there's https://example.com/ replace them with relative links ./
Now go to github pages and choose docs folder instead of root to host your site. It should work now. Here's mine https://skylanskylion.github.io/aakashcv/