Why Hugo Shows the Wrong Last Modified Date on Cloudflare Pages

Fixing GitInfo issues on Cloudflare Pages

On a blog site built with Hugo, I was stuck for a while on a problem where the “Last modified” date of each post was not displayed correctly. Every post ended up with the same date, and the actual update date of each post was not reflected. In this article I explain the cause of the problem and how to solve it. My environment uses Github and Cloudflare Pages. Symptoms The “Last modified” date shown in the post metadata was the same date on every post. For example, it was displayed like this: [Read More]

Moving a Hugo Site from Netlify to Cloudflare Pages

How to migrate your Hugo blog from Netlify to Cloudflare Pages.

I had already finished the move from Netlify to Cloudflare on my other blog, and since the summer holidays gave me some time, I did the migration on this site too. It was almost the same work as the migration on the other blog, so I was able to move over fairly easily. Github To link it with Cloudflare, set the repository in question to allow the integration. [Read More]

Building a Docker Mail Server on a Sakura VPS with a Freenom Domain

MailServer(Postfix+Dovecot) on Docker by VPS

TL;DR I tried building a mail server with Docker on a Sakura VPS I will skip registering a domain on Freenom and how to use Cloudflare Linux(Debian10) Docker is assumed to be already installed A domain name has been obtained from Freenom and registered in a DNS such as Cloudflare Freenom : example.com (fictitious name) Sakura VPS: 11.22.33.44 (fictitious IP) For this server build I referred to the sites below [Read More]