summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-11-23Add Goldmark as the new default markdown handlerBjørn Erik Pedersen
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-22Fix Params case handling in the index, sort and where funcBjørn Erik Pedersen
This means that you can now do: ``` {{ range where .Site.Pages "Params.MYPARAM" "foo" }} ```
2019-11-22Fix GetPage Params case issueBjørn Erik Pedersen
Fixes #5946
2019-11-21common/para: Add parallel task executor helperBjørn Erik Pedersen
Usage of this will come later.
2019-11-21Add some more output if loading modules takes timeBjørn Erik Pedersen
Also include the time to collect modules etc. in the "Total in ..." time reported for the `hugo` command. Fixes #6519
2019-11-18Update homepage.mdBjørn Erik Pedersen
Fixes https://github.com/gohugoio/hugo/issues/6510
2019-11-17hugolib: Add a benchmarkBjørn Erik Pedersen
2019-11-14modules: Do not check for remote modules if main project is vendoredBjørn Erik Pedersen
Fixes #6506
2019-11-14hugolib: Fix emoji handling inside shortcodesBjørn Erik Pedersen
Fixes #6504
2019-11-11tpl/collections: Allow dict to create nested structuresBjørn Erik Pedersen
Fixes #6497
2019-11-11commands: Add hint when dir not emptyreuben honigwachs
Many users seem to stumble over creating new sites in existing non-empty directories. And that `--force` is the necessary option. So I added *See --force* as a hint to the error. Fixes #4825.
2019-11-11tpl/collections: Add collections.ReverseBjørn Erik Pedersen
Fixes #6499
2019-11-11tpl/collections: Make index work with slice as the last argBjørn Erik Pedersen
Fixes #6496
2019-11-11Merge commit 'efc0b1bb6c6564f54d596467dbc6a18cb206954e'Bjørn Erik Pedersen
2019-11-11Squashed 'docs/' changes from 723da4a37..51c4f3184Bjørn Erik Pedersen
51c4f3184 update figure shortcode docs 2e9c8200d Fix mediatype table 040355013 Rework the index doc 6f0c67c08 Release 0.59.1 a1add2ad0 Merge branch 'temp591' e0ad971c0 releaser: Add release notes to /docs for release of 0.59.1 c03eb16e7 Fix automatic typo a623ccfd1 Update quick-start.md de36e6f8f Clarify that `print` takes 1+ arguments de439ab84 correct the themes url www.themes.gohugo.io > themes.gohugo.io 806102d10 Remove homepage Tweet (Account no longer exists) fc4c88513 Add extended version choco instructions (#703) 1b1e8b33c Fix environment typo (#950) 76932cb49 HTTPS relevant search link URLs (#951) 2ef6bdfa4 Update theme 336a6468a Fix consecutive typo (#949) f44183ddb Fix corresponding typo (#948) 995bf0048 Update index.md e99758f79 Release 0.59.0 36517d198 releaser: Add release notes to /docs for release of 0.59.0 3acb75f89 Merge commit '5ac0f751aa47e52625662215f66efa99a6abfc2e' 8b3cb611a Merge commit '5070ba6c9e6c492deade3c30cfe769b9dbf7151d' fd0127841 Merge commit 'b9bd35d72e14932fb6588ff62b90cddef0a060fc' as 'docs' 39121de4d docs: Replace /docs 180195aa3 cache/filecache: Recover from file corruption 4b286b9d2 resources/images: Allow to set background fill colour 689f647ba media: Add common video media types 46cafdbac examples: Replace .RSSLink 653e6856e resources/page: Use binary search in Pages.Prev/Next if possible f4f566edf Make Pages.Prev/Next work like the other Prev/Next methods 7b3edc293 tpl: Add optional "title" attribute to iframe in Vimeo shortcode 65b7d4221 tpl: Modify error messages of after, first, and last 0e75af74d tpl: Last now accepts 0 as limit 5f1aafafb Update feature_request.md a9762b5c4 common: Fix elements are doubling when append a not assignable type 096a4b67b tpl: After now accepts 0 as index bc70f2bf1 helpers: Fix data race in global logger init 0d7b05be4 tpl: Make getJSON/getCVS accept non-string args 71b18a078 Update to Go 1.12.10 and 1.13.1 339ee3714 Simplify test output to simplify diffing f10db101a hugofs: Add FileMeta.String b401858eb deps: Update minify to v2.5.2 39ed33fce resources: Fix image test error on s390x, ppc64* and arm64 020a6fbd7 Add BaseFs to RenderingContext b152216d5 deps: Update go-org 64ec8c890 media: Use + to create the Type string c466b88c9 deps: Upgrade to latest version of emoji dependency 2df5d202c Revert "deps: Upgrade to latest version of emoji dependency" 170f18d93 deps: Upgrade to latest version of emoji dependency 15a0364d3 readme: Update Architectures 674e81ae8 deploy: Add ability to invalidate Google Cloud CDN 298092d51 resources: Ensure same dirinfos sort order in TestImageOperationsGolden 019ae3848 Update bug_report.md 329e88db1 Support typed bool, int and float in shortcode params e073f4efb deps: Update Chroma 454a033dc github: Add issue templates and action e5856e61d resources: Support output image format in image operations 34dc06b03 tpl: Add `rel="noopener"` for external links 2b1814ee5 tpl: Remove unneeded space 8cb7a0d4d releaser: Prepare repository for 0.59.0-DEV 4aac02d49 releaser: Add release notes to /docs for release of 0.58.3 85376a757 releaser: Bump versions for release of 0.58.3 0fd30f832 releaser: Add release notes for 0.58.3 [ci skip] c262a95a5 Add some more resource transform tests 6dec671fb Fix cache key transformed resources c0d7188ec deploy: Do not compile in Azure on Solaris 13768c3c5 releaser: Prepare repository for 0.59.0-DEV 253e5fdc6 releaser: Add release notes to /docs for release of 0.58.2 7bc1270ec releaser: Bump versions for release of 0.58.2 d4c98e580 releaser: Add release notes for 0.58.2 [ci skip] c0d757367 Fix cache keys for bundled resoures in transform.Unmarshal fcfa6f33b filecache: Ignore "does not exist" errors in prune 77b23fe3d releaser: Prepare repository for 0.59.0-DEV 24277b920 releaser: Add release notes to /docs for release of 0.58.1 8bc478d3f releaser: Bump versions for release of 0.58.1 609a9afbe releaser: Add release notes for 0.58.1 [ci skip] 9442937d8 Avoid writing the same processed image to /public twice 901077c03 hugolib: Fix broken bundle live reload logic 24ad42957 deps: Update github.com/bep/gitmap 3be2c2535 Fix concat with fingerprint regression 5e6609477 tpl: Remove eq argument limitation f4e1cb8d0 releaser: Prepare repository for 0.59.0-DEV 64d8bf1ee releaser: Add release notes to /docs for release of 0.58.0 10c0baddf releaser: Bump versions for release of 0.58.0 9d3ae81b9 Release 0.58.0 bb894ceaf Allow slices in the image Filter funcs, not just varargs 529c7f109 Update 0.58.0-relnotes.md 57a54d19d releaser: Add release notes for 0.58.0 dc3f3df29 hugolib: Adjust Go version specific test b43130115 Update to Go 1.13 28501ceb9 hugolib: Remove the old and slow site benchmarks 8624b9fe9 Cache processed images by their source path 018494f36 Remove test artifact 43298f028 Make the "is this a Hugo Module" logic more lenient 1b5c7e327 hugolib: Add a Sass includePaths test 05d83b6c0 Update to Go 1.11.13 and 1.12.9 4898fb3d6 Make home.Pages work like any other section 45d7988f2 Add some fingerprint tests ce47c21a2 resources: Cache Exif data to disk de9cbf619 Remove metaDataFormat setting 4f5011692 resources: Make the Exif benchmark filenames distinct 3becba7a9 resources: Add Exif benchmark 20bdc69a4 resources: Remove unused map type 28143397d Add image.Exif 8a8d4a6d9 deps: Update go-org (fix descriptive lists) 00297085d tpl: Migrate last shortcodes (YouTube and Vimeo) to HTTPS embeds 823f53c86 Add a set of image filters f9978ed16 Image resource refactor 58d4c0a8b deps: Update go-org (fix footnotes in headlines) c5319db9f Discrepancy typo fix ad1d6d640 source: Remove debug check left during development fd3d90ced hugolib: Change to output non-panic error message if missing shortcode template 3ae4b3e19 releaser: Prepare repository for 0.58.0-DEV a849cb2d9 releaser: Add release notes to /docs for release of 0.57.2 01fbb4635 releaser: Bump versions for release of 0.57.2 9958e5e91 releaser: Add release notes for 0.57.2 [ci skip] f77a4a2f4 Revert "Update to Go 1.11.13 and 1.12.9" 88d699361 tpl: Use RegularPages for RSS template ea6816030 hugolib: Don't use the global warning logger 564cf1bb1 tpl: Avoid "home page warning" in RSS template 4b4bdcfe7 hugolib: Allow index.md inside bundles 18836a71c Adjust the default paginator for sections ab40ce679 Revert the 0.57 home.Pages change 416493b54 hugolib: Add a site benchmark f28efd358 Update to Go 1.11.13 and 1.12.9 36d749f4e releaser: Prepare repository for 0.58.0-DEV 58c56e9de releaser: Add release notes to /docs for release of 0.57.1 484106cfa releaser: Bump versions for release of 0.57.1 4d60a920f releaser: Add release notes for 0.57.1 [ci skip] 6ccf50ea7 hugolib: Fix draft etc. handling of _index.md pages 67524c993 Fix mainSections logic 952a31949 Fix live reload mount logic with sub paths 321418f22 modules: Disable "auto tidy" for now 7f3aab5ac hugolib: Recover and log panics in content init 028b99261 hugolib: Add some outputs tests 9475f61a3 hugolib: Fix taxonomies vs expired ea9261e85 commands: Make sure the hugo field is always initialized before it's used 37f592980 releaser: Prepare repository for 0.58.0-DEV 9b00e6476 releaser: Add release notes to /docs for release of 0.57.0 ab849fcc9 releaser: Bump versions for release of 0.57.0 8a4c080cc Add release notes for 0.57.0 4644b95bd hugolib: Remove temporary warning 1089cfe4e Add FileInfo to resources created with resources.Match etc. cd575023a Improve the server assets cache invalidation logic 631509810 modules: Do not fail build on errors in theme.toml b64617fe4 Add resources.Match and resources.GetMatch 17ca8f0c4 commands: Fix faulty -h logic in hugo mod get 9e5718270 tests: Convert from testify to quicktest 6027ee110 Avoid unnecessary conversions c577a9ed2 Fixed ineffectual assignments a93cbb0d6 Simplify code bd98182db Implement cascading front matter e88d79899 Fixed tautological error conditions c0eef3b40 Use the SVG logo in README.md 166a394a2 Fix static sync issue with virtual mounts 824395204 Add a branch bundle test case 7ff0a8ee9 Simplify page tree logic df374851a hugolib: Add some more site benchmarks a843ca53b transform/urlreplacers: Cache the next position of `urlreplacer.prefix` 02397e76c postcss: Fix no-map vs noMap discrepancy de8762424 hugolib: Fix output format handling of mix cased page kinds 9ef4dca36 hugolib: Fix broken test 2d1d33673 tpl: Regenerate templates be0d4efc3 tpl: Always load GitHub Gists over HTTPS f7f549e3a Fix assorted typos 6512d128c common/collections: Fix typo b8758de19 examples: Fix multilingual example compatibility with latest version 53077b0da Merge pull request #6149 from bep/sort-caseinsensitive a4f96a9d8 releaser: Prepare repository for 0.57.0-DEV f637a1eac releaser: Add release notes to /docs for release of 0.56.3 9433c3c70 releaser: Bump versions for release of 0.56.3 7b448340c releaser: Add release notes for 0.56.3 [ci skip] 0e086785f hugolib: Fix bundle header clone logic 02b947eaa docs: Regenerate CLI docs d7c233afe commands: Add "hugo config mounts" command 45ee8a7a5 commands: Cleanup the hugo config command 4b6c5eba3 Move the mount duplicate filter to the modules package edf9f0a35 Allow overlap in module mounts 36220851e Fix self-mounts on the main project 53ade40ba releaser: Prepare repository for 0.57.0-DEV 5f033a7fc releaser: Add release notes to /docs for release of 0.56.2 2e6da0067 releaser: Bump versions for release of 0.56.2 06f29068f releaser: Add release notes for 0.56.2 [ci skip] 84bc8d84e Add some more content language test assertions 6eca0a3de commands: Fix config reloading in Vim and similar e28bd4c0f Fix Jekyll import 2c7c36109 releaser: Create a proper automated title for patch releases c62bbf7b1 Fix image format detection for upper case extensions, e.g. JPG 00a238e32 Fix i18n project vs theme order e5f960245 Add proper error message when receiving nil in Resource transformation 9f497e7b5 Merge branch 'release-0.56.1' 3ad16af6f releaser: Prepare repository for 0.57.0-DEV 56908509e deps: Update go-org to v0.1.2 0ad218afc releaser: Add release notes to /docs for release of 0.56.1 b5fda703f releaser: Bump versions for release of 0.56.1 447700228 releaser: Add release notes for 0.56.1 [ci skip] 544f826dd releaser: Make it a one click release for patch releases e393c6290 common/maps: Do not return error on params dot access on incompatible types 93d02aabe resources: Fix image Width/Height regression 508db1906 Revert "cache/filecache: Skip resource cache init if the fs is missing" e5fe37892 modules: Set GO111MODULE=on da4c4a778 cache/filecache: Skip resource cache init if the fs is missing b4827fbb1 releaser: Prepare repository for 0.57.0-DEV 45f4eb984 releaser: Add release notes to /docs for release of 0.56.0 263f86d45 releaser: Bump versions for release of 0.56.0 bed75108e Update release notes 8d7006d85 releaser: Add release notes draft for 0.56.0 e5b6e2085 resources: Fix test on Windows 77bf2991b docs: Add Hugo Modules docs e5f229974 Block symlink dir traversal for /static 87a07282a modules: Gofmt 882d678bb modules: Rename disabled => disable in config fa28df105 hugolib: Fix broken test 072aa7f11 hugolib: Add a symdiff test 215d2ed88 docs: Regenerate CLI docs 23adc0c2d docs: Regenerate data helpers 461b0e066 Merge commit '5cb4e46cfa65bddae8ac5344540e3dd1e4c266b2' 5cb4e46cf Squashed 'docs/' changes from 540aeddc7..41aae7abb 9f5a92078 Add Hugo Modules 47953148b deps: Tidy 2fc0abd22 Fix livereload for @import case 53da3881d releaser: Remove unused function ac101aba4 deps: Update xerrors 58a47ccde travis: Ignore errors in go mod download 95b1d3013 deps: Update Chroma a5604e18b resource/postcss: Change postcss to check for local installation under node_modules/.bin 05d0eddd2 Merge commit '35febb2e2a3780c3338a2665fddea7dda28a17f4' 35febb2e2 Squashed 'docs/' changes from 0c3c04fd6..540aeddc7 c624a7799 tpl/collections: Add Merge function 020086cb2 Add org to front matter formats 8524baee1 deps: Update go-org 90b0127f6 Fix typo s/Meny/Menu/ 7611078da hugolib: Add testfile to .gitignore b2a3d4644 tpl/tplimpl: Regenerate templates 88c8a15be Pagination - do not render href if no next item 59c4bc52e Include path to source page in non-relative ref/relref warning dc1d4a920 hugolib: Add another site benchmark de7b9475c commands: Remove comma after URL in new site output d6ca728ff deps: Revert to an older version of Blackfriday ff10aa522 examples: Update link to prevent redirect 9f258d2b8 examples: Update URLs 31c9c690f releaser: Update Go Releaser and consolidate the 2 configs e8a716b23 tpl/collections: Fix slice type handling in sort 3e6cb2cb7 hugolib: Fix bundle path when slug is set 8d898ad66 tpl/collections: Unwrap any interface value in sort and where fad183c4a Refactor Org mode front matter: Introduce '#+KEY[]:' array notation b6867bf80 Improve Org mode support: Replace goorgeous with go-org 9df57154e deploy: Default --target to the first deployment target 35abce27c Add safety barrier between concatenated javascript resources 8914fe7ed Update CLI doc for "long" form b0f536fb2 Drop dashes in http header matcher attributes; other changes from code review 1384d77a0 docs: Add documentation for "hugo deploy" 5e83f4256 deploy: remove TODO comment about subfolders; handled by GoCDK blob URLs b376b2685 deps: Update gocloud.dev to v0.15.0. fb007e9ae tpl/collections: Convert numeric values to float64 and compare them 4c560020b resources: Return nil when not found in resources.Get d44d3ea89 deps: Update Viper d1cf53f5f Remove references to Google+ 811ee996a Update gitmap to get CommitDate field 4f61a926f Merge commit 'be04ece8590f775a52ea167fbe4555753e8c5211' be04ece85 Squashed 'docs/' changes from 50c02516c..0c3c04fd6 5b4b8bb3c commands: Create new 'hugo list all' command 2278b0eb0 Medium -> Hugo exporting tool 41974303f dockerfile: Switch base image for final build 6b3f1a100 Merge branch 'release-0.55.6' fa8e334da releaser: Prepare repository for 0.56.0-DEV a5d4c82d2 releaser: Add release notes to /docs for release of 0.55.6 32f4b3833 releaser: Bump versions for release of 0.55.6 9b48c5d6b Release 0.55.6 8a1873a2d releaser: Add release notes draft for 0.55.6 95ce2a40e hugolib: Prevent parallel server rebuilds e22b3f54c tpl: Fix internal templates usage of safeHTMLAttr 71b8d8b6a Update to Go 1.12.5 and Go 1.11.10 5dc6d0df9 deploy: Add tests; fix Windows 527cf1ab0 deploy: Support configuration of upload order f4956d9aa deploy: Support invalidating a CloudFront CDN cache 2838d58b1 i18n: Move the package below /langs f330e869e deploy: compute MD5 by reading if List didn't provide one f2b5d4de3 Revert docs/config.toml changes 0091b1f89 travis: Use proxy.golang.org c7165589b Add a "deploy" command ad5703a91 hugolib: Disable racy test f94a388ad releaser: Prepare repository for 0.56.0-DEV a83256b9c releaser: Add release notes to /docs for release of 0.55.5 77ad1336d releaser: Bump versions for release of 0.55.5 e33ed29b7 Release 0.55.5 2fb708d3d releaser: Add release notes draft for 0.55.5 cee181c3a docs: Regenerate docs helper b1d438ea2 Merge commit 'f147b5c53eda15982e0fe762847532eeddb7485f' f147b5c53 Squashed 'docs/' changes from 13097daf2..50c02516c 6b76841b0 output: Fix permalink in sitemap etc. when multiple permalinkable output formats bcbed4ebd hugolib: Fix PrevInSection/NextInSection for nested sections 009076e5e lazy: Fix concurrent initialization order 1cbb501be Update blackfriday to v1.5.2 66b143a01 tpl/compare: Fix nil compare in eq/ne for interface values 4f93f8c67 tpl: Fix hugo package name and add godocs f76e50118 tpl: Provide more detailed errors in Where f84df16fe releaser: Prepare repository for 0.56.0-DEV 579004178 releaser: Add release notes to /docs for release of 0.55.4 f2fbca23a releaser: Bump versions for release of 0.55.4 1707f1a5f Release 0.55.4 211d66797 releaser: Add release notes draft for 0.55.4 33c738116 hugolib: Fix shortcode version=1 logic 69a56420a hugolib: Avoid recloning of shortcode templates 4756ec3cd i18n: Avoid rebuilding the Translations map for every lookup 4c3c51203 commands: Init mem profile at the end 0775c98e6 hugolib: No links for bundled pages 1477fb33c releaser: Prepare repository for 0.56.0-DEV 993b84333 releaser: Add release notes to /docs for release of 0.55.3 a9ee2ab58 releaser: Bump versions for release of 0.55.3 c85b726f8 Release 0.55.3 89cf7a3f4 releaser: Add release notes draft for 0.55.3 75b16e30e docs: Regenerate docs helper 0508ca185 Merge commit 'a0c28c943c2f4714fa340b22a583b96f5013090b' a0c28c943 Squashed 'docs/' changes from 0f2bf195e..13097daf2 c7dd66bfe Fix links for non-HTML output formats 7aeeb60d7 hugolib: Add some OutputFormats.Get tests ea529c847 Fix menu URL when multiple permalinkable output formats 6c80acbd5 hugolib: Add some integration tests for in/uniq using Pages 7fbfedf01 tpl/collections: Return error on invalid input in in 06f56fc98 tpl/collections: Make Pages etc. work with the in func d7a67dcb5 tpl/collections: Make Pages etc. work in uniq 3e421bd47 commands: Replace IsDraft with Draft in list command 102876033 releaser: Prepare repository for 0.56.0-DEV 9d0203488 releaser: Add release notes to /docs for release of 0.55.2 ccfbb63d1 releaser: Bump versions for release of 0.55.2 fcd63a865 Release 0.55.2 7ace59d5b releaser: Add release notes draft for 0.55.2 35f41834e hugolib: Add more tests for Permalinkable 9b17cbb62 hugolib: Fix Pages reinitialization on rebuilds 2957795f5 tpl/tplimpl: Handle late transformation of templates 56550d1e4 hugolib: Fix shortcode namespace issue 7881b0965 hugolib: Fix false WARNINGs in lang prefix check 49d0a8264 hugolib: Fix bundle resource publishing when multiple output formats b799b12f4 hugolib: Fix panic for unused taxonomy content files 701486728 hugolib: Fix dates for sections with dates in front matter f2795d4d2 Fix WeightedPages in union etc. e85c057f9 releaser: Prepare repository for 0.56.0-DEV 223b3c2ee releaser: Add release notes to /docs for release of 0.55.1 7ca15c7dd releaser: Bump versions for release of 0.55.1 adb776b22 Release 0.55.1 5efdd14eb releaser: Add release notes draft for 0.55.1 8d7607aed hugolib: Add a test for parent's resources in shortcode 4d425a86f Fix 9e9a1f92b hugolib: Fix simple menu config f7375c497 Fix paginator refresh on server change 7966c0b5b Remove the space in `. RelPermalink` cc98fc8ad Merge commit '8b73644d81a81e82851b7f7c90aa8ab5524fbe93' 8b73644d8 Squashed 'docs/' changes from acf70cdd9..0f2bf195e 3b86b4a9f resources/page: Fix .RSSLinke deprecation message 27a8049da tpl/tplimpl: Replace deprecated .GetParam usage ee4274244 releaser: Prepare repository for 0.56.0-DEV 4333cc77f releaser: Add release notes to /docs for release of 0.55.0 452cdcd7c releaser: Bump versions for release of 0.55.0 05d614e13 Release 0.55.0 018cd0c9d releaser: Add release notes draft for 0.55.0 612a06f06 Misc paginator adjustments 3db4a1cf7 Update to Go 1.12.2 and Go 1.11.7 f34e6172c hugolib: Log warning on relative front matter url with lang 708d4ceeb Adjust rlimit logic ed65bda3b docs: Add information about summary front matter variable 3a62d5474 hugolib: Consider summary in front matter for .Summary ebab291c0 resources/page: Regenerate JSON wrapper 75467cd78 resources/page: Add missing GitInfo to Page d1553b4b0 integrity: Add support for sha384 1d9dde82a hugolib: Fix default date assignment for sections 87b16abd9 Add HUGO_NUMWORKERMULTIPLIER 415ca9673 hugolib: Fix the GOMAXPROCS env get 8559f5c29 Use YAML for the benchmark compare e2dc432fe hugolib: Fix benchmark for YAML front matter 950295516 hugolib: Buffer the render pages chan 032e6802d deps: Update to imaging v1.6.0 d0d661dff hugolib: Re-work "fast render" logic in the new flow 4494a01b7 metrics: Adjust the howSimilar logic vs strings e91e222cd resources/page: Implement compare.ProbablyEqer for the core slices 5185fb065 hugolib: Allow relative URLs in front matter 92baa14fd hugolib: Allow page-relative aliases a55640de8 tpl: Allow the partial template func to return any type 9225db636 releaser: Remove version replacement in docs config f7ef7d376 releaser: Adjust patch vs images logic f9d6feca0 hugolib: Fix alias path for AMP and similar 439ab0339 resources: Fix image publish ordering issue b6a60f718 output: Add missing JSON tag bfdc44964 docs: Regenerate docshelper data cc8515f18 deps: Update Chroma 8bfd3a54a hugolib: Add a simple test for jsonify of Site bb533ca5e docs: Regenerate CLI docs 876e5f67b Merge commit 'c2037f0c9a3a35b9db9c404f6b5f94ec8b690a53' c2037f0c9 Squashed 'docs/' changes from 4f4d1f48c..acf70cdd9 9bc6187b8 hugolib: Do not fall back to site title if not set in content file 10bb614a7 deps: Update Afero bceda1b28 hugolib: Add a test for home page with no title 4dae52af6 Avoid nilpointer on no File on Page 794d4052b herrors/errors: Improve the "feature not available" error a7ee9b0bb hugolib: Add String() to fileInfo 91ef9655a resources/page: Re-introduce .Page.Page b5f39d23b all: Apply staticcheck recommendations 3011f36c2 hugolib: Remove unused slice d30e84548 Run gofmt -s 597e418cb Make Page an interface 44f5c1c14 List future and expired dates in CSV format 984a73af9 Update to Go 1.12.1 and Go 1.11.6 e54213f52 tpl/tplimpl: Fix mutex unlock 4a2a8afff commands: Fix doLiveReload logic 79d517d86 deps: Update Viper 34c49d788 hugolib: Adjust site benchmark b9e75afd6 Update to Go 1.12 dfc72d61a Remove Gitter dev chat link 02eaddc2f tpl/tplimpl: Fix template truth logic bdf47e8da Update Travis config to work for forked builds 75904332f Add skipHTML option to blackfriday config 60c0eb4e8 Update stretchr/testify to 1.3.0. c154c2f7b Rewrite relative action URLS 075b17ee1 Support Docker args TAGS, WORKDIR, CGO; speed up repetitive builds b4148cd1d hugolib: Adjust test for Go 1.12 908692fae Support nested keys/fields with missing values with the `where` function 7e4b18c5a commands: Update debouncer version 483cf19d5 common/herrors: Fix args order in strings.TrimPrefix 720104294 tpl: Fix strings.HasPrefix args order 5383fe458 releaser: Prepare repository for 0.55.0-DEV b1a82c61a releaser: Add release notes to /docs for release of 0.54.0 6fe6b9c17 releaser: Bump versions for release of 0.54.0 52cec0fb2 Release 0.54.0 23e52ea4c releaser: Add release notes draft for 0.54.0 9b619dc02 releaser: Adjust patch logic fab41f42d common/hugo: Use official semver even for main releases f27faf9af Squashed 'docs/' changes from 49809a038..4f4d1f48c c7c66e664 Merge commit 'f27faf9afd0a8db768a21954b8755f1bf1a14f1b' 5e078383a Squashed 'docs/' changes from 785e375f..49809a03 ddc15ed41 Merge commit '5e078383a787e8b5ec3ba73f05ea4130840afbe2' ddc6d4e30 tpl/data: Adjust tests 6a2bfcbec tpl/data: Prevent getJSON and getCSV fetch failure from aborting build 59d87044a commands: Add test for --configDir 3244cb3b3 Ignore unknown config files in config dir d9282cf98 Store supported config formats in a variable c52045bbb Fix some inline shortcode issues 8ed2a1caa Bump to Go 1.11.5 e85961390 Update Afero 2a9060a85 hugolib: Expand TestPageWithEmoji to cover '+', '-' and '_' too 3038464ea Accept hyphen and plus sign in emoji detection 526b5b1c4 Fix OpenGraph image fallback to site params 26f75edb7 Support numeric sort in ByParam e1a66c734 Fix Params case handling in the new site global db3c49d04 Make hugo server -t work again e3cb8e6c7 Add configFile(s) back to the watch list after RENAME event too 55251aa89 Remove historical rssURI config 843fcd19d Use subtests with server_test.go ce8a09a4c resources: Move resource interfaces into its own package 669ada436 resource: Move resource processors into sub-packages 507451229 Update _index.md 40ffb0484 hugolib: Restore 0.48 slash handling in taxonomies 4bae8b04a Revert " Fix handling of taxonomy terms containing slashes" 0584432b0 Update go.sum 65fa06927 Revert "hugolib: Restore taxonomy term path separation" 9e4f9e0bb tpl: Fix reflect 3f3187de0 cache/namedmemcache: Fix data race cc351958e Update Chroma c24f3ae22 Make docshelper run again 214e9745b releaser: Use Git short commit in release binaries ecc892275 releaser: Bump Goreleaser version 22afe2804 Merge commit '978856e2ad12d2bcaf37bb9e31f806b30a4c42f4' 978856e2a Squashed 'docs/' changes from bd91d1cfd..785e375f5 843187120 releaser: Prepare repository for 0.54-DEV 8fc339dc2 releaser: Add release notes to /docs for release of 0.53 5236cb8e9 releaser: Bump versions for release of 0.53 a28865cfc release: Fix goreleaser config cb6c77b81 Release 0.53 be58c7b9c tpl/transform: Include options in cache key 62d031aed docs: Adjust CSV example ce06bdb16 Rename CSV option from comma to delimiter 2efc1a64c docs: Document transform.Unmarshal 25ddbb09f hugolib: Adjust test e691c48a5 docs: Regenerate CLI docs 094709e10 tpl/transform: Simplify transform.Unmarshal func a57446979 Add CSV support to transform.Unmarshal 822dc627a tpl/transform: Add transform.Unmarshal func 43f9df019 Prevent resource publishing for transformed inline resources 102171444 hugolib: Add .Name as a shortcode variable 5a83bf314 Squashed 'docs/' changes from d1cf9adc4..bd91d1cfd 6f069e549 Merge commit '5a83bf314f4c0ce1d61341e0a1df21c9998e8154' 0483299bc hugolib: Improve logic of output path trimming 27b62a546 snap: Revert build-snap to 1.11/stable channel for go 35bfca3b1 commands: Remove the benchmark command 9cd54cab2 Move the emoji parsing to pageparser a8853f1c5 parser/pageparser: Split the page lexer into some more files 4d93aca27 hugolib: Enable Emoji in site benchmark f2167de83 parser/pageparser: Add a benchmark 64b6b2907 tpl: Fix case handling in cast params bb9c2988f Update to Go 1.11.4 c04030b14 releaser: Get ldflags for build date etc. in line for all builds f7691fe96 transform/urlreplacers: Simplify implementation efe0b4e5c transform/urlreplacers: Support unquoted URLs in canonifyURLs replacer d5a0b6bbb hugolib: Remove "double layout" lookup 5178cd13a Fix "failed to create file caches from configuration: file exists" on Windows 9ce0a1fb7 hugolib: Restore taxonomy term path separation ab9214768 importer: fix jekyll import highlight options 506868170 docs: Regenerate CLI docs b17a61a60 Merge commit 'eb16165694f868d73e57b6aed5c26ba5e98229de' eb1616569 Squashed 'docs/' changes from 37095d540..d1cf9adc4 782947408 Add /config dir support 256418917 resource/image: Fix "always false" condition c84f506f8 tpl: Add reflect namespace 4b5f74395 minifiers: Fixx CSS2 color code handling 931a13245 tpl/hugo: Use the correct Hugo var 837835885 hugolib: Add .Site.Sites 831d23cb4 Add tpl/site and tpl/hugo 514e18dc2 cache/filecache: Simplify test b804a7088 cache/filecache: Use OS fs for test 30a7c9ea3 tpl: Add godoc packages comments 834684810 common/collections: Fix defines typo 54ecade02 releaser: Prepare repository for 0.53-DEV 9433cf5a9 releaser: Add release notes to /docs for release of 0.52 3c909eb3f releaser: Bump versions for release of 0.52 724b3e673 Release 0.52 056c75477 releaser: Add release notes draft for 0.52 a9a93d082 hugolib: Fall back to title in ByLinkTitle sort b09a40333 hugolib: Improve nil handling in IsDescendant and IsAncestor 7540a6283 parser/pageparser: Fix handling of commented out front matter 7e75aeca8 Remove duplicate mapstructure depdendency e14e0b192 Add dependency list to README ed698e94c tpl/path: Add tests 89e2716d2 tpl: Regenerate templates aba2647c1 tpl: Fix whitespace issue f37c5a256 tpl: Add "param" shortcode aded0f25f docs: Document inline shortcodes bc337e6ab Add inline shortcode support 112461fde tpl/collections: Add float64 support to where 94ab125b2 parser/pageparser: Fix when only shortcode and then summary dcfeed35c commands: Include drafts in convert command f9b4eb4f3 Handle themes in the new file cache (for images, assets) e82b2dc8c Fix ignored --config flag with 'new' command 5df2b79dd Fix Permalink for resource, baseURL with path and canonifyURLs set 12742bac7 Add tests for permalink on Resource with baseURL with path fabf026f4 helpers: Add a comment about file mode for new files 94f0f7e59 cache/filecache: Add a :project placeholder 3c29c5af8 cache/filecache: Add a cache prune func 33502667f cache/filecache: Add a filecache root dir d3489eba5 cache/filecache: Use time.Duration for maxAge 17d7ecde2 cache/filecache: Split implementation and config into separate files e4b257288 Update to LibSASS 3.5.5 782dd1585 More spelling corrections aff9c0916 cache/filecache: Spelling corrections fdd4a768f Remove appveyor abeeff132 docs: Document the new file cache f7aeaa612 Add a consolidated file cache 7d78a2afd Add Windows build config to Travis 5570a6e47 Revert "Add Elasticsearch/bonsai.io to services doc." c0b3a1af0 Add Elasticsearch/bonsai.io to services doc. a8cb1b07b tpl: Fix test to pass with gccgo 2900801ac releaser: Prepare repository for 0.52-DEV f3d519079 releaser: Add release notes to /docs for release of 0.51 1ccc0b79a releaser: Bump versions for release of 0.51 cbed50e22 Release 0.51 05ecd8111 releaser: Add release notes draft for 0.51 e456e34bd docs: Document shortcode error handling 5d14d04ac docs: Document symdiff ddcb40285 docs: Document complement 3a44920e7 hugolib: Improve error message on duplicate menu items 79a06aa4b tpl/collections: Properly handle pointer types in complement/symdiff d212f6094 deps: Update minify 488776b64 tpl/collections: Add collections.SymDiff b8b8436fc hugolib: Fix changing paginators in lazy render 42d8dfc8c tpl/collections: Add collections.Complement 47506d164 commands: Fix spelling 2998fa0cd docs: Re-generate CLI docs d16a7a33f Fix shortcode directly following a shortcode delimiter 5b1edd281 commands: Add --minify to hugo server 2bd9d9099 commands: Fix recently broken error template 4b7d3e57a Make WARN the new default log log level 4f3c09596 Revert "tpl: Update Jsonify to return pretty-print output" 486bc46a5 docs: Regenerate the docs helper 61f210dd7 tpl: Fix the docshelper f8446188d Skip watcher event files if matched in ignoreFiles d523aa4bb deps: Update Chroma b8725f518 Fix ANSI character output regression on Windows 0bc4b0246 hugolib: Remove deprecated useModTimeAsFallback faeb55c1d hugolib: Bump to ERROR for the deprecated Pages.Sort 6c6a6c87e hugolib: Deprecate .Site.Ref and .Site.RelRef 1d18eb057 Add file (line/col) info to ref/relref errors 33a7b36fd hugolib: Add .Position to shortcode 6180c85fb hugolib: Fix REF_NOT_FOUND logging to include page path d3a98325c common/loggers: Improve log color regexp b2a676f5f hugolib: Fix broken manual summary handling 3a786a248 tpl: Fix BOM issue in templates 729593c84 hugolib: Fix deadlock when content building times out e65268f2c Correct minor typo (#5372) f863b6a07 releaser: Prepare repository for 0.51-DEV f5be59920 releaser: Add release notes to /docs for release of 0.50 b14c11b0e releaser: Bump versions for release of 0.50 0addb2add Release 0.50 8bba85601 releaser: Add release notes draft for 0.50 7082a5d14 Update go.sum aa281b513 mod: Update minify 325019872 docs: Regenerate CLI docs d6a4af701 Squashed 'docs/' changes from 084804447..37095d540 27569275b Merge commit 'd6a4af7018e8618944a6471ceeb7aae1d4df6afa' 4b2738d87 Merge commit '74309fe5699a595080fdb3a14711e0869babce99' 74309fe56 Squashed 'docs/' changes from e5e98b950..084804447 9c88a8a55 common/loggers: Make sure the global logger also gets colored labels 95e72f5e8 i18n: Avoid using the global logger 1c7b7b4ef common/loggers: Add color to ERROR and WARN 1ad117cbe common/herrors: Make the file error log format configurable dac7092a9 common/collections: Allow a mix of slice types in append/Scratch.Add b27ccf34b resource: Allow .Data.Integrity to be accessed on its own 286d0b7dc Revert "mod: Update minify" 83c873ff3 mod: Update minify a2440dc0e mod: Update cast 1e9ac3dcc commands: Truncate the error log on repeated config errors 40e99672b docs: Regenerate CLI docs 3a3badfd1 resource: Serialize image processing df021317a commands: Only show Ansi escape codes if in a terminal 78578632f Fix archetype handling of directories in theme 6b78b3810 Revert "commands: Read disableFastRender from flag even if it's not changed" 78a4c2e32 commands: Read disableFastRender from flag even if it's not changed d4ebfea1f comamnds: Use overflow-x: auto; for browser errors 93aa6261b common/loggers: Remove the ANSI color for the browser error version acc14b464 hugolib: Adjust error test to make it pass on Go tip 2d7709d15 tpl: Handle truncated identifiers in Go template errors deff9e154 Add some color to the relevant filenames in terminal log 889aca054 Run gofmt -s e3ed4a83b hugolib: Rename some page_* files 6636cf1be Resolve error handling/parser related TODOs f669ef6be herrors: Improve handling of JSON errors ed7b3e261 commands, hugolib: Get file context in "config parse failed" errors 2bf686ee2 hugolib: Improve errors in /i18n handlling 9f74dc2a5 hugolib: Improve errors in /data handlling d1661b823 hugolib: Continue the file context/line number errors work 7930d2132 hugolib: Remove the now superflous Source struct eb038cfa0 Convert the rest to new page parser code paths 129c27ee6 parser/metadecoders: Consolidate the metadata decoders 44da60d86 hugolib: Redo the summary delimiter logic 1e3e34002 hugolib: Integrate new page parser 1b7ecfc2e hugolib: Use []byte in shortcode parsing 27f5a906a parser/pageparser: Use []byte in page lexer 2fdc4a24d parser/pageparser: Add front matter etc. support f6863e1ef parser/pageparser: File renames and splitting d6c16afde Move the shortcode parser to the new pageparser package 6f3716dc2 commands: Avoid panic in error handler on config errors 5a52cd5f9 tpl: Update Jsonify to return pretty-print output 4a366fcfe Prevent stale content in Fast Render Mode 083311d03 hugolib: Fix test on Windows 0fe4ff187 tpl: Improve the Execute panic error message 1f42e47e4 Allow date and slug from filename for leaf bundles 35fbfb19a commands: Show server error info in browser 3a3089121 Simple doc fix in CONTRIBUTING.md c21e5179c tpl: Use .Lastmod in embedded schema template a205f24ba Revert "commands: Add .gitignore "hugo new site"" 92979d928 commands: Add .gitignore "hugo new site" 0a3340e95 resource: Optimize integrity string generation 6b21ac3e6 commands: Add help text to "hugo new" d14420539 snap: Set "extended" tag based on build_url on Launchpad 3d4a9882b helpers: Call rst2html directly on *nix bdca97279 Update URLs to stop 301 redirects 604ddb90c Merge branch 'release-0.49.2' b09e495a7 releaser: Prepare repository for 0.50-DEV 42cde6666 releaser: Add release notes to /docs for release of 0.49.2 ad60948c4 releaser: Bump versions for release of 0.49.2 c397f2c08 Release 0.49.2 b9e18e20c releaser: Add release notes draft for 0.49.2 2159d77f3 common/collections: Fix type checking in Append 535755e4f common/collections: Fix type checking in Append 3583dd6d7 Merge branch 'release-0.49.1' e5b4cb241 releaser: Prepare repository for 0.50-DEV 821adf3ae releaser: Add release notes to /docs for release of 0.49.1 8ba9a2736 releaser: Bump versions for release of 0.49.1 235acf223 Relase 0.49.1 ac0fac934 releaser: Add release notes draft for 0.49.1 23f48c300 common/maps: Improve append in Scratch e2201ef15 tpl/collections: Fix handling of different interface types in Slice b5e17f7c8 Add GOPATH Hugo building tip 31a8bb8c0 common/maps: Improve append in Scratch 8e825ddf5 Revert "tpl: Fix baseof.html in error message" 646a52a5c tpl: Fix baseof.html in error message e421696d0 helpers: Consolidate MakeSegment vs MakePathSanitized 4b4af2c52 hugolib: Use stdlib context package fae48d745 hugolib: Normalize permalink path segments 06d28a464 hugolib: Fix FuzzyWordCount test error message 681817030 Render Markdown in figure shortcode "caption" and "attr" params c5279064d Re-organize the figure shortcode for better readability 152cffb13 Update README & CONTRIBUTING 0d5110d03 tpl: Cast IsSet key to int for indexed types d3b81ee58 hugolib: Improve error message for bad taxonomy weights 1fd30d462 hugolib: Cast taxonomy weight parameters to int 498d62995 hugolib: Allow nil to be unwrapped as *Page 10ac2ec44 tpl/collections: Fix handling of different interface types in Slice ce264b936 tpl: Add a delimiter parameter to lang.NumFmt 91f49c070 snap: Add custom x-nodejs plugin to support ppc64el and s390x a475bf125 snap: Fetch mage with GO111MODULE=off f1dede370 snap: Revert 'Skip "mage -v test" due to build failure on Launchpad' fa873a6cb snap: Use build-snaps instead of building go from source fb732d532 hugolib: Be a litle more specific in NextPage TODO ad705aac0 hugolib: Introduce Page.NextPage and Page.PrevPage 52ac85fbc snap: Skip "mage -v test" due to build failure on Launchpad 048a64be1 releaser: Update path to snap/snapcraft.yaml 3033a9a37 snap: Fix go plugin build failure by renaming go.mod 27d421118 snap: Move snapcraft.yaml to snap/snapcraft.yaml 4730a78a7 snapcraft: Try installing postcss again b7706d6ae snapcraft: Set GO111MODULE=on in override-build script 48413d76f build: Update the temp docker script 66b9e2bff releaser: Prepare repository for 0.50-DEV 398996e8b releaser: Add release notes to /docs for release of 0.49 7f005f5e9 releaser: Bump versions for release of 0.49 011e3aaa9 Release 0.49 369744845 docs: Document directory based archetypes 2638b04c6 releaser: Add release notes draft for 0.49 cf47f43ff ci: Add "go mod download" to CI scripts 3b6bd1210 docs: Regenerate CLI docs 8388cd90e docs: Document group 807c55192 Squashed 'docs/' changes from 6b00298bb..e5e98b950 bc57f5c36 Merge commit '807c551922707fc5ae0eb26e8f01638c0c63fdb3' fe6a6f273 resource/integrity: Make Data.Integrity be of type template.HTMLAttr 2650fa772 Add directory based archetypes ef525b15d Build on CircleCI outside of GOPATH f91681469 Prevent symbolic links from themes cae07ce84 tpl/collections: Allow first function to return an empty slice 4f9c109dc tpl/opengraph: Use safeHTMLAttr instead of safeHTML for HTML attributes f1a00b206 hugolib: Remove deprecated rssURI df4cbbd3b commands: Remove deprecated flags 2e2e34a93 hugolib: Deprecate Pages.Sort 2eed35c82 hugolib: Minor cleaning in the sorting code dd692c710 hugolib: Clear the page cache per render ed4f1edbd hugolib: Compare every element in pages cache 058cc6c2c Revert "hugolib: Normalize permalink path segments" 4b82f7484 Update releasenotes_writer.go 06976ebb8 hugolib: Normalize permalink path segments 555a5612b hugolib: Do not set RSS as Kind in RSS output 75e54345f hugolib: Make sure ambiguous lookups in GetPage gets an error df50c108b docs: Add docs for append e27fd4c1b tpl/collections: Add collections.Append b7ca3e1b3 Merge commit '13e64d72763bf8d6d92d4cdfc15ed45ee9debfab' 13e64d727 Squashed 'docs/' changes from 9b494a58c..6b00298bb 9b26b5487 minifiers: Set minifier to KeepEndTags 3dafe206e minifiers: Make JSON minification more generic 37d646347 Update Mage 43d446522 tpl/data: Revise error handling in getJSON and getCSV 4f72e7912 tpl: Show error on union or intersect of uncomparable types fe6676c77 tpl/collections: Improve type handling in collections.Slice 7a97d3e6b tpl/collections: Allow pointer receiver in Group 6667c6d74 tpl/collections: Add group template func cfda13b36 hugolib: Allow creating page groups from any page collection bb2fe814c Update dependencies e5d66074c tpl/strings: Add strings.FirstUpper d970327d7 hugofs: Fix filepath issue in test 0013bea90 resource: Fix golint issues 30bc4ed0a Improve some godoc comments f6f22ad94 tpl: Fix golint godoc issues 400fe96ae media: Fix golint issues 3f45e729f output: Fix golint godoc issues ffaa73dc8 publisher: Fix golint godoc issue f8d8c8542 langs: Fix golint godoc issue 10dc87bf8 i18n: Fix golint issue 7231869ba related: Fix golint issues ccd328548 releaser: Fix golint issues 600047ff1 source: Fix golint godoc issues 5f2e1cb89 hugofs: Fix golint issues c8ce65046 helpers: Fix golint issues a53f96231 deps: Fix most golint issues daffeec30 config: Fix golint issues b8b91f550 common: Fix golint errors f0effac80 commands: Fix golint issues be3ae3ec9 hugolib: Do not FirstUpper taxonomy titles 2cf8fe2ea Fix broken Travis config 3b103cb7b Update to latest Mage 0cc936583 resource: Fix broken build c15c7da42 resource: Remove some duplicate code bcbe57c6e Update Dockerfile to Go 1.11 e38e88124 hugolib: Simplify some code 0665a3951 hugolib: Add missing error checks 1ed8c3633 hugolib: Remove extraneous createStaticFs call e03eb90a3 hugolib: Fix godoc comment c915d0d32 hugolib: Fix typo in private func name 47d4edce6 Fix error message for go vet ea8ef573c mage: Init packages once 293e12355 appveyor: Update script to Go 1.11 fdf3c3b82 build: Remove the remains of Go Dep 312d2252b Update CONTRIBUTING.md f627903ef Update README.md a2f0f9d47 snapcraft: Update to work with Go Modules 1ff54ab3d releaser: Prepare repository for 0.49-DEV 456f5476c releaser: Add release notes to /docs for release of 0.48 09811d0be releaser: Bump versions for release of 0.48 d351ac2e6 Release 0.48 59f57900a releaser: Add release notes draft for 0.48 59cdad325 release: Fix CircleCI script 6022f219f hugolib: Only run variable variable overwrite test on Go 1.11 0c8a41548 hugolib: Add a test for template variable overwrite f4675fa0f helpers: Fix permissions when creating new folders ebb56e8bd Improve minifier MIME type resolution 6b9934a26 circleci: Update to Go 1.11 c7f057797 travis: Set GO111MODULE=on for mage install 08d14113b resource: Add instruction to install PostCSS when missing 94d6d6780 Update snapcraft build config to Go 1.11 45c9c45d1 Use Go 1.11 modules with Mage fce32c07f Add go.mod d32ff16fd Update Travis to Go 1.11 and Go 1.10.4 e6eda2a37 minfiers: Keep end tags 66f688f71 snap: Skip installing postcss due to failure on build server 2c934be8a snap: Refactor, fix bin/node, and add bin/postcss 94d0e79d3 hugolib: Include language code in REF_NOT_FOUND errors b9a503feb tpl/tplimpl: Make the autogenerated templates collapsed in PRs fff132537 Fix handling of taxonomy terms containing slashes 8999de193 Fix build on armv7 a81c64e43 releaser: Prepare repository for 0.48-DEV 7ef509625 releaser: Add release notes to /docs for release of 0.47.1 16b691a87 releaser: Bump versions for release of 0.47.1 aefd9a80a Release 0.47.1 57ace857a releaser: Add release notes draft for 0.47.1 fdff0d3af tpl/tplimpl: Fix .Site.Params case regression 834617f9f snap: Remove unused files from Git, Perl, etc. ef20ec1fb snap: Add nodejs to allow PostCSS to work 5a0ee2b93 minifiers: Do not strip IE conditional statements 674682668 releaser: Prepare repository for 0.48-DEV caf608d56 releaser: Add release notes to /docs for release of 0.47 6711dacde releaser: Bump versions for release of 0.47 de2329348 releaser: Work around a Goreleaser bug 918177ac2 Release 0.47 83a980d29 releaser: Add release notes draft for 0.47 4a16b5f4b docs: Regenerate CLI docs a95896878 Squashed 'docs/' changes from d88477eb3..9b494a58c 873f8805c Merge commit 'a95896878f4b4a79448b39ce93a4e0d3258b4a43' 374387577 tpl/tplimpl: Fix compiling Amber templates that import other templates baa62d0ab hugolib: Adjust tests for shortcode p-issue 78c99463f hugolib: Fix shortcode output wrapped in p abc54080e Add configFile(s) back to the watch list after REMOVE event a655e00d7 commands: Gracefully handle typos in server config when running the server 9d973004f hugolib: Fix image cache-clearing for sub-languages 224754601 hugolib: Force render of any changed page, even in Fast Render Mode d139a037d hugoblib: Fix "adding a bundle" in server mode 0a88741fe hugolib: Fix error when deleting a bundle in server mode d999b4e82 Revert "releaser: Revert to the old versions of the release pipeline" 20148345a releaser: Fix goreleaser config e5052f4e0 commands: Include theme name in version mismatch error c81fbf462 minifiers: Make the JS minifier matcher less specific a6f199f7a hugolib: Use the interface value when doing Related search 0dd06bdac hugolib: Fix Related when called from shortcode 5c5384916 tpl/tplimpl: Reimplement the ".Params tolower" template transformer 56c61559b Only duplicate resource output in multihost mode 78f8475a0 Fix Resource output in multihost setups c09ee78fd tpl: Suppress blank lines from opengraph internal template f6ae436c5 publisher: Close file when done 2182ecfd3 hugolib: Fix GitInfo when multiple content dirs e85833d86 hugolib: Add multiple content dirs to GitInfo test site 43a5aaa77 Fix broken tests 1639fd20d Merge commit '3a44bf182fed5f34621f450114083a6dd7e88a07' 3a44bf182 Squashed 'docs/' changes from 81847981f..d88477eb3 c2a674139 readme: https links to 3rd party sites 06bd01364 Update alias.go 755d1ffe7 tpl/tmplimpl: Add MIME type to embedded JS fb3cb05cc resource: Remove test debug d07882dfb Update dependencies 7f5356717 Update Chroma 789ef8c63 Add support for minification of final output 71931b30b Remove alias of os.Stat d40116e5f Renmae FileStat Stat c362634b7 Fix typo d71120852 Add fileStat to tpl/os/os a6b1eb1e9 transform: Reduce allocation in the benchmark itself 27110133f transform: Simplify the 0 transformer case 31faf98ce releaser: Prepare repository for 0.47-DEV f14d77384 releaser: Add release notes to /docs for release of 0.46 3aa838cf2 releaser: Bump versions for release of 0.46 a3a26597c Release 0.46 92d776b0d releaser: Add release notes draft for 0.46 e6dd54943 Merge commit '766085c2dc6fc95ac30fda2a9ebde2355fc12554' 766085c2d Squashed 'docs/' changes from a4fa0d1d6..81847981f b5d13ca16 Update Chroma 6b02f5c0f Make resources fetched via resources.Get and similar language agnostic 88e447c44 tocss/scss: Improve _ prefix handling in SCSS imports b718d743b Fix file paths for uncached transformed images 0ba19c57f tpl/partials: Add templates.Exists 0afa2897a tpl/partials: Remove superflous loop f219ac09f tocss/scss: Improve SCSS project vs themes import resolution 786f72302 Fix image cache eviction for sites with subdir in baseURL 0cae1cf82 releaser: Prepare repository for 0.46-DEV 3b18042ee releaser: Add release notes to /docs for release of 0.45.1 e38843f4b releaser: Bump versions for release of 0.45.1 87f0dc14a Release 0.45.1 b7d9ab136 releaser: Add release notes draft for 0.45.1 04d4c08db hugolib: Fix .Site.GetPage regression 016dd4a69 Add Page.FirstSection c6b599a06 hugolib: Fix "borrow content from another language" issue 3a6784b16 releaser: Pre