mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
17 lines
364 B
Text
17 lines
364 B
Text
|
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.
|
||
|
|