mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-16 18:34:48 -04:00
Fix small typing error (#1001)
This only fixes a small typing error (_our_ -> _your_).
This commit is contained in:
parent
9c28c422ee
commit
bea71280d9
@ -4,7 +4,7 @@ linktitle: Host on Render
|
|||||||
description: Host your Hugo site for free with Render's global CDN, fully-managed SSL and auto deploys from GitHub.
|
description: Host your Hugo site for free with Render's global CDN, fully-managed SSL and auto deploys from GitHub.
|
||||||
date: 2019-06-06
|
date: 2019-06-06
|
||||||
publishdate: 2019-06-06
|
publishdate: 2019-06-06
|
||||||
lastmod: 2019-12-23
|
lastmod: 2020-01-01
|
||||||
categories: [hosting and deployment]
|
categories: [hosting and deployment]
|
||||||
keywords: [render,hosting,deployment]
|
keywords: [render,hosting,deployment]
|
||||||
authors: [Anurag Goel]
|
authors: [Anurag Goel]
|
||||||
@ -52,7 +52,7 @@ You can set up a Hugo site on Render in two quick steps:
|
|||||||
Field | Value
|
Field | Value
|
||||||
------------------- | -------------------
|
------------------- | -------------------
|
||||||
**Environment** | `Static Site`
|
**Environment** | `Static Site`
|
||||||
**Build Command** | `hugo --gc --minify` (or our own build command)
|
**Build Command** | `hugo --gc --minify` (or your own build command)
|
||||||
**Publish Directory** | `public` (or your own output directory)
|
**Publish Directory** | `public` (or your own output directory)
|
||||||
|
|
||||||
That's it! Your site will be live on your Render URL (which looks like `yoursite.onrender.com`) as soon as the build is done.
|
That's it! Your site will be live on your Render URL (which looks like `yoursite.onrender.com`) as soon as the build is done.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user