9509 Commits

Author SHA1 Message Date
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
Bjørn Erik Pedersen
6f0c67c082
Release 0.59.1 v0.59.1 2019-10-31 16:36:35 +01:00
Bjørn Erik Pedersen
a1add2ad0d
Merge branch 'temp591' 2019-10-31 16:35:58 +01:00
hugoreleaser
bbb8c4fea6 releaser: Add release notes to /docs for release of 0.59.1
[ci skip]
2019-10-31 15:20:53 +00:00
hugoreleaser
e0ad971c0a releaser: Add release notes to /docs for release of 0.59.1
[ci skip]
2019-10-31 15:20:53 +00:00
Christian Oliff
c03eb16e77 Fix automatic typo
This fixes a typo on `/content/en/contribute/development.md`
2019-10-31 10:17:32 +01:00
Bjørn Erik Pedersen
a623ccfd10
Update quick-start.md
Fixes #862
2019-10-30 20:37:24 +01:00
Salim B
de36e6f8f0 Clarify that print takes 1+ arguments
This was really not clear from the doc before.
2019-10-29 17:36:51 +01:00
flynnduism
de439ab84e correct the themes url www.themes.gohugo.io > themes.gohugo.io
Signed-off-by: flynnduism <flynnduism@gmail.com>
2019-10-25 21:59:13 +02:00
Liam OBrien
806102d10d Remove homepage Tweet (Account no longer exists)
@carriecoxwell does not exist. Flagged in #953
2019-10-25 21:45:05 +02:00