summaryrefslogtreecommitdiffstats
path: root/testscripts/commands/hugo_printpathwarnings.txt
blob: f4c76ebab94fb6c5663652b37be92c8fe2eae1fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
hugo  --printPathWarnings

stdout 'Duplicate target paths: .index.html \(2\)'

-- hugo.toml --
disableKinds = ["taxonomy", "term", "RSS", "sitemap", "robotsTXT", "404", "section"]
baseURL = "https://example.org/"
-- layouts/_default/single.html --
Single.
-- layouts/index.html --
Home.
-- content/p1.md --
---
title: "P1"
url: "/"
---