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

waitServer

! grep 'livereload' public/index.html

stopServer
! stderr .

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