mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 06:00:25 +03:00
commands: Move testscript into its correct place
This commit is contained in:
parent
d8c94c354a
commit
d947db3713
1 changed files with 0 additions and 0 deletions
18
testscripts/commands/server__watch_hugo_stats.txt
Normal file
18
testscripts/commands/server__watch_hugo_stats.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
hugo server &
|
||||
|
||||
waitServer
|
||||
stopServer
|
||||
! stderr .
|
||||
|
||||
exists hugo_stats.json
|
||||
|
||||
-- hugo.toml --
|
||||
title = "Hugo Server Test"
|
||||
baseURL = "https://example.org/"
|
||||
disableKinds = ["taxonomy", "term", "sitemap"]
|
||||
[module]
|
||||
[[module.mounts]]
|
||||
source = "hugo_stats.json"
|
||||
target = "assets/watching/hugo_stats.json"
|
||||
-- layouts/index.html --
|
||||
<body>Home</body>
|
Loading…
Add table
Add a link
Reference in a new issue