Michael Henderson
2dfeeda45e
fix typo by removing stray paren
2019-01-20 10:33:47 -05:00
Tim McCormack
0870bd9a28
Fix typo in paginate
description
2019-01-18 15:11:05 +00:00
Regis Philibert
91e8be85a1
Fixes https://github.com/gohugoio/hugo/issues/5609
2019-01-15 15:10:28 -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
b4589ff029
Fix a link
2019-01-14 16:19:37 -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
maiki
7a56abbcec
Format definitions
2019-01-13 23:47:43 +00:00
Kaushal Modi
a9c6fd9b73
Minor clarification over the last commit
2019-01-08 12:54:22 -05:00
Kaushal Modi
5c86bdc8a9
Add alternative instructions for Quick Start for non-git users
...
Ref: https://discourse.gohugo.io/t/error-on-quick-start/16216/7
2019-01-08 12:37:39 -05:00
Shohei Ueda
dafe7ee957
Add Visual Studio Code plug-ins
...
* add Visual Studio Code plugin, Hugo Helper
* add Visual Studio Code plugin, Hugo Language and Syntax Support
* Fix comment for Hugo Language and Syntax Support
2019-01-05 14:10:32 +01:00
peaceiris
110ed19eed
Update HUGO_VERSION
2019-01-05 14:09:52 +01:00
Bjørn Erik Pedersen
2abd031ae7
Update page.md
2019-01-04 17:37:41 +01:00
Bjørn Erik Pedersen
b332f7b94a
Update page.md
2019-01-04 17:35:02 +01:00
Sergio Nogueiras Fernández
f5a8c9d4fa
Update static-files.md
...
Explain how to access static files
2019-01-04 12:33:34 +01:00
Alexandros
6d0c155c82
Add note about relative protocol URLs
...
See https://github.com/gohugoio/hugoThemes/pull/521#issue-239913619 for the need to have this note about relative protocol URLs in themes.
2019-01-03 14:35:15 +01:00
Alexandros
a13751ac53
Theme Warning: Remove note about unquoted URLs
...
See https://github.com/gohugoio/hugo/issues/5488#issuecomment-449552225
2019-01-03 14:35:15 +01:00
Alexandros
4c8f7d6837
Incorporate feedback
...
See
4fa760d709 (r242191660)
4fa760d709 (r242195513)
2019-01-03 14:35:15 +01:00
Alexandros
6f2b9cf0d6
Update Creating Themes Warning
...
See https://github.com/gohugoio/hugo/issues/5488#issuecomment-447807350 and https://github.com/gohugoio/hugo/issues/5488#issuecomment-447860467 for the rationale of this PR.
@bep Feel free to reword if you think, this could be improved.
2019-01-03 14:35:15 +01:00
Marc Robinson
981bf53f84
Update _index.md
...
Corrects misspelling of sync (synch)
2019-01-02 09:58:39 +01:00
Alex Hogen
40d88d98f7
Fix ToC example to use binary true/false
...
The example code seemed to require that `toc` be set to the *string* `"false"` instead of the boolean keyword `false`. However, the text said the `toc` variable should be set to boolean `true`/`false` keywords, not strings. I'm not very familiar with GoLang so I could be completely wrong. I just know that the following Hugo page preamble did not work with the original code, but does work with the proposed fix.
```
+++
toc = false
+++
```
2019-01-02 09:58:16 +01:00
Jono Hey
4a11f3f17c
Fix typo
...
Changed `you` to `your`
2018-12-31 07:08:54 -04:00
Danny Guo
2dbfc0a492
Fix a typo in taxonomies
2018-12-31 06:58:13 -04:00
Kaushal Modi
d63790ef3c
Do not mark UndocumentedFeature issues as stale
2018-12-31 06:55:12 -04:00
Cameron Moore
b54aea066c
tpl: Fix reflect
...
Fixes #5564
2018-12-28 10:41:46 +01:00
Bjørn Erik Pedersen
d7aff09540
Regenerate docs.json
2018-12-27 10:11:50 +01:00
Arnaud Ligny
71c0826f3c
Update transform.Unmarshal.md
...
Fix some typos.
2018-12-27 01:05:29 +01:00
Bjørn Erik Pedersen
41f8af5a6c
Merge commit '978856e2ad12d2bcaf37bb9e31f806b30a4c42f4'
2018-12-26 10:27:54 +01:00
Mihira Jayasekera
785e375f57
Change 'my-another-post' to 'my-other-post'
...
Sounds more natural this way.
2018-12-26 00:26:17 +01:00
Bjørn Erik Pedersen
ba9a69d25e
Update reflect.IsSlice.md
...
See https://github.com/gohugoio/hugo/issues/5564
2018-12-25 10:00:40 +01:00
Bjørn Erik Pedersen
8063442580
Update reflect.IsMap.md
...
See https://github.com/gohugoio/hugo/issues/5564
2018-12-25 10:00:11 +01:00
Bjørn Erik Pedersen
757c0dafa1
Update index.md
2018-12-24 16:15:34 +01:00
Bjørn Erik Pedersen
d3f20a2d5f
Update index.md
2018-12-24 16:14:56 +01:00
Bjørn Erik Pedersen
9952e72a0e
Formatting
2018-12-24 10:03:36 +01:00
Bjørn Erik Pedersen
70458ccf28
Formatting
v0.53
2018-12-24 10:01:47 +01:00
Bjørn Erik Pedersen
7e0dd3969f
Merge branch 'config-dir'
2018-12-24 09:56:45 +01:00
Bjørn Erik Pedersen
06a5c11fc8
Release 0.53
2018-12-24 09:56:02 +01:00
hugoreleaser
01c00229fe
releaser: Prepare repository for 0.54-DEV
...
[ci skip]
2018-12-24 08:26:54 +00:00
hugoreleaser
29b223f781
releaser: Add release notes to /docs for release of 0.53
...
[ci skip]
2018-12-24 08:24:42 +00:00
hugoreleaser
4f61d1194b
releaser: Bump versions for release of 0.53
...
[ci skip]
2018-12-24 08:24:42 +00:00
Bjørn Erik Pedersen
320a0ac681
Refactor config below /config
...
See https://github.com/gohugoio/hugo/issues/5422
2018-12-24 08:36:16 +01:00
Bjørn Erik Pedersen
ec16b611e8
docs: Adjust CSV example
...
See #5555
2018-12-23 21:12:41 +01:00
Bjørn Erik Pedersen
cecf97dfc6
Rename CSV option from comma to delimiter
...
See #5555
2018-12-23 21:09:09 +01:00
Bjørn Erik Pedersen
18d06df582
docs: Document transform.Unmarshal
...
Fixes #5556
2018-12-23 19:43:17 +01:00
Bjørn Erik Pedersen
fdace78b57
docs: Regenerate CLI docs
...
Fixes #5544
2018-12-23 19:05:40 +01:00
Bjørn Erik Pedersen
b8f84ac594
hugolib: Add .Name as a shortcode variable
...
Fixes #5546
2018-12-21 09:51:15 +01:00
Bjørn Erik Pedersen
6612dd1b82
Merge commit '5a83bf314f4c0ce1d61341e0a1df21c9998e8154'
2018-12-21 09:45:41 +01:00
Harry Weppner
bd91d1cfdd
Fix typo
2018-12-18 09:53:33 +01:00
Kaushal Modi
0d45ea9cf9
Fix order of arguments in another strings.TrimLeft example
2018-12-13 17:14:03 -05:00
Kaushal Modi
0982f65c15
Fix the order of arguments to strings.TrimRight
2018-12-13 17:12:36 -05:00
Jan Ulrich Hasecke
f1f9b7cd63
Arguments in example
2018-12-13 17:01:18 -05:00