9396 Commits

Author SHA1 Message Date
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
Stefano Chiodino
fc4c885137 Add extended version choco instructions (#703)
Specify how to install the extended version using chocolatey
2019-10-22 21:16:40 +07:00
Christian Oliff
1b1e8b33c2 Fix environment typo (#950)
> environvent

should be:

> environment
2019-10-22 21:15:02 +07:00
Christian Oliff
76932cb49a HTTPS relevant search link URLs (#951)
potentially safer and faster
2019-10-22 21:11:30 +07:00
Bjørn Erik Pedersen
2ef6bdfa42
Update theme 2019-10-21 18:27:39 +02:00
Christian Oliff
336a6468af Fix consecutive typo (#949) 2019-10-21 17:59:10 +07:00
Christian Oliff
f44183ddb5 Fix corresponding typo (#948) 2019-10-21 17:57:45 +07:00
Bjørn Erik Pedersen
995bf00482
Update index.md v0.59.0 2019-10-21 12:16:28 +02:00
Bjørn Erik Pedersen
e99758f799
Release 0.59.0 2019-10-21 12:12:28 +02:00
hugoreleaser
9d9070dda0 releaser: Add release notes to /docs for release of 0.59.0
[ci skip]
2019-10-21 09:38:50 +00:00
hugoreleaser
36517d1985 releaser: Add release notes to /docs for release of 0.59.0
[ci skip]
2019-10-21 09:38:50 +00:00
Bjørn Erik Pedersen
98716176b7 Merge commit '5ac0f751aa47e52625662215f66efa99a6abfc2e' 2019-10-21 10:52:23 +02:00
Bjørn Erik Pedersen
3acb75f89f Merge commit '5ac0f751aa47e52625662215f66efa99a6abfc2e' 2019-10-21 10:52:23 +02:00
Bjørn Erik Pedersen
723da4a376
Vendor the theme
To make the /docs in the source project standalone.
2019-10-21 10:51:03 +02:00