jglovier / resume-template

:page_facing_up::briefcase::tophat: A simple Jekyll + GitHub Pages powered resume template.
http://resume-template.joelglovier.com
MIT License
1.85k stars 1.75k forks source link

can not update in the real time #121

Open HandanYU opened 2 years ago

HandanYU commented 2 years ago

Hi, after I update the contents and refresh the site or even refresh it several times, there is no any changes. I am wondering how can I deal with it. I'm waiting for your reply. Thank you in advance.

jglovier commented 2 years ago

@HandanYU hi there! There could be several reasons for what is happening, and it is difficult to know without more context.

Are you referring to a local build, or a production build? (i.e. are you making your changes locally while running bundle exec jekyl serve, or are you pushing changes to GitHub Pages and expecting to see them there?)

HandanYU commented 2 years ago

Hi, I try to view the site locally through 'jekyll serve', and successfully launch the site at the first time. But there is still an issue that, when I stop this process, I couldn't implement 'jekyll serve' under the original project's root to launch the site successfully. Could you please give me some hints or recommendations to deal with this issue?

On Fri, Jan 14, 2022 at 3:11 AM Joel Glovier @.***> wrote:

@HandanYU https://github.com/HandanYU hi there! There could be several reasons for what is happening, and it is difficult to know without more context.

Are you referring to a local build, or a production build? (i.e. are you making your changes locally while running bundle exec jekyl serve, or are you pushing changes to GitHub Pages and expecting to see them there?)

— Reply to this email directly, view it on GitHub https://github.com/jglovier/resume-template/issues/121#issuecomment-1012429026, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVGFPBRXV2LQUJ5IP44WQZDUV4PU7ANCNFSM5LROJBGQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

jglovier commented 2 years ago

@HandanYU I'm sorry you're running into that issue. Hmm, what does the terminal output look like when jekyll serve is not successful as you're describing? Can you paste that output in a response, or a screenshot of it?

Also, have you tried running bundle exec jekyll serve?