mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-13 20:24:00 +02:00
commands: Move testscript into its correct place
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
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>
|
Reference in New Issue
Block a user