diff options
Diffstat (limited to 'docs/content/en/hosting-and-deployment/hosting-on-cloudflare-pages.md')
-rw-r--r-- | docs/content/en/hosting-and-deployment/hosting-on-cloudflare-pages.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/content/en/hosting-and-deployment/hosting-on-cloudflare-pages.md b/docs/content/en/hosting-and-deployment/hosting-on-cloudflare-pages.md new file mode 100644 index 000000000..e50143db7 --- /dev/null +++ b/docs/content/en/hosting-and-deployment/hosting-on-cloudflare-pages.md @@ -0,0 +1,14 @@ +--- +title: 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. +categories: [hosting and deployment] +keywords: [hosting,cloudflare] +menu: + docs: + parent: hosting-and-deployment +toc: true +--- + +[Cloudflare Pages](https://developers.cloudflare.com/pages/) are super fast, always up-to-date, and deployed directly from your [Git provider](https://developers.cloudflare.com/pages/get-started/#connect-your-git-provider-to-pages). + +Cloudflare Pages docs have a detailed tutorial on [how to deploy a Hugo site](https://developers.cloudflare.com/pages/framework-guides/deploy-a-hugo-site/). |