Closed ThomasThelen closed 3 years ago
When you run the hugo server command...should we add the extra things after the dashes?:
hugo server --disableFastRender --noHTTPCache --cleanDestinationDir
On Tue, Oct 26, 2021 at 3:33 PM Thomas Thelen @.***> wrote:
@ThomasThelen https://github.com/ThomasThelen requested your review on:
135 https://github.com/OHI-Science/OHI-website/pull/135 Readme
refactor.
— You are receiving this because your review was requested. Reply to this email directly, view it on GitHub https://github.com/OHI-Science/OHI-website/pull/135#event-5522899895, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABLMCDJNEHN5WRZCNFSMLODUI37CBANCNFSM5GYS2VYQ . 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.
I tend to because I'm not totally sure how Hugo caches things and I'm paranoid that my changes aren't actually being picked up. So I start with a new directory (cleanDestinationDir) disable caching (noHTTPCache) and remove any optimizations for rendering new content (disableFastRender).
great! thanks! I think the additions to the README sound good.
On Tue, Oct 26, 2021 at 4:06 PM Thomas Thelen @.***> wrote:
I tend to because I'm not totally sure how Hugo caches things and I'm paranoid that my changes aren't actually being picked up. So I start with a new directory (cleanDestinationDir) disable caching (noHTTPCache) and remove any optimizations for rendering new content (disableFastRender).
— You are receiving this because your review was requested. Reply to this email directly, view it on GitHub https://github.com/OHI-Science/OHI-website/pull/135#issuecomment-952282644, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABLMCDNDONCRO34DRH5ZXDTUI4C25ANCNFSM5GYS2VYQ . 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.
A small addition to the Readme that has some background information on the build system