github.com/anakojm/hugo-katex@v0.0.0-20231023141351-42d6f5de9c0b/testscripts/commands/server__watch_moduleconfig.txt (about) 1 hugo server --disableLiveReload & 2 3 waitServer 4 stopServer 5 wait 6 ! stderr . 7 stdout 'Watching for config changes in.*mytheme' 8 9 10 -- hugo.toml -- 11 title = "Hugo Server Test" 12 baseURL = "https://example.org/" 13 disableKinds = ["section", "page", "taxonomy", "term", "RSS", "sitemap", "robotsTXT", "404"] 14 theme = "mytheme" 15 -- layouts/index.html -- 16 foo: {{ .Site.Params.foo }} 17 -- themes/mytheme/hugo.toml -- 18 [params] 19 foo = "bar"