github.com/gohugoio/hugo/common/maps | |
github.com/gohugoio/hugo/config | |
github.com/gohugoio/hugo/media | Package media contains Media Type (MIME type) related types and functions. |
github.com/gohugoio/hugo/output | Package output contains Output Format types and functions. |
github.com/gohugoio/hugo/transform | |
github.com/mitchellh/mapstructure | |
github.com/spf13/cast | Package cast provides easy and safe casting in Go. |
github.com/tdewolff/minify/v2 | Package minify relates MIME type to minifiers. |
github.com/tdewolff/minify/v2/css | Package css minifies CSS3 following the specifications at http://www.w3.org/TR/css-syntax-3/. |
github.com/tdewolff/minify/v2/html | Package html minifies HTML5 following the specifications at http://www.w3.org/TR/html5/syntax.html. |
github.com/tdewolff/minify/v2/js | Package js minifies ECMAScript 2021 following the language specification at https://tc39.es/ecma262/. |
github.com/tdewolff/minify/v2/json | Package json minifies JSON following the specifications at http://json.org/. |
github.com/tdewolff/minify/v2/svg | Package svg minifies SVG1.1 following the specifications at http://www.w3.org/TR/SVG11/. |
github.com/tdewolff/minify/v2/xml | Package xml minifies XML1.0 following the specifications at http://www.w3.org/TR/xml/. |
io | Package io provides basic interfaces to I/O primitives. |
regexp | Package regexp implements regular expression search. |