mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-12 18:34:50 -04:00
docs(en): add hosting on 21YunBox
docs(en): add hosting on 21YunBox
This commit is contained in:
parent
aab04f2692
commit
d88314499b
71
content/en/hosting-and-deployment/hosting-on-21yunbox.md
Normal file
71
content/en/hosting-and-deployment/hosting-on-21yunbox.md
Normal file
@ -0,0 +1,71 @@
|
|||||||
|
---
|
||||||
|
title: Host on 21YunBox
|
||||||
|
linktitle: Host on 21YunBox
|
||||||
|
description: Host your Hugo site with 21YunBox's blazing fast Chinese CDN, fully-managed SSL and auto deploys from Gitee.
|
||||||
|
date: 2021-01-06
|
||||||
|
publishdate: 2021-01-06
|
||||||
|
lastmod: 2021-01-06
|
||||||
|
categories: [hosting and deployment]
|
||||||
|
keywords: [21yunbox,hosting,deployment]
|
||||||
|
authors: [Toby Glei]
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: "hosting-and-deployment"
|
||||||
|
weight: 10
|
||||||
|
weight: 10
|
||||||
|
sections_weight: 10
|
||||||
|
draft: false
|
||||||
|
aliases: []
|
||||||
|
toc: true
|
||||||
|
---
|
||||||
|
|
||||||
|
## Introduction
|
||||||
|
|
||||||
|
[21YunBox](https://www.21yunbox.com) is a fully-managed cloud platform dedicated to make web deployment easy within the Chinese Great Firewall where you can host static sites, backend APIs, databases, cron jobs, and all your other apps in one place. It provides blazing fast Chinese CDN, continuous deployment, one-click HTTPS and [other services like managed databases and backend web services](https://www.21yunbox.com/docs/), providing an avenue to launch web projects in China.
|
||||||
|
|
||||||
|
21YunBox includes the following features:
|
||||||
|
|
||||||
|
- Continuous, automatic builds & deploys from GitHub and Gitee
|
||||||
|
- Automatic SSL certificates through [Let's Encrypt](https://letsencrypt.org)
|
||||||
|
- Instant cache invalidation with a blazing fast, Chinese CDN
|
||||||
|
- Unlimited [custom domains](https://www.21yunbox.com/docs/#/custom-domains)
|
||||||
|
- Automatic [Brotli compression](https://en.wikipedia.org/wiki/Brotli) for faster sites
|
||||||
|
- Native HTTP/2 support
|
||||||
|
- Automatic HTTP → HTTPS redirects
|
||||||
|
- Custom URL redirects and rewrites
|
||||||
|
|
||||||
|
## Prerequisites
|
||||||
|
|
||||||
|
This guide assumes you already have a Hugo project to deploy. If you need a project, use the [Quick Start](/getting-started/quick-start/) to get started or fork 21YunBox's [Hugo Example](https://gitee.com/eryiyunbox-examples/hello-hugo) before continuing.
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
|
||||||
|
You can set up a Hugo site on 21YunBox in two quick steps:
|
||||||
|
|
||||||
|
1. Create a new web service on 21YunBox, and give 21YunBox permission to access your GitHub or Gitee repo.
|
||||||
|
2. Use the following values during creation:
|
||||||
|
|
||||||
|
| Field | Value |
|
||||||
|
| --------------------- | ------------------------------------------------ |
|
||||||
|
| **Environment** | `Static Site` |
|
||||||
|
| **Build Command** | `hugo --gc --minify` (or your own build command) |
|
||||||
|
| **Publish Directory** | `./public` (or your own output directory) |
|
||||||
|
|
||||||
|
That's it! Your site will be live on your 21YunBox URL (which looks like `yoursite.21yunbox.com`) as soon as the build is done.
|
||||||
|
|
||||||
|
## Continuous deploys
|
||||||
|
|
||||||
|
Now that 21YunBox is connected to your repo, it will automatically build and publish your site any time you push to GitHub.
|
||||||
|
|
||||||
|
## 21YunBox CDN and cache invalidation
|
||||||
|
|
||||||
|
21YunBox hosts your site on a Chinese, blazing fast CDN which ensures the fastest possible download times for all your users across China.
|
||||||
|
|
||||||
|
Every deploy automatically and instantly invalidates the CDN cache, so your users can always access the latest content on your site.
|
||||||
|
|
||||||
|
## Custom domains
|
||||||
|
|
||||||
|
Add your own domains to your site easily using 21YunBox's [custom domains](https://www.21yunbox.com/docs/#/custom-domains) guide.
|
||||||
|
|
||||||
|
## Support
|
||||||
|
Chat with 21YunBox' developers at [https://www.21yunbox.com/docs/#/contact] if you need help.
|
Loading…
x
Reference in New Issue
Block a user