hugo/helpers
Bjørn Erik Pedersen db4b7a5c67 Reuse the BlackFriday instance when possible
This is in heavy use in rendering, so this makes a difference:

```bash
benchmark                                                                                    old ns/op     new ns/op     delta
BenchmarkSiteBuilding/TOML,num_langs=1,num_pages=500,tags_per_page=5,shortcodes,render-4     124551144     107743429     -13.49%

benchmark                                                                                    old allocs     new allocs     delta
BenchmarkSiteBuilding/TOML,num_langs=1,num_pages=500,tags_per_page=5,shortcodes,render-4     528684         435118         -17.70%

benchmark                                                                                    old bytes     new bytes     delta
BenchmarkSiteBuilding/TOML,num_langs=1,num_pages=500,tags_per_page=5,shortcodes,render-4     53306848      45147832      -15.31%
```
2017-12-16 19:44:33 +01:00
..
baseURL.go Add some missing doc comments 2017-08-03 15:57:51 +02:00
baseURL_test.go all: Propagate baseURL error to the callers 2017-03-27 15:43:56 +02:00
content.go Reuse the BlackFriday instance when possible 2017-12-16 19:44:33 +01:00
content_renderer.go Use Chroma as new default syntax highlighter 2017-09-25 08:59:02 +02:00
content_renderer_test.go Reuse the BlackFriday instance when possible 2017-12-16 19:44:33 +01:00
content_test.go Reuse the BlackFriday instance when possible 2017-12-16 19:44:33 +01:00
emoji.go helpers: Use iterate operator by int in Emojify 2016-11-23 09:13:00 +01:00
emoji_test.go Run gofmt to get imports in line vs gohugoio/hugo 2017-06-13 19:12:10 +02:00
general.go Add Pandoc support, refactor external helpers 2017-11-30 12:15:52 +01:00
general_test.go Add Pandoc support, refactor external helpers 2017-11-30 12:15:52 +01:00
hugo.go releaser: Prepare repository for 0.32-DEV 2017-11-27 11:27:33 +00:00
hugo_test.go Set up Hugo release flow on CircleCI 2017-09-10 17:14:02 +02:00
language.go Add multilingual multihost support 2017-11-17 11:01:46 +01:00
language_test.go all: Refactor to nonglobal Viper, i18n etc. 2017-02-17 17:15:26 +01:00
path.go helpers: Remove (now) unused GetStaticDir 2017-11-19 14:03:21 +01:00
path_test.go Add support for multiple staticDirs 2017-11-17 11:01:46 +01:00
pathspec.go helpers: Properly handle []interface{} as staticDir 2017-11-19 15:44:20 +01:00
pathspec_test.go helpers: Remove (now) unused GetStaticDir 2017-11-19 14:03:21 +01:00
pygments.go Add table linenos support for Chroma highlighter 2017-10-14 16:00:27 +02:00
pygments_test.go Add table linenos support for Chroma highlighter 2017-10-14 16:00:27 +02:00
testhelpers_test.go Use Chroma as new default syntax highlighter 2017-09-25 08:59:02 +02:00
url.go output: Rename HTMLType etc. to HTMLFormat 2017-03-27 15:43:56 +02:00
url_test.go all: Update import paths to gohugoio/hugo 2017-06-13 18:42:45 +02:00