56 Commits

Author SHA1 Message Date
Joe Mooring
9117f54b39 Remove code toggle from netlify.toml
Closes #1421
2021-04-30 22:27:41 +02:00
Joost Baaij
5d354c38d2 Replaced ``` code blocks with Code Toggler 2021-04-16 11:35:20 +02:00
Daniel
f5b5c1d2c6 Update Hugo container image
Update the Hugo container image used for GitLab deployments and provide a link to the container registry.
2021-03-25 18:21:14 +01:00
Vincent Tam
83190ff12a fix typo: "advance settings" → "advanced settings" 2021-03-08 16:06:58 +01:00
Simon Perdrisat
f912ea1cc6
Fix the github workflow (#1332) 2021-02-12 09:30:08 +09:00
Christian Oliff
f3be651f9c
Minor typo/markdown fixes (#1328)
For https://gohugo.io/hosting-and-deployment/hosting-on-github/
2021-02-08 13:12:44 +09:00
Kahlil Wehmeyer
7a95e9db57
Fix a formatting error for Github Actions (#1323)
Fixed a formatting error for the yaml file and also changed all the versions to either `@latest` or just `latest`.
2021-02-08 13:02:14 +09:00
Simon Perdrisat
260106669e Fix #1120 Use Github Action 2021-02-06 13:14:32 +01:00
davidmauskop
087b39d74e
Update hosting-on-render.md (#1286)
The flow for creating static sites in the Render dashboard was recently simplified
2020-11-25 16:09:19 +09:00
Max Belsky
c88bc03830
Fix orphan branch url (#1262) 2020-11-14 00:06:03 +07:00
Mackenzie Morgan
5bde834cf7 Update GH docs to say "main" as default branch 2020-11-06 20:57:52 +01:00
Christian Oliff
c91be3403e
minor markdown, capitalization and spelling fixes (#1183) 2020-08-03 12:48:59 +09:00
Joe Mooring
fd4a103bfd
Fix several 404 errors (#1162)
Closes #1161

I removed the paragraph related to Amazon S3 deployment from Wercker;
I was unable to find any documentation on the Wercker site. This is not
surprising. Wercker was acquired by Oracle in 2017, and I suspect Oracle
has little interest in promoting any of Amazon's services.
2020-07-31 19:29:47 +09:00
Joel Ostblom
28c24e95fa Add note on setting baseURL
This note already exists for the GitHub pages setup section, and it appears that it is needed for Hugo themes to display correctly on GitLab as well.
2020-07-29 13:45:07 +02:00
Pavan Narendra
cfd74b57d9 Add a config file update step.
The baseURL parameter in the config file needs to be updated.
2020-07-07 06:57:49 +02:00
Christian Oliff
f47d6f1e31 Fixing typos, whitespace issues and links 2020-06-02 17:56:23 +02:00
Christian Oliff
9c3ee62ae8 more fixes 2020-06-02 09:42:19 +02:00
Larry Claman
d35126af7b
Azure uses storage containers, not buckets; edited accordingly. (#1078) 2020-05-01 15:53:08 +09:00
MJ2097
9c249cc895 fix grammatical error 2020-04-27 13:24:40 +02:00
Ariel David Buena
30a7b7bf22 Update hosting-on-github.md
Change to the correct article (part of speech)
2020-04-11 21:47:54 +02:00
Helicer
96dad83b10 Update hosting-on-aws-amplify.md
AWS Amplify now supports a GUI method for using the latest `hugo` version. Please feel free to modify my wording here, etc.
2020-04-07 22:48:55 +02:00
Bjørn Erik Pedersen
bd35dfbd85
Update hugo-deploy.md 2020-03-12 00:05:39 +01:00
David Jones
10457ca464 deploy: Add include and exclude support for remote 2020-03-08 17:35:32 +01:00
Robert van Gent
224b96cf72 deploy: Implement include/exclude filters for deploy
Fixes #6922
2020-02-27 07:26:05 +01:00
Hussama Ismail
682f710d75 docs: Updating 'submodule add' command in "Host on GitHub" to use https instead of ssh.
The idea is just to keep consistency among commands in this section.
2020-01-22 08:33:54 -05:00
Jeffrey S. Levine
936633e25f Fixed spelling error, "wich" -> "which" 2020-01-15 16:01:28 +01:00
Jeffrey S. Levine
a559d41e3f Using a Different Version of Hugo in AWS Amplify
Instructions on how to use a newer version of Hugo.
2020-01-15 09:17:29 +01:00
petrkajzar
bea71280d9 Fix small typing error (#1001)
This only fixes a small typing error (_our_ -> _your_).
2020-01-01 23:24:33 +07:00
Salim B
99d691b5ee Update hosting-on-render.md
Mention GitLab besides GitHub.
2019-12-23 13:51:32 +01:00
Christian Oliff
0f82420b86 Change cache assets default example to 1 year
Why a year?
The short answer is, the protocol doesn’t allow any value longer than a year. In the absence of a “cache this asset forever” header, a year is the longest possible time we can cache for.

REF: https://ashton.codes/set-cache-control-max-age-1-year/
2019-12-12 13:06:06 +01:00
Brian Hogan
08da9387f8 Fleshed out explanations in rsync deployment
Added some additional explanations and split up a couple command blocks to make things more clear to people less experienced with this kind of deployment.
2019-10-03 19:08:16 +02:00
Robert van Gent
78e866ad47 docs: Add a note to hugo-deploy about alternatives for authentication; fill in missing links 2019-07-29 23:53:36 +02:00
Bjørn Erik Pedersen
1e9933dd25
Update hugo-deploy.md 2019-07-29 19:22:00 +02:00
Robert van Gent
c9823cd5ae docs: Fix links to gocloud.dev for Go CDK URLs 2019-07-29 19:20:51 +02:00
David Buxton
2561689485 Fix name for Google Cloud Storage 2019-07-28 20:22:29 +02:00
Bjørn Erik Pedersen
7e3805f0d8 Merge commit '5cb4e46cfa65bddae8ac5344540e3dd1e4c266b2' 2019-07-24 09:36:50 +02:00
Ulisse mini
41aae7abb3 Better deploy script example
The given deploy script example was not very robust, if cd fails then it would update the current git repository etc

I've also improved the portability by changing the shebang to `#!/bin/sh` and used `printf` instead of `echo` (in posix sh echo with arguments is undefined)
2019-07-19 13:44:33 +02:00
Bjørn Erik Pedersen
78c69a198e Merge commit '35febb2e2a3780c3338a2665fddea7dda28a17f4' 2019-07-15 23:50:56 +02:00
Paweł Sysiak
7bd427141d Rephrase four points from Hosting on Github docs 2019-06-13 17:56:35 +02:00
AdaKaleh
ab2233c395 Update publish_to_ghpages.sh
* Fix publish_to_ghpages.sh

* Add "git push" comment to the end of publish_to_ghpages.sh

* Remove redundant suggestion about CNAME file
2019-06-13 17:40:26 +02:00
Robert van Gent
30dcd1ec2d deploy: Default --target to the first deployment target 2019-06-08 00:41:59 +02:00
Anurag Goel
f4e24a03e4 Render launched; no invite code needed 2019-06-07 06:26:04 +02:00
Anurag Goel
37e1101d3f Add Render hosting guide 2019-06-07 06:26:04 +02:00
Robert van Gent
b363c62c41 Drop dashes in http header matcher attributes; other changes from code review 2019-05-31 22:08:12 +02:00
Robert van Gent
f020a4769e docs: Add documentation for "hugo deploy" 2019-05-31 22:08:12 +02:00
Alexander Borsuk
9dc637cabc Minor link fix 2019-04-25 09:18:26 +02:00
Nikhil Swaminathan
1a78f84876 Hosting on AWS amplify 2019-02-07 19:00:56 +01:00
Phil Winder
1570999f32 Add missing "." in front of gitlab-ci.yaml example 2019-01-26 17:30:20 +01:00
Kaushal Modi
b73dcb9adc Consistently use "posts" as section name in examples
While Hugo does not care if the section is named "post" or "posts",
this commit normalizes the whole Hugo documentation to use "posts"
when used as an example for a section name to prevent user confusion.

Fixes https://github.com/gohugoio/hugoDocs/issues/720.

Also highlight the use of `site.Params.mainSections`.
2019-01-14 13:23:53 -05:00
peaceiris
110ed19eed Update HUGO_VERSION 2019-01-05 14:09:52 +01:00