# Cloudflare Pages

Published articles for Cloudflare Pages.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Building Which-Fuji: A Side Project for Fujifilm Camera Enthusiasts

DevFeed: [Building Which-Fuji: A Side Project for Fujifilm Camera Enthusiasts](<https://devfeed.tech/articles/building-which-fuji-a-side-project-for-fujifilm-camera-enthusiasts-26291.md>)

Original publisher: [Read original article](<https://masnun.com/which-fuji-fujifilm-camera-recommendations/>)

Author: masnun

Published: 2026-06-28T06:11:45Z

Content type: opinion

Language: en

Sources: [Abu Ashraf Masnun](<https://devfeed.tech/sources/abu-ashraf-masnun.md>)

Topics: [Website](<https://devfeed.tech/topics/website.md>), [Web](<https://devfeed.tech/topics/web.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [Search engine optimization (SEO)](<https://devfeed.tech/topics/seo.md>), [Google Search](<https://devfeed.tech/topics/google-search.md>), [Structured-data](<https://devfeed.tech/topics/structured-data.md>), [Content Management System](<https://devfeed.tech/topics/cms.md>)

Tags: [building](<https://devfeed.tech/tags/building.md>), [camera](<https://devfeed.tech/tags/camera.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [cloudflare-pages](<https://devfeed.tech/tags/cloudflare-pages.md>), [google-search](<https://devfeed.tech/tags/google-search.md>), [project](<https://devfeed.tech/tags/project.md>), [robots](<https://devfeed.tech/tags/robots.md>), [seo](<https://devfeed.tech/tags/seo.md>), [side-project](<https://devfeed.tech/tags/side-project.md>), [uncategorized](<https://devfeed.tech/tags/uncategorized.md>)

### AI overview

The article presents Which-Fuji, a small website for helping people choose a Fujifilm camera. It describes the site's browse page, quiz, camera reviews, and longer-form articles, along with the author's reasons for building it. The project uses a static-first architecture on Cloudflare Pages and explores structured data, sitemaps, robots policies, and discovery in Google Search.

### Source excerpt

I've been quietly working on a small side project for the last few weeks, and it's finally at a point where I can share it properly. Which-Fuji is a tiny website I built to help people figure out which Fujifilm camera to buy. That's it. No reviews, no affiliate spam, no walls of text -- just [...] The post Building Which-Fuji: A Side Project for Fujifilm Camera Enthusiasts appeared first on Abu Ashraf Masnun.

## Purge old Cloudflare Pages deployments

DevFeed: [Purge old Cloudflare Pages deployments](<https://devfeed.tech/articles/purge-old-cloudflare-pages-deployments-27724.md>)

Original publisher: [Read original article](<https://gagor.pro/2025/08/purge-old-cloudflare-pages-deployments/>)

Author: Tom

Published: 2025-08-26T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Bash](<https://devfeed.tech/topics/bash.md>), [API](<https://devfeed.tech/topics/api.md>), [Script](<https://devfeed.tech/topics/script.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [automated](<https://devfeed.tech/tags/automated.md>), [bash](<https://devfeed.tech/tags/bash.md>), [bash-automation](<https://devfeed.tech/tags/bash-automation.md>), [cleanup](<https://devfeed.tech/tags/cleanup.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [cloudflare-api-script](<https://devfeed.tech/tags/cloudflare-api-script.md>), [cloudflare-pages](<https://devfeed.tech/tags/cloudflare-pages.md>), [delete-old-deployments](<https://devfeed.tech/tags/delete-old-deployments.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [devops](<https://devfeed.tech/tags/devops.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [github-actions-cloudflare-cleanup](<https://devfeed.tech/tags/github-actions-cloudflare-cleanup.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [hugo](<https://devfeed.tech/tags/hugo.md>), [purge-deployments-cloudflare](<https://devfeed.tech/tags/purge-deployments-cloudflare.md>), [secrets](<https://devfeed.tech/tags/secrets.md>), [token](<https://devfeed.tech/tags/token.md>)

### AI overview

A Bash script uses the Cloudflare API to paginate through Cloudflare Pages deployments and delete deployments older than 30 days while retaining a configurable number of deployments. The article also outlines the API token, account ID, and GitHub Actions secret setup needed to run the cleanup.

### Source excerpt

Learn how to automatically delete old Cloudflare Pages deployments using a Bash script and the Cloudflare API. Keep your account clean and reduce clutter by removing outdated deployments.

## Optimizing Hugo static site redirects with Cloudflare Pages

DevFeed: [Optimizing Hugo static site redirects with Cloudflare Pages](<https://devfeed.tech/articles/optimizing-hugo-static-site-redirects-with-cloudflare-pages-27704.md>)

Original publisher: [Read original article](<https://gagor.pro/2024/03/optimizing-hugo-static-site-redirects-with-cloudflare-pages/>)

Author: Tom

Published: 2024-03-04T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Hugo](<https://devfeed.tech/topics/hugo.md>), [GitHub Pages](<https://devfeed.tech/topics/github-pages.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [Website](<https://devfeed.tech/topics/website.md>)

Tags: [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [cloudflare-pages](<https://devfeed.tech/tags/cloudflare-pages.md>), [cloudflare-redirect-rules](<https://devfeed.tech/tags/cloudflare-redirect-rules.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [deploy](<https://devfeed.tech/tags/deploy.md>), [github-pages](<https://devfeed.tech/tags/github-pages.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [hugo](<https://devfeed.tech/tags/hugo.md>), [hugo-redirects](<https://devfeed.tech/tags/hugo-redirects.md>), [hugo-site-redirects](<https://devfeed.tech/tags/hugo-site-redirects.md>), [seo](<https://devfeed.tech/tags/seo.md>), [static-site](<https://devfeed.tech/tags/static-site.md>), [static-site-optimization](<https://devfeed.tech/tags/static-site-optimization.md>)

### AI overview

This tutorial explains how to generate a redirects file from Hugo aliases, add custom redirects, and deploy it with Cloudflare Pages. It presents the approach as a way to handle more redirects than the author could support with GitHub Pages and Cloudflare's Free plan limitations.

### Source excerpt

Learn how to optimize Hugo static site redirects using Cloudflare Pages, overcoming limitations of GitHub Pages and Cloudflare Free plan.