mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
404fd9e512
Closes #13988
14 lines
256 B
Plaintext
14 lines
256 B
Plaintext
hugo --minify --logLevel=info
|
|
|
|
! stderr 'deprecated'
|
|
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 }}
|