Disable Jetpack Image Optimization

When using WordPress with Jetpack plugin, the image in the post will be automatically optimized to use Jetpack CDN: And such image hosted on CDN could have lower quality compared to the original image you provided. To avoid this, we could go to the Jetpack settings to disable image optimation: After this, the image shouldContinue reading “Disable Jetpack Image Optimization”

Gitea – Self-Hosted Git & CI/CD Tools

This article is about my deployment experience of Gitea, a self-hosted GitHub like code hosting service which also support CI/CD pipeline workflows like GitHub Action. Why I Need It Recently, I was searching for a way to host Obsidian vault on the Internet. There is an official way to achieve this using Obsidian Publish, however,Continue reading “Gitea – Self-Hosted Git & CI/CD Tools”