25 Commits

Author SHA1 Message Date
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