Bjørn Erik Pedersen
0facb823c9
Merge commit '2e711a28c71e8667258e5ab824f9b9a71c261b0a'
2019-12-15 10:37:36 +01:00
P.F. Hawkins
af4b7ac5b4
Remove mention of Amber and Ace
...
Amber and Ace are deprecated and soon to be removed from the next version. There's no need to advertise a feature that's going away.
2019-12-14 18:44:03 +01:00
Igor Bubelov
c841e9207f
Exif docs corrections ( #978 )
...
* Fix spelling issue
* Add missing {{ end }} in Exif example
2019-12-13 11:03:15 +01:00
Christian Oliff
0f82420b86
Change cache assets default example to 1 year
...
Why a year?
The short answer is, the protocol doesn’t allow any value longer than a year. In the absence of a “cache this asset forever” header, a year is the longest possible time we can cache for.
REF: https://ashton.codes/set-cache-control-max-age-1-year/
2019-12-12 13:06:06 +01:00
Gavin D. Howard
3974c326c6
markup/tableofcontents: Add config option for ordered list
2019-12-12 07:48:40 +01:00
Gavin D. Howard
79bf8ed4cd
markup/tableofcontents: Add config option for ordered list
2019-12-12 07:48:40 +01:00
Bjørn Erik Pedersen
676dc6e12e
Release 0.61.0
v0.61.0
2019-12-11 10:10:49 +01:00
Bjørn Erik Pedersen
a1d9fb18a3
Merge commit '79c5d7053486f540b6219e693d5590f2c4c3937a'
2019-12-11 10:00:46 +01:00
hugoreleaser
8c2bd1a620
releaser: Add release notes to /docs for release of 0.61.0
...
[ci skip]
2019-12-11 08:26:33 +00:00
hugoreleaser
1b9e675cd5
releaser: Add release notes to /docs for release of 0.61.0
...
[ci skip]
2019-12-11 08:26:33 +00:00
Florian Gerlinghoff
5b95cbc8a6
Fixed suffixIsRemoved error in code samples ( #975 )
...
When `suffix = "<suffix>"` in the config.toml while adding or modifying
a media type, an error occurs: "MediaType.Suffix is removed. [...]".
I changed the code samples to use `suffixes` instead and adjusted the
surrounding descriptions to represent the change.
2019-12-11 14:27:00 +07:00
Yuriy Oborozhnyi
59b2c245b9
Fix Usage section in toc.md to consider Goldmark TOC settings
2019-12-10 23:52:14 +01:00
Yuriy Oborozhnyi
fd38286737
Add link on how to configure TOC w/ Goldmark
2019-12-10 23:52:14 +01:00
Atishay Jain
ea339f2d67
Added external learning resources including Hugo In Action book.
2019-12-07 19:43:15 +01:00
Bjørn Erik Pedersen
fab502d5d3
Adjust release notes
2019-11-29 16:22:52 +01:00
Bjørn Erik Pedersen
269a025efa
Release 0.60.1
v0.60.1
2019-11-29 16:17:28 +01:00
Bjørn Erik Pedersen
6bff50beaa
Merge branch 'temp601'
2019-11-29 16:16:19 +01:00
hugoreleaser
f00b2d507b
releaser: Add release notes to /docs for release of 0.60.1
...
[ci skip]
2019-11-29 14:56:16 +00:00
hugoreleaser
e15251c43a
releaser: Add release notes to /docs for release of 0.60.1
...
[ci skip]
2019-11-29 14:56:16 +00:00
Bjørn Erik Pedersen
690b864b95
Update use-modules.md
2019-11-28 22:23:51 +01:00
Bjørn Erik Pedersen
345ca8c365
Update syntax-highlighting.md
2019-11-27 23:04:14 +01:00
Bjørn Erik Pedersen
be64af9f53
Update syntax-highlighting.md
2019-11-27 23:01:10 +01:00
Bjørn Erik Pedersen
df9dead83d
Update syntax-highlighting.md
2019-11-27 22:59:02 +01:00
Bjørn Erik Pedersen
1c6e6d2388
Fix relnotes
2019-11-27 21:44:40 +01:00
Bjørn Erik Pedersen
0ea6b2012a
Update homepagetweets.toml
2019-11-27 18:25:40 +01:00
Bjørn Erik Pedersen
2c465625d7
Update index.md
2019-11-27 15:33:55 +01:00
Bjørn Erik Pedersen
0025bba09a
Update index.md
2019-11-27 13:29:41 +01:00
Bjørn Erik Pedersen
7417f1c051
Update index.md
2019-11-27 13:13:00 +01:00
Bjørn Erik Pedersen
9eeb8ce57b
Release 0.60.0
v0.60.0
2019-11-27 11:35:20 +01:00
Bjørn Erik Pedersen
25a7110237
Merge branch 'temp60'
2019-11-27 11:29:40 +01:00
hugoreleaser
9a5109838e
releaser: Add release notes to /docs for release of 0.60.0
...
[ci skip]
2019-11-27 10:09:46 +00:00
hugoreleaser
0c4faab0ec
releaser: Add release notes to /docs for release of 0.60.0
...
[ci skip]
2019-11-27 10:09:46 +00:00
Lupe CM
779e5108e8
Update installing.md
2019-11-27 08:57:21 +01:00
jasdeepgill
2ef1c386a4
Minor text improvements in README.md
2019-11-26 09:18:39 +01:00
jasdeepgill
41ec5a19a4
Reword sentence for clarity search.md
2019-11-26 09:15:53 +01:00
Bjørn Erik Pedersen
d2c222f71d
Add Goldmark as the new default markdown handler
...
This commit adds the fast and CommonMark compliant Goldmark as the new default markdown handler in Hugo.
If you want to continue using BlackFriday as the default for md/markdown extensions, you can use this configuration:
```toml
[markup]
defaultMarkdownHandler="blackfriday"
```
Fixes #5963
Fixes #1778
Fixes #6355
2019-11-23 14:12:24 +01:00
Bjørn Erik Pedersen
ded74f0982
Add Goldmark as the new default markdown handler
...
This commit adds the fast and CommonMark compliant Goldmark as the new default markdown handler in Hugo.
If you want to continue using BlackFriday as the default for md/markdown extensions, you can use this configuration:
```toml
[markup]
defaultMarkdownHandler="blackfriday"
```
Fixes #5963
Fixes #1778
Fixes #6355
2019-11-23 14:12:24 +01:00
Bjørn Erik Pedersen
cb55cdbb0f
Update introduction.md
2019-11-23 10:45:46 +01:00
Bjørn Erik Pedersen
df96f9efae
Update homepage.md
...
Fixes https://github.com/gohugoio/hugo/issues/6510
2019-11-18 09:17:49 +01:00
Bjørn Erik Pedersen
fcaad653aa
Update homepage.md
...
Fixes https://github.com/gohugoio/hugo/issues/6510
2019-11-18 09:17:49 +01:00
Bjørn Erik Pedersen
7427a1fc52
Update configuration.md
2019-11-13 09:30:48 +01:00
Bjørn Erik Pedersen
f17e67b4b5
tpl/collections: Allow dict to create nested structures
...
Fixes #6497
2019-11-11 21:55:16 +01:00
Bjørn Erik Pedersen
8cc2c72ca6
tpl/collections: Allow dict to create nested structures
...
Fixes #6497
2019-11-11 21:55:16 +01:00
Bjørn Erik Pedersen
5f923768a6
Merge commit 'efc0b1bb6c6564f54d596467dbc6a18cb206954e'
2019-11-11 11:46:22 +01:00
Bjørn Erik Pedersen
4538c092c2
Merge commit 'efc0b1bb6c6564f54d596467dbc6a18cb206954e'
2019-11-11 11:46:22 +01:00
Luke Francl
8a861bf16a
Support Go time format strings in permalinks
...
In the vein of an ancient TODO about supporting custom date formatting with
strftime, this allows `:`-prefixed Go time format strings in permalink segments.
This allows users to customize date-based permalinks any way they need to.
For example, with a date of 2019-11-09, the permalink `/:06/:1/:2` will render
as `/19/11/9`.
See:
07978e4a49 (diff-0688a3b65c7f5d01aa216f8d9b57fd00R111-R112)
https://discourse.gohugo.io/t/implementing-additional-date-formats-for-permalinks/17860
https://github.com/gohugoio/hugo/pull/6488
2019-11-10 11:00:02 +01:00
Luke Francl
90f908e7b0
Support Go time format strings in permalinks
...
In the vein of an ancient TODO about supporting custom date formatting with
strftime, this allows `:`-prefixed Go time format strings in permalink segments.
This allows users to customize date-based permalinks any way they need to.
For example, with a date of 2019-11-09, the permalink `/:06/:1/:2` will render
as `/19/11/9`.
See:
07978e4a49 (diff-0688a3b65c7f5d01aa216f8d9b57fd00R111-R112)
https://discourse.gohugo.io/t/implementing-additional-date-formats-for-permalinks/17860
https://github.com/gohugoio/hugo/pull/6488
2019-11-10 11:00:02 +01:00
Jim Kreft
51c4f31840
update figure shortcode docs
...
documents changes made in #5276
2019-11-07 13:08:37 -05:00
Bjørn Erik Pedersen
2e9c8200d7
Fix mediatype table
...
Fixes #6480
2019-11-05 11:03:04 +01:00
Bjørn Erik Pedersen
0403550130
Rework the index doc
...
Closes https://github.com/gohugoio/hugo/pull/3974
Closes https://github.com/gohugoio/hugo/issues/3289
2019-11-04 09:51:13 +01:00