Published: | Last Edited:
Category: tech
I ran into the problem where jekyll-last-modified-at
plugin did not work properly on Cloudflare pages. Luckily, I found the solution via Github issue.
The fix for this issue is to update the Build command
to be git fetch --unshallow && bundle exec jekyll build
.
Also a quick update: I’m testing hosting running this site on a VPS instead of Cloudflare. Let’s see how it affects the uptime.
Next Post: On Vy's Birthday
Previous Post: Nextcloud Restore Attempt