68 Commits

Author SHA1 Message Date
maiki
03afc0e780 Fix punctuation 2019-09-12 20:08:12 +02:00
bmackinney
38a15e6f7d remove metaDataFormat from config.toml
and replace reference to the config in templates/introduction.md
2019-09-07 19:53:22 +02:00
Bjørn Erik Pedersen
c2bc25cd35
Update template-debugging.md 2019-09-07 12:46:37 +02:00
XhmikosR
ad4c15174e Update data-templates.md
Fix anchor to `#call-the-functions-with-a-url`
2019-08-16 10:03:47 -04:00
Christian Oliff
d86e10b1e7 HTTPS links in Docs
I didn't touch old release notes and some code examples.
All links were tested and in some cases updated to prevent redirects where URLs have changed.
2019-07-30 10:31:12 -04:00
Bjørn Erik Pedersen
b294048e9b
Make it a Hugo Module 2019-07-29 10:12:14 +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
Hanzei
88f559e816 Fix spelling mistakes 2019-06-14 14:58:38 +02:00
Federico Bruni
bce1b18326 Fix typos for absLangURL and relLangURL functions 2019-06-13 17:55:53 +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
Alex Patterson
be825ade94 Videos plural produces og:video 2019-06-13 17:27:03 +02:00
Brian Pond
77f74ced56 fix: typo in output-formats.md
Correct sentence for clarity.
2019-06-11 10:09:10 -04:00
Patrick Kollitsch
edb7b36b0d Link site hierarchy schema to larger version 2019-06-04 12:53:38 -04:00
Patrick Kollitsch
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 Kollitsch
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 Kollitsch
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 Mackenzie
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
Bradley Nelson
0c3c04fd63 Merge pull request #827 from BCNelson/range-patch
Range patch
2019-05-25 09:19:43 +02:00
Bradley Nelson
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
Dirk Kelly
fc5e43db2f Update 404.md with Netlify Instructions 2019-05-15 07:28:19 +02:00
Bjørn Erik Pedersen
bd58dd877a
Adjust Output Formats docs 2019-04-18 09:36:47 +02:00
Regis Philibert
f3e9fbc00c Document output format permalinkable
Fixes #790
2019-04-17 23:05:02 -04:00
Bjørn Erik Pedersen
3778ce6890
Update partials.md 2019-04-17 23:58:20 +02:00
Regis Philibert
7b207a404d
Partial: Update variable name in example 2019-04-17 17:47:44 -04:00
Regis Philibert
7d7b1f03c1 Document partials returning a value. 2019-04-17 17:31:35 -04:00
Bjørn Erik Pedersen
a5a5f5d75c
Start of taxonomy docs update for Hugo 0.55
Closes https://github.com/gohugoio/hugo/issues/5843
2019-04-11 14:11:59 +02:00
Rodolfo Carvalho
8c54f45d6e Add missing punctuation 2019-03-12 21:31:12 +01:00
Alexander Borsuk
574f43503c Fixed typo 2019-02-01 19:56:26 +01:00
Ross Light
7cff379f58 Correctly escape multi-word taxonomy terms in example 2019-01-20 10:34:53 -05:00
Kaushal Modi
c1db65ec7a
Make the dummy URL more obvious
Ref: https://github.com/gohugoio/hugoDocs/issues/717
2019-01-15 09:16:30 -05: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
Benjamin Petersen
5d9c7327fd Fix shortcode example escape chars 2018-12-13 16:16:11 -05:00
Bjørn Erik Pedersen
2d1d92b88c
Merge branch 'temp52' 2018-11-28 16:25:09 +01:00
Bjørn Erik Pedersen
4c3fd4fa4d docs: Document inline shortcodes
See #4011
2018-11-27 16:14:09 +01:00
Bud Parr
fd77e8df35 Update asset dependencies and adopt Hugo Pipes
* Swap src for assets directory

Assets directory is the default for Hugo Pipes

* Use "Typefaces" package

This method is cleaner because we can pull in our fonts with a require statement https://github.com/KyleAMathews/typefaces

* Use Hugo Pipes method of calling resources

* Update dependencies

* [wip]  Revamp Webpack

* Tweak Webpack for Tachyons

* Use simple build scripts

* Update dependencies

* Fix content that referenced files that don't exist

* Add all scripts

* Improve styles/js preload and cache

* Add to whitelist

* Add fonts to headers for preload

* Move preloads to header file

* Update styles

* Improve manifest usage

The manifest partial was in the site but not included in head

* Update readme

* Remove extra check on asset resources

* Call assets directly in header file
2018-11-25 17:08:43 +01:00
Bjørn Erik Pedersen
e2ffe867a7
Merge branch 'temp51' 2018-11-07 12:10:42 +01:00
Bjørn Erik Pedersen
3b2b172b98 docs: Document shortcode error handling
Closes https://github.com/gohugoio/hugoDocs/issues/660
2018-11-07 10:38:58 +01:00
Hideki Ikemoto
99a1f4a947 Fix note for reserved partial name(starting with -> including).
See. https://github.com/gohugoio/hugo/issues/5373
2018-11-02 08:24:00 +01:00
Hideki Ikemoto
3eebd98c3d Add note for reserved partial name.
See. https://github.com/gohugoio/hugo/issues/5373
2018-11-01 16:22:10 +01:00
Bjørn Erik Pedersen
37095d5403
Fix shortcode example 2018-10-29 09:26:40 +01:00
Bjørn Erik Pedersen
0848044474
Update shortcode-templates.md 2018-10-28 00:24:49 +02:00
Rick Cogley
c6b193c6f3 Update shortcode-templates.md
Improved based on a little confusion on forum related to how to access e.g. a second positional param.
2018-10-22 12:49:51 +02:00
Ben Gadbois
1f2846e6d1 Fix typo in output format README 2018-10-20 20:59:03 +02:00
Tiger Oakes
62bf0f184a Documentation for Open Graph & Twitter Cards 2018-10-14 11:14:46 +02:00
Franky W
987f1e1cdf Fix dead links (#601)
Links that should point to the hugoDocs pointed to hugo project.
When visiting the links, they showed up as 404.
2018-09-12 18:02:24 -04:00
Kaushal Modi
0e9fada523 Improvements to taxonomy template examples 2018-09-11 22:21:15 -04:00
Kaushal Modi
e06c4bf73d Add syntax highlighting; consistent 4-space indentation 2018-09-11 16:43:16 -04:00
Shaform
c1cb3f081c Remove dead links for custom permalinks 2018-09-11 16:29:09 -04:00
Bjørn Erik Pedersen
cb5608dbfe
Update introduction.md 2018-09-04 23:59:15 +02:00