hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

hosting-on-cloudflare-pages.md (789B)

    1 ---
    2 title: Host on Cloudflare Pages
    3 linktitle: Host on Cloudflare Pages
    4 description: Cloudflare Pages can host your Hugo site with CDN, continuous deployment, 1-click HTTPS, an admin GUI, and its own environment variables.
    5 date: 2022-04-07
    6 publishdate: 2022-04-07
    7 categories: [hosting and deployment]
    8 menu:
    9   docs:
   10     parent: "hosting-and-deployment"
   11     weight: 50
   12 weight: 50
   13 sections_weight: 50
   14 toc: true
   15 ---
   16 
   17 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).
   18 
   19 Cloudflare Pages has a handy tutorial on [how to deploy a Hugo site](https://developers.cloudflare.com/pages/framework-guides/deploy-a-hugo-site/).