summaryrefslogtreecommitdiffstats
path: root/testscripts/commands/server__watch_hugo_stats.txt
blob: 179e59f8d8bff995db8b94b35bf64a3c8b742c41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>