summaryrefslogtreecommitdiffstats
path: root/testscripts/commands/hugo__publishdir_in_config.txt
blob: e57d4ad2fe1f5eacd12974cb728fd46540a0e91d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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.