summaryrefslogtreecommitdiffstats
path: root/testscripts/commands/server_disablelivereload.txt
blob: f3f163c830b796592de2fd53480fabe246bb999c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
hugo server --disableLiveReload &

waitServer

! grep 'livereload' public/index.html

stopServer
! stderr .

-- hugo.toml --
baseURL = "http://example.org/"
disableKinds = ["RSS", "sitemap", "robotsTXT", "404", "taxonomy", "term"]
-- layouts/index.html --
<html>
<head>
</head>
<body>
Home.
</body>
</html>