7229 Commits

Author SHA1 Message Date
Bjørn Erik Pedersen
b294048e9b
Make it a Hugo Module 2019-07-29 10:12:14 +02:00
David Buxton
2561689485 Fix name for Google Cloud Storage 2019-07-28 20:22:29 +02:00
Bjørn Erik Pedersen
fc852f506f
Revert "Make it a Hugo Module"
This reverts commit e17a61997d036e6a323d85a54feb823df5a39fb3.
2019-07-28 18:21:26 +02:00
Bjørn Erik Pedersen
e17a61997d
Make it a Hugo Module 2019-07-28 18:05:28 +02:00
Bjørn Erik Pedersen
87aca20353
Update index.md 2019-07-28 17:25:04 +02:00
Bjørn Erik Pedersen
ee7ee62405
Release 0.56.1 v0.56.1 2019-07-28 17:15:48 +02:00
Bjørn Erik Pedersen
74a18062a1
Merge branch 'temp561' 2019-07-28 17:10:49 +02:00
hugoreleaser
0c0d7a7016 releaser: Add release notes to /docs for release of 0.56.1
[ci skip]
2019-07-28 14:51:43 +00:00
Bjørn Erik Pedersen
c486510af2
Roll back to 0.55.6 for now
See https://github.com/gohugoio/hugo/issues/6120
2019-07-27 18:27:25 +02:00
Bjørn Erik Pedersen
9d6ac714de
Fix shortcode 2019-07-27 17:35:00 +02:00
Christian Oliff
61164c4621 HTTPS links in formats.md
all links have been tested and redirect to HTTPS so this saves redirects
2019-07-26 07:36:24 -04:00
Christian Oliff
0aceae5711 HTTPS link to yaml.org/spec
saves a HTTP redirect :-)
2019-07-26 07:35:53 -04:00
Christian Oliff
473c8d8381 HTTPS link to golang.org/pkg/html/template/
saves a redirect ;-)
2019-07-26 07:35:38 -04:00
Christian Oliff
5dd7f703fc HTTPS all links in syntax-highlighting.md
All have been tested and either redirect to HTTPS or are available on HTTPS
2019-07-26 07:35:23 -04:00
Christian Oliff
d8d7ffa327 HTTPS link to gohugo.io 2019-07-26 07:35:03 -04:00
Christian Oliff
2dd1c271ee HTTPS link to themes.gohugo.io 2019-07-26 06:58:37 -04:00
Christian Oliff
759495e81a HTTPS link to www.oreilly.com
safer and faster
2019-07-26 06:58:07 -04:00
Bjørn Erik Pedersen
cfda93bc34
Update gomodules-info.html 2019-07-25 19:53:38 +02:00
Bjørn Erik Pedersen
5390d8a1ce
Update release notes v0.56.0 2019-07-25 19:05:37 +02:00
hugoreleaser
027fc61e02 releaser: Add release notes to /docs for release of 0.56.0
[ci skip]
2019-07-25 16:37:58 +00:00
Bjørn Erik Pedersen
3fdb45b3cd docs: Add Hugo Modules docs 2019-07-25 13:21:30 +02:00
Bjørn Erik Pedersen
869b87e1a0 docs: Regenerate CLI docs 2019-07-24 09:40:41 +02:00
Bjørn Erik Pedersen
9393a6c147 docs: Regenerate data helpers 2019-07-24 09:39:12 +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
Christian Oliff
540aeddc79 Small fixes for Open Graph internal template
- Fix the `<meta property="og:video" content="url">` code (wasn't showing due to not being marked as code with back ticks.
- correct capitalisation for YouTube
- add line break after Twitter Cards header to match style of other headers (doesn't affect rendered output, just makes the markdown easier to read
2019-07-12 08:49:50 +02:00
dependabot[bot]
47bbb3fd7b Bump lodash.template from 4.4.0 to 4.5.0 in /themes/gohugoioTheme
Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-11 08:27:46 +02:00
Bjørn Erik Pedersen
64c1cc3dba
Update title.md 2019-07-10 15:27:41 +02:00
Bjørn Erik Pedersen
36c27be373
Update configuration.md 2019-07-10 15:23:54 +02:00
Niklas Fasching
8c5915264c Add org to front matter formats
actually it's 5, there's also csv. Afaict it's not meant to be used in that way
though so let's just add org.
2019-07-10 11:14:37 +02:00
Bruno Amaral
4627cfe9ab added commento.io to the list 2019-06-30 18:58:11 -04:00
Rodolfo Carvalho
341d9d9453 Fix link to font assets
Fixes #796.
2019-06-23 23:37:23 +02:00
Jake Jarvis
4a6876dec1 Small typo fix in configuration.md
".htacess" to ".htaccess"
2019-06-22 10:29:09 +02:00
Fredrik Jonsson
736d6ddd72 Add bypasscensorship.org showcase. 2019-06-19 23:06:31 +02:00
Rodolfo Carvalho
de7ab636bc Use actual width in image processing examples
The image processing examples are rendered within containers with a
'nested-img' parent CSS class, which by default makes images responsive
by resizing them to the size of their containers.

That doesn't work well for the examples as the small images end up
stretched.

Since there can be other images in the same 'nested-img' context, we
keep that class in the parent and set the example images width to auto,
such that they will render with their actual size.

On small screens, larger images will still be sized down via the
max-width property.

Fixes #812
2019-06-18 17:02:21 +02:00
aspeteRakete
6c88ab2da9 Update directory-structure.md
Just a copy+paste error.
2019-06-17 07:45:12 -04:00
Hanzei
88f559e816 Fix spelling mistakes 2019-06-14 14:58:38 +02:00
Paweł Sysiak
7bd427141d Rephrase four points from Hosting on Github docs 2019-06-13 17:56:35 +02:00
Federico Bruni
bce1b18326 Fix typos for absLangURL and relLangURL functions 2019-06-13 17:55:53 +02:00
Alex
abab573356 Update directory-structure.md
When running hugo new site sitename it does not create the assets or config directories by default. 

I updated the layout example to remove the directories and include config.toml and made a note in the assets and config directory sections to highlight they are not created by default.
2019-06-13 17:55:23 +02:00
Salim B
a6716f2ed2 Fix metadata list
Seems that there must be an additional newline before the list items in order for hugo to properly render it as a Markdown list.
2019-06-13 17:54:40 +02:00
Ivan Tse
5ef61d912b Fix typo 2019-06-13 17:54:14 +02:00
Witold Baryluk
d9e467b8b7 Actuall show how to generate pages in quickstart
The development server isn't really that important for quick start.

Yes it is useful but makes things complex.

The most important part is really static site generation, and it is actually hard to find how to do it in your tutorials!

Same for `hugo new`. It is automagic, and anti-thesis of things being simple. This is why I added section to make it less magic, and simply allow content to be done manually.
2019-06-13 17:51:23 +02:00
Silvano Cerza
0aadc92e74 Update link to issue theme submission 2019-06-13 17:49:51 +02:00
Ricardo N Feliciano
b1902faaa2 Remove incorrect note about Hugo snap --classic use. 2019-06-13 17:45:46 +02:00
Jaime Martínez Rincón
d451e7362a Update documentation on page variables
* Update documentation on page variables

* Add resources variable

* Add aliases variable
2019-06-13 17:41:46 +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
Stephen Paulger
7c120346b1 Fix typo in syntax highlighting page.
hightlighting -> highlighting.
2019-06-13 17:37:37 +02:00
Mihira Jayasekera
f01dc555df
Correct some typos
Note that I changed the reading time example for pluralization from ‘One minute read’ to ‘One minute _to_ read’ because, in common US usage at least, this might properly be punctuated as ‘One-minute read’, and longer would be handled like ‘12-minute read’ (not ‘12 minutes read’), so it actually wouldn’t make a good example for demonstraing single and plural forms. By adding ‘to’, though, the example aligns with common US usage while also serving as an example of single and plural forms.

Closes #694
2019-06-13 17:35:33 +02:00