Commit Graph
7194 Commits
Author SHA1 Message Date
dependabot[bot]andBjørn Erik Pedersen 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 PedersenandGitHub 64c1cc3dba Update title.md 2019-07-10 15:27:41 +02:00
Bjørn Erik PedersenandGitHub 36c27be373 Update configuration.md 2019-07-10 15:23:54 +02:00
Bruno AmaralandKaushal Modi 4627cfe9ab added commento.io to the list 2019-06-30 18:58:11 -04:00
Rodolfo CarvalhoandBjørn Erik Pedersen 341d9d9453 Fix link to font assets
Fixes #796.
2019-06-23 23:37:23 +02:00
Jake JarvisandBjørn Erik Pedersen 4a6876dec1 Small typo fix in configuration.md
".htacess" to ".htaccess"
2019-06-22 10:29:09 +02:00
Fredrik JonssonandBjørn Erik Pedersen 736d6ddd72 Add bypasscensorship.org showcase. 2019-06-19 23:06:31 +02:00
Rodolfo CarvalhoandBjørn Erik Pedersen 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
aspeteRaketeandKaushal Modi 6c88ab2da9 Update directory-structure.md
Just a copy+paste error.
2019-06-17 07:45:12 -04:00
HanzeiandBjørn Erik Pedersen 88f559e816 Fix spelling mistakes 2019-06-14 14:58:38 +02:00
Paweł SysiakandBjørn Erik Pedersen 7bd427141d Rephrase four points from Hosting on Github docs 2019-06-13 17:56:35 +02:00
Federico BruniandBjørn Erik Pedersen bce1b18326 Fix typos for absLangURL and relLangURL functions 2019-06-13 17:55:53 +02:00
AlexandBjørn Erik Pedersen 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 BandBjørn Erik Pedersen 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 TseandBjørn Erik Pedersen 5ef61d912b Fix typo 2019-06-13 17:54:14 +02:00
Witold BarylukandBjørn Erik Pedersen 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 CerzaandBjørn Erik Pedersen 0aadc92e74 Update link to issue theme submission 2019-06-13 17:49:51 +02:00
Ricardo N FelicianoandBjørn Erik Pedersen b1902faaa2 Remove incorrect note about Hugo snap --classic use. 2019-06-13 17:45:46 +02:00
Jaime Martínez RincónandBjørn Erik Pedersen 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
AdaKalehandBjørn Erik Pedersen 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 PaulgerandBjørn Erik Pedersen 7c120346b1 Fix typo in syntax highlighting page.
hightlighting -> highlighting.
2019-06-13 17:37:37 +02:00
Mihira JayasekeraandBjørn Erik Pedersen 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
Alex PattersonandBjørn Erik Pedersen be825ade94 Videos plural produces og:video 2019-06-13 17:27:03 +02:00
GuccciiandBjørn Erik Pedersen bc962fbdfa Updated installing.md file to include linuxbrew installation
* Updated installing.md file to include linuxbrew installation

* fix typo
2019-06-13 17:26:17 +02:00
Annie-Claude MorinandBjørn Erik Pedersen 08c9f8fc89 Mention 1 MB file size limit in readFile doc
The code has a hard coded limit of 1 MB in https://github.com/gohugoio/hugo/blob/master/tpl/os/os.go#L68

Now it's in the documentation too.
2019-06-13 17:25:26 +02:00
Bogdan GunaandBjørn Erik Pedersen 7145e29e24 Fixes bad URL in menus.md for .hasChildren
* part of issue #814
2019-06-13 17:24:51 +02:00
Victor MasséandKaushal Modi 0edbd59c48 add warning about .Hugo variable being deprecated 2019-06-12 13:55:36 -04:00
Brian PondandKaushal Modi 77f74ced56 fix: typo in output-formats.md
Correct sentence for clarity.
2019-06-11 10:09:10 -04:00
AveryandKaushal Modi f71b67f34f Correct typo "RFC339" to "RFC1123Z" (#837)
* Correct typo "RFC339" to "RFC1123Z"

Per discussion in PR #887, I added a link to the Go time package documentation that lists constants that can serve as further examples.
2019-06-09 23:03:34 -04:00
invzhiandBjørn Erik Pedersen 424c0207ad baseurl -> baseURL 2019-06-08 11:38:33 +02:00
Anurag GoelandBjørn Erik Pedersen f4e24a03e4 Render launched; no invite code needed 2019-06-07 06:26:04 +02:00
Anurag GoelandBjørn Erik Pedersen 37e1101d3f Add Render hosting guide 2019-06-07 06:26:04 +02:00
dependabot[bot]andBjørn Erik Pedersen 01d0a6481d Bump js-yaml from 3.12.0 to 3.13.1 in /themes/gohugoioTheme
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-05 20:22:47 +02:00
Patrick KollitschandKaushal Modi edb7b36b0d Link site hierarchy schema to larger version 2019-06-04 12:53:38 -04:00
Chris JonesandBjørn Erik Pedersen af72acda03 Fixes typo in fingerprint.md 2019-06-04 08:49:22 +02:00
Patrick KollitschandBjørn Erik Pedersen 0a738467bf Adding required XML tag to sample templates
Since Hugo 0.55.0 the XML declaration on XML and RSS files is not added automatically anymore. The samples should reflect that.
2019-06-03 15:00:36 +02:00
Patrick KollitschandBjørn Erik Pedersen 52211f6565 Remove note that XML declaration is not needed
Because, ... see above. It is indeed needed since 0.55.0 ;)
2019-06-01 11:20:16 +02:00
Patrick KollitschandBjørn Erik Pedersen a39b9ac871 Adding required XML tag to sample templates
Since Hugo 0.55.0 the XML declaration on XML and RSS files is not added automatically anymore. The samples should reflect that.
2019-06-01 11:20:16 +02:00
Duncan MackenzieandBjørn Erik Pedersen 1a44d8a50a Add configuration information for Azure
Azure static websites are an option for publishing your Hugo site, and this is how you configure the 404 page. More details and instructions linked in the edit to https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website
2019-05-30 18:34:15 +02:00
pacollinsandBjørn Erik Pedersen 5b7c6b5a17 remove google plus 2019-05-30 18:16:45 +02:00
Christian OliffandBjørn Erik Pedersen 5a64301ba9 HTTPS link to yaml.org/spec/ 2019-05-30 18:16:20 +02:00
Bradley NelsonandBjørn Erik Pedersen 0c3c04fd63 Merge pull request #827 from BCNelson/range-patch
Range patch
2019-05-25 09:19:43 +02:00
Bradley NelsonandBjørn Erik Pedersen b14dd35053 Updated link to Go Docs to more helpful page
The text/template page is a better resource for how Hugo templates work as is talks about the tags and what they do.
2019-05-25 09:18:30 +02:00
Bradley NelsonandBjørn Erik Pedersen c3d83149af Boolean Values in the Where Function
This caused me some trouble should seem oblivious but would have saved me some time. Maybe it will save some others.
2019-05-23 08:27:07 +02:00
yarkoandBjørn Erik Pedersen 56d4cea3cb hugo-extended no longer the default
It appears hugo-extended is no longer the default build.  I'm on Linux / Ubuntu, so would appreciate if someone check that it is also no longer the default via `brew install` (I assumed the change was consistently throughout, based on github changes).
2019-05-18 20:01:12 +02:00
Bjørn Erik PedersenandGitHub e9b15c6980 Update index.md 2019-05-18 10:29:39 +02:00
Bjørn Erik Pedersen 11de98e0d0 Release 0.55.6 2019-05-18 10:25:35 +02:00
Bjørn Erik Pedersen d2def17f49 Merge branch 'release-0.55.6' 2019-05-18 10:18:23 +02:00
hugoreleaser 115457b705 releaser: Add release notes to /docs for release of 0.55.6
[ci skip]
2019-05-18 07:55:28 +00:00
maikiandBjørn Erik Pedersen 25855690de Fix misspelling 2019-05-16 09:08:06 +02:00