commands: Move testscript into its correct place

This commit is contained in:
Bjørn Erik Pedersen 2023-07-19 19:54:36 +02:00
parent d8c94c354a
commit d947db3713
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F

View 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>