Files
2026-07-13 11:58:46 +08:00

17 lines
346 B
Plaintext

cp $SOURCE/resources/testdata/pix.gif content/posts/post-1/p1.gif
cp $SOURCE/resources/testdata/pix.gif content/posts/post-1/p2.gif
hugo
stdout 'Pages.*/| 10\s'
stdout 'Non-page files.*/| 2\s'
-- content/posts/post-1/index.md --
-- hugo.toml --
baseURL = "https://example.com/"
-- layouts/list.html --
List.
-- layouts/single.html --
Single.