mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
@@ -0,0 +1,18 @@
|
||||
hugo server --renderToMemory &
|
||||
|
||||
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/home.html --
|
||||
<body>Home</body>
|
||||
Reference in New Issue
Block a user