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

     1  hugo --printPathWarnings
     2  
     3  stdout 'Duplicate'
     4  
     5  -- hugo.toml --
     6  -- assets/css/styles.css --
     7  body {
     8    background-color: #000;
     9  }
    10  -- content/p1.md --
    11  ---
    12  url: /p1/
    13  ---
    14  -- content/p2.md --
    15  ---
    16  url: /p1/
    17  ---
    18  -- content/p3.md --
    19  ---
    20  url: /p1/
    21  ---
    22  -- layouts/index.html --
    23  Home.
    24  -- layouts/_default/single.html --
    25  Single.
    26