hugo/testscripts/commands/hugo__publishdir_in_config.txt

13 lines
244 B
Plaintext
Raw Normal View History

# Test the hugo command.
hugo
grep 'Home' newpublic/index.html
-- hugo.toml --
baseURL = "http://example.org/"
disableKinds = ["RSS", "sitemap", "robotsTXT", "404", "taxonomy", "term"]
publishDir = "newpublic"
-- layouts/index.html --
Home.