summaryrefslogtreecommitdiffstats
path: root/testscripts/commands/server_disablelivereload.txt
blob: 6b1cd66cbeed4fd23e69b2c9b21e5ad27678ab34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
hugo server --renderToDisk --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>