blob: 2f8226faa0b838993d582b3d6f682782fb783f34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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/_default/list.html --
List.
-- layouts/_default/single.html --
Single.
|