github.com/anakojm/hugo-katex@v0.0.0-20231023141351-42d6f5de9c0b/testscripts/commands/hugo_printpathwarnings.txt (about)

     1  hugo  --printPathWarnings
     2  
     3  stdout 'Duplicate target paths: .index.html \(2\)'
     4  
     5  -- hugo.toml --
     6  disableKinds = ["taxonomy", "term", "RSS", "sitemap", "robotsTXT", "404", "section"]
     7  baseURL = "https://example.org/"
     8  -- layouts/_default/single.html --
     9  Single.
    10  -- layouts/index.html --
    11  Home.
    12  -- content/p1.md --
    13  ---
    14  title: "P1"
    15  url: "/"
    16  ---
    17