diff options
Diffstat (limited to 'testscripts')
-rw-r--r-- | testscripts/unfinished/server__watch_hugo_stats.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testscripts/unfinished/server__watch_hugo_stats.txt b/testscripts/unfinished/server__watch_hugo_stats.txt new file mode 100644 index 000000000..179e59f8d --- /dev/null +++ b/testscripts/unfinished/server__watch_hugo_stats.txt @@ -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> |