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
https://github.com/gohugoio/hugoDocs/pull/690/files/4fa760d7096692366c2d09606e43d9b58d792131#r242191660
https://github.com/gohugoio/hugoDocs/pull/690/files/4fa760d7096692366c2d09606e43d9b58d792131#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
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
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
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
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
Benjamin Petersen
5d9c7327fd
Fix shortcode example escape chars
2018-12-13 16:16:11 -05:00
Bjørn Erik Pedersen
9b211089fc
docs: Regenerate CLI docs
...
Fixes #5507
2018-12-12 09:09:45 +01:00
Bjørn Erik Pedersen
9af46af3c7
Merge commit 'eb16165694f868d73e57b6aed5c26ba5e98229de'
2018-12-12 09:06:42 +01:00
Benjamin Petersen
d1cf9adc41
Fix typo
...
See #684
2018-12-11 20:47:51 +01:00
Kaushal Modi
26e10a6903
Fix the name and arg mismatch between partial defn and call
2018-12-09 10:51:52 -05:00
Cameron Moore
12f46f356e
tpl: Add reflect namespace
...
Add a reflect namespace that offers a two boolean functions for
testing if a value is a map or slice.
Fixes #4081
2018-12-07 23:29:37 +01:00
Bjørn Erik Pedersen
2db0e53cd0
Merge commit '9c36cff15224f6cbd19058ad61311229b7a23c83'
2018-12-07 21:27:36 +01:00
Bjørn Erik Pedersen
9c36cff152
Squashed 'themes/gohugoioTheme/' changes from 68ddff44..b8202f53
...
b8202f53 Use 'w' units instead of 'x' for responsive images in showcase
git-subtree-dir: themes/gohugoioTheme
git-subtree-split: b8202f539d57b5e8e2c740cfde3d5f5e5f66e3b6
2018-12-07 21:27:35 +01:00
Bjørn Erik Pedersen
4b021eff81
Update lang.Merge.md
2018-12-07 16:40:48 +01:00
peaceiris
b37af2916e
Add title to yaml
...
Fixes #677
2018-12-02 16:46:01 +01:00
peaceiris
a9a281233c
Fixed incorrect usage of the code-toggle shortcode
2018-12-01 10:45:16 +01:00
Alexandros
4560a0169a
Update Warning for Theme Links ( #676 )
...
The advice in this page is actually the opposite. Relative URLs output the wrong URL for theme assets on the Hugo website.
See relevant advice in the repository's [README](https://github.com/gohugoio/hugoThemes#common-permalink-issues )
I hadn't noticed this page (if I had noticed I would have sent a PR earlier because the advice offered here is plain wrong).
The reason I am merging this PR right away is due to [this](https://github.com/gohugoio/hugoThemes/issues/504#issuecomment-443253163 ) comment by a confused theme author.
If you feel that this could be improved feel free to reword and amend as you see fit but the bottom line is that for themes that are going to be published on Hugo Themes authors should create absolute paths in their templates.
cc: @bep @digitalcraftsman @kaushalmodi
2018-11-30 23:04:21 +02:00
Bjørn Erik Pedersen
0305e3c6b7
Document .File.ContentBaseName
2018-11-29 21:14:50 +01:00