39 Commits

Author SHA1 Message Date
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
Daniel Saunders
b0e2792205 git command to update submodule to latest
This is how I update my themes. It took a while to find the commands that work, so I think it would be good to have them here for other users.
2018-11-16 09:56:09 +01:00
Christian Oliff
0b3022eb12 Fix broken link to https://www.wercker.com (#603)
(requires the www)
2018-09-14 14:11:01 -04:00
Kaushal Modi
48c6b0e4de Minor grammatical fix
Ref: https://github.com/gohugoio/hugoDocs/pull/517
2018-09-12 11:28:26 -04:00
Deyton Sehn
530f22cd30 Remove language assuming knowledge of GitHub OAuth
The old wording made it sound like everyone has seen this modal before. Beginners may be discouraged if this is the first time they've come across the GitHub authorization modal. My thoughts are this is similar to what is described here: https://css-tricks.com/words-avoid-educational-writing/#article-header-id-6
2018-06-01 16:17:10 -04:00
Matthew Dempsky
c618809e79 Refer to Go by its proper name, not its domain name 2018-05-31 08:56:17 +02:00
Anthony Fok
77578f5bfc
Move content/ into new contentDir content/en/
in preparation for adding new translations such as Chinese.

Paths for "readfile" shortcode are adjusted accordingly.

See #461
2018-05-01 11:23:28 -06:00