mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
a17bdbc5fa
Closes #14696
14 lines
270 B
Plaintext
14 lines
270 B
Plaintext
hugo --minify --logLevel=info
|
|
|
|
! stderr 'deprecated.*minifyOutput'
|
|
grep '<p>one</p><p>two</p>' public/index.html
|
|
|
|
-- hugo.toml --
|
|
disableKinds = ['page','rss','section','sitemap','taxonomy','term']
|
|
-- content/_index.md --
|
|
one
|
|
|
|
two
|
|
-- layouts/all.html --
|
|
{{ .Content }}
|