From efd5d186a1f99193c48f8f01216685ced699abe7 Mon Sep 17 00:00:00 2001 From: callaloo <103198347+callaloo@users.noreply.github.com> Date: Sat, 9 Apr 2022 20:18:33 +0300 Subject: [PATCH] Hosting on Cloudflare Pages (#1709) * Create hosting-on-cloudflare-pages.md * Update hosting-on-cloudflare-pages.md * Update hosting-on-cloudflare-pages.md * front-matter edits Co-authored-by: Christian Oliff --- hosting-on-cloudflare-pages.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 hosting-on-cloudflare-pages.md diff --git a/hosting-on-cloudflare-pages.md b/hosting-on-cloudflare-pages.md new file mode 100644 index 000000000..d951ec670 --- /dev/null +++ b/hosting-on-cloudflare-pages.md @@ -0,0 +1,19 @@ +--- +title: Host on Cloudflare Pages +linktitle: Host on Cloudflare Pages +description: Cloudflare Pages can host your Hugo site with CDN, continuous deployment, 1-click HTTPS, an admin GUI, and its own environment variables. +date: 2022-04-07 +publishdate: 2022-04-07 +categories: [hosting and deployment] +menu: + docs: + parent: "hosting-and-deployment" + weight: 50 +weight: 50 +sections_weight: 50 +toc: true +--- + +You can host your Hugo site using [Cloudflare Pages](https://developers.cloudflare.com/pages/). Pages are super fast, always up-to-date, and deployed directly from your Git provider (currently supports only GitHub and GitLab). + +Cloudflare Pages has a handy tutorial on [how to deploy a Hugo site](https://developers.cloudflare.com/pages/framework-guides/deploy-a-hugo-site/).