Commit Graph

9 Commits

Author SHA1 Message Date
Bjørn Erik Pedersen 9be494de3a Clean up the markup config 2020-05-31 12:41:38 +02:00
Bjørn Erik Pedersen c486747de6 Params cleanup 2020-01-23 16: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
bmackinney 38a15e6f7d remove metaDataFormat from config.toml
and replace reference to the config in templates/introduction.md
2019-09-07 19:53:22 +02:00
Bjørn Erik Pedersen b294048e9b Make it a Hugo Module 2019-07-29 10:12:14 +02:00
Bjørn Erik Pedersen 3fdb45b3cd docs: Add Hugo Modules docs 2019-07-25 13:21:30 +02:00
Shohei Ueda 00e4402605 Remove extra whitespace 2019-02-20 15:07:08 +01:00
Bjørn Erik Pedersen 6a2684fe4f Add the default cache configuration
So we can use it for testing.
2019-02-01 09:56:34 +01: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